Questions tagged [seektotime]
19 questions
1
vote
1 answer
I want to make a sound play starting from the 15th second
I want to make a sound play starting from the 15th second.
How can I do it programmatically?
Thanks!
user4295680
0
votes
1 answer
AVQueuePlayer SeekToTime
[queuePlayer seekToTime:CMTimeMake(time,1)];
While I take seekToTime, the audio does replay, not seek to the time.
How to create CMTime para or you can tell me how to do all.

aaron
- 1
0
votes
2 answers
AVPlayer seekToTime methods stopped working on iOS 9
I have been working on a Video Player which is streaming a video asset using HLS. Once I started debugging it on iOS 9, I noticed that the scrub feature stopped working properly. However, it still works on iOS 8 devices.
Looking more into the…

Vitor Makoto
- 1
- 1
-1
votes
1 answer
How to implement the seekto functionality in ionic 4?
How can i track till where the user have watched the video in order to resume the video from that position when the user returns?
Like youtube,
it actually knows which video is played till where.
Have checked the AndroidExoPlayer but the only…

Anurag Singh
- 19
- 5