INTERACT FORUM

More => Old Versions => Topic started by: mpg732 on September 07, 2015, 02:45:37 pm

Title: is it possible?
Post by: mpg732 on September 07, 2015, 02:45:37 pm
I am in the process of creating my own interface for JR 17 and I am retrieving info through web command.  I was wondering if its possible to retrieve payer position in % instead of in seconds?  If it is possible than can you seek in % as well?

Thanks
Mike
Title: Re: is it possible?
Post by: JimH on September 07, 2015, 03:04:40 pm
This is what is possible:

http://wiki.jriver.com/index.php/Web_Service_Interface
Title: Re: is it possible?
Post by: mwillems on September 07, 2015, 03:26:58 pm
I am in the process of creating my own interface for JR 17 and I am retrieving info through web command.  I was wondering if its possible to retrieve payer position in % instead of in seconds?  If it is possible than can you seek in % as well?

Thanks
Mike

It seems like it would be trivial to calculate a percentage programmatically from the Position (current position) and Duration (total length of file) elements of the "info" MCWS call, and use the same info to translate it back to seek?  Or would that not work in your application?
Title: Re: is it possible?
Post by: mpg732 on September 07, 2015, 03:33:24 pm
I am doing this in iRule and as of right now we can't do any scripts/conversions with parsed feedback.