clappr/clappr-ios

Seek back during live playback

r-a-o opened this issue · 2 comments

r-a-o commented

Is it possible to seek back while the player is playing a live video? I tried doing this and couldn't drag the seek bar.

r-a-o commented

@leandroalonso The seekbar doesn't work during a live stream (with dvr enabled for 1hr) Am I missing any configuration on the player side? (The same stream works on bare AV player and allows seek)

Hello @r-a-o , if you take a look into the class SeekbarView.swift you will notice that the default on the scrubber is isUserInteractionEnabled false.
You would need to override it in your own custom player, maybe in the future we can put an option for that in Clappr, but I am not sure about this in the roadmap.