+1
На рассмотрении
Using videocontrol seekto
I just set a seekto value of 72 on my videocontrol element and it starts playing at 1:17 instead of 1:12.
Is it always off by 5 seconds?
Is it always off by 5 seconds?
Сервис поддержки клиентов работает на платформе UserEcho
Do you want me to add you to the project?
Thanks.
If you wouldn't mind, please just make a copy as I am currently working on this project.
I'm sure you can tell based on all my video questions today. :)
I will have someone else take a look and get back to you.
I am going to escalate this bug within the company.
Thanks.
This is taken directly from Apple documentation:
initialPlaybackTime
The time, specified in seconds within the video timeline, when playback should start.
@property (nonatomic) NSTimeInterval initialPlaybackTime
Discussion
For progressively downloaded content, playback starts at the closest key frame prior to the provided time. For video-on-demand content, playback starts at the nearest segment boundary to the provided time. For live video streams, the playback start time is measured from the start of the current playlist and is rounded to the nearest segment boundary.
The default value of this property is -1, which indicates the natural start time of the movie.