How to address a specific time in VOD for iOS
Copy link to clipboard
Copied
Using Flash and RTMP it's easy to go to a specific time in a VOD stream served from AMS using the seek method.
Is there similar ability to seek to a specific time in VOD delivered to Safari on iOS? The native video player provides a currentTime method, but I've not seen documentation anywhere to suggest currentTime or another method to provide rapid and accurate time based access from AMS.
FWIW, Wowza documentation provides an answer:
TIA,
RT
Copy link to clipboard
Copied
You must use seekToTime api of the AVPlayer Here is the documentation: https://developer.apple.com/library/mac/#documentation/AVFoundation/Reference/AVPlayer_Class/Referen...
currentTime just returns the current time... I don't think you can set it.
Copy link to clipboard
Copied
Nitin, the link you provided is a bit better than nothing, but it refers to the AVPlayer object in applications, rather than iOS delivered data. In our experience currentTime is a settable property for the native video player in mobile Safari, using a normal progressive uploaded stream, as the documentation shows:
The question is "Are there browser based methods that seek AMS delivered streams more quickly or with better accuracy?"
Everyone is aware that mobile is exploding. On some of our videocentric apps the share for iOS is approaching 20%. PM Kevin Towes, what are you doing to accomodate this need???
