-
Notifications
You must be signed in to change notification settings - Fork 114
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
Finished live streams won't play #579
Comments
Hmm that's odd. There was a previous issue where completed live streams were indicating they were live even when they weren't, and there were no live stream manifests urls available to use. In this issue it seems that the stream is still indicating it is live when it isn't, and that there is a manifest url present, but it is empty. Easy enough to fix, but I think the real issue is that this is a Where you able to view the video on the website at the same time that it didn't work in the plugin? |
Yes. All of such videos play fine in Web Browser, and Android app. And they are still in my Subscriptions or can be found by search. |
- isPostLiveDvr is still ignored - still check actual manifest types and available video formats instead of status - fix scenario where empty dashManifestUrl is present - Fix anxdpanic#579
This is normally only a temporary issue, but to be clear, when you say the following:
Does the problem eventually resolve itself, or do these videos never work? Anyway should be fixed by MoojMidge@50fa66b |
It seems that it solves in about a week. I checked with several videos that didn't play before, and those that were issued more than 6-7 days ago are playing fine now.
I used this commit with 7.0.3 beta3 and the videos still won't play, but the logs look different now:
Does it mean that the original problem is fixed and something else is wrong? Maybe it needs some configuration? |
It looks like you have the |
No. I am aware of this issue, so I specially checked that it is disabled and double-checked after updating the module. |
I'm out of guesses. The plugin does not use urls in the form that is shown in your second log snippet. Not actually sure you are even running the plugin from that snippet. The proposed fix will resolve the issue shown in your first log snippet, but if there is another problem you will need to provide a complete debug log. |
OK. As the original error no longer happens I will close this ticket and wait for the next release. Then will either re-open it or create a new one. |
I'll be honest with you - not providing a full log is a massive waste of time and I'm not going to have much interest in looking into this again without it. |
Noted. My bad. Next time will attach a full debug log. |
The issue became reproducible again on v7.0.4+beta.2 - unofficial THe full debug log is attached |
You are trying to open Youtube website urls. Not sure how you are trying to do this, maybe through the JSONRPC or web interface, but the plugin is not even being used. |
I'm sending it from Android app via KORE. So it isn't supposed to work? |
Isn't this you? xbmc/Kore#966 |
Yes. With SendToKodi it worked more or less stable until the recent updates. To me it's not clear what causes the issue. |
This was already answered in that linked issue. None of this is related to this plugin, it is not even being asked to run. SendToKodi doesn't use this plugin, so whatever it is doing has nothing to do with this plugin either, let alone any recent updates of this plugin. Not sure who is looking after Kore, but what they should probably do is just pass the Youtube url directly to the plugin instead of trying, and failing, to parse it based on a limited number of matching patterns.
|
I see. Thanks for the explanation. This was probably a coincidence. |
If you want this to work I would recommend updating your existing Kore issue and identifying the option to use |
Regular videos and active live streams play fine, but some of the finished live streams won't play.
Example: https://www.youtube.com/watch?v=2aAkIxrJN3s
"Use alternative player" and "Use YouTube website URLs" are disabled.
InputStream Helper is installed
I tried searching the issues and updating/re-installing the addons, but nothing works.
Logs:
The text was updated successfully, but these errors were encountered: