Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Locked
0

How to address a specific time in VOD for iOS

Explorer ,
Jan 11, 2013 Jan 11, 2013

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:

http://www.wowza.com/forums/content.php?326-How-to-specify-a-play-start-time-and-duration-for-HTTP-s...

TIA,

RT

948
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Adobe Employee ,
Jan 16, 2013 Jan 16, 2013

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.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Explorer ,
Jan 17, 2013 Jan 17, 2013
LATEST

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:

http://developer.apple.com/library/safari/#documentation/AudioVideo/Reference/HTMLMediaElementClassR...

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???

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines