-
Notifications
You must be signed in to change notification settings - Fork 9
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
problem with live channels #30
Comments
str object has no get() method part 1/2 of fix for <jqandreu#30>
local variable 'infotv3' (and others) referenced before assignment part 2/2 of fix for <jqandreu#30>
This fix no longer works. I think TV3 have changed their streaming system, now the web-based player accesses separate playlists of sound and video fragments (each about 6 seconds long, with slightly different start times) that need to be downloaded and multiplexed somehow. I'm in the UK, testing the international broadcast streams. |
Hey, from the new website, I made a first iteration. https://github.com/mcr222/plugin.video.3cat/releases/tag/v1.0.0 I have not done live channels though if you wanna collaborate on that. |
Hi, I'm using latest LibreELEC minimal OS for Kodi on rpi4, but had some problems with Live Channels in this plugin/addon for tv3cat (symptom: clicking live channels in the addon ui would just display an error in the top right saying to check log). Here is a log snippet:
I edited plugin.video.tv3.cat/resources/lib/tv3cat/TV3cat.py to add try/except around line 314 and following, and then the error changed:
so I just initialized like
infotv3 = 'n/a'
(and the other similar variables) before the blocks where they are set/used...Here are all the changes I made that got live Catalan TV working for me:
Thanks very much for your work on this plugin/addon, it's really appreciated. If you would prefer, I can make a pull request with the above changes.
The text was updated successfully, but these errors were encountered: