-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Live content switching to VOD #6918
Comments
Please fill out the bug template so we can help you! https://github.com/shaka-project/shaka-player/issues/new/choose The conversion of Live to Vod works, but not all providers do it in the same way, so we have to look at the specific case. Thanks! |
Have you read the FAQ and checked for duplicate open issues? If the problem is related to FairPlay, have you read the tutorial? No What version of Shaka Player are you using? Latest, v4.9.10 Can you reproduce the issue with our latest release version? Can you reproduce the issue with the latest code from Are you using the demo app or your own custom app? If custom app, can you reproduce the issue using our demo app? What browser and OS are you using? What are the manifest and license server URIs? I'll send you 5 assets in the near futur. What did you do? Just playing and waiting the stream to close. At the end I don't receive the ended event, just a buffering event. What did you expect to happen? What actually happened? I receive the buffering event. Are you planning send a PR to fix it? |
My problem is not fixed in the latest release (v4.10.6) who contains the change of #7029 ... |
@zubcoco Can you send new assets so we can investigate the problem? Thanks! |
Happy to test this use case too |
@Iragne this feature is not working for you? |
I will check in few hours we are doing live to VOD transition all the time and i'm quite worried about this bug |
@avelad I've sent some stream sample to reproduce the issue. |
@zubcoco I can reproduce the issue with version 4.10.10, but not with the main branch. So some commit will have fixed this (I don't know which one). and the fix will appear in version 4.11 |
@avelad i'm still seeing the issue in my main branch updated. BTW test done on FF I was working on a fix but i'm wondering what should be the correct approach Option 1
|
I tested with the streams provided by @zubcoco and the ended event is fired and isLive returns false. I used: https://nightly-dot-shaka-player-demo.appspot.com @Iragne I think what you report is another problem, please make an issue with your problem, and with streams to reproduce it and I will look at it. |
@Iragne Contact me via Slack (https://video-dev.slack.com/team/U05DB2BTVRU) and I will try to help you faster |
@avelad It looks like there isn’t an account on XXX tied to this email address. |
Hello,
We are a TV provider and we have LIVE content that can be transformed into VOD content.
In this case, the isLive method continues to return true even if the asset is transformed into VOD.
And in this case too, we don't receive the end event. We only receive a buffering event.
I've done the tests on the last shaka player version (4.9.10).
Have you an idea how to fix the bug and if it will be fixed in a future release ?
Thanks,
Corentin
The text was updated successfully, but these errors were encountered: