dailymotion / dailymotion-swift-player-sdk-ios

Dailymotion Player SDK for iOS in Swift
MIT License
34 stars 15 forks source link

Duration is not available for Live DVR videos #36

Closed sergeimikhan closed 4 years ago

sergeimikhan commented 5 years ago

For live videos with DVR, the duration is not available. On iOS we only receive the event with infinite duration: "event=durationchange&duration=Infinity"

At the same time on Android we receive seekable duration with concrete value for the same video, like this: "event=durationchange&duration=1000.12"

We have tested with different videos and have the same problem for all of them. It used to be ok last week.

Thanks.

romainbiard commented 5 years ago

Hi and thanks for your feedback. I will see this with our player team. Could you provide an URL/xid on which you are facing this issue ? (I know it's live content so we will be reactive)

Thanks

sergeimikhan commented 5 years ago

Currently with this one:

https://www.dailymotion.com/video/x6xzh6z

Thanks.

sergeimikhan commented 5 years ago

@romainbiard do you have any updates on this issue?