-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
plugins.pluzz : Hide bugged streams #1934
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
Conversation
This fix hide temporary bugged streams
Codecov Report
@@ Coverage Diff @@
## master #1934 +/- ##
==========================================
+ Coverage 51.57% 51.59% +0.01%
==========================================
Files 242 242
Lines 14246 14241 -5
==========================================
Hits 7348 7348
+ Misses 6898 6893 -5 |
|
Can you explain the rationale behind this change? Are the DASH streams broken - perhaps this is a bug that needs fixing instead of dropping the streams. Pinging @melmorabity. No need to comment out code, if you want to remove it, remove it - the function of version control is to avoid this kind of behaviour. |
|
The problem is that the video stream takes 5 seconds to start and then a few seconds later nothing more. I have a closer look and I think the problem comes from the website and not from streamlink. |
|
this could be a streamlink issue rather than a plugin issue only the init video will be played, it works in the webbrowser https://www.france.tv/france-3/direct.html |
|
Okay, however, if it's a streamlink problem I don't have enough knowledge to fix it or even find it. What are you going to do to fix the problem? |
|
I don't know how much work it is to fix the dash stream, see when it was added 84a2f90#diff-57d44e5f969dec7c7a4f48de4c3f2c8b or you can ignore the dash streams with https://streamlink.github.io/cli.html#cmdoption-stream-types also the issue is related to streamlink/src/streamlink/stream/dash.py Lines 245 to 246 in cac78e4
when the audio and video gets muxed when streamlink/src/streamlink/stream/dash.py Lines 237 to 243 in cac78e4
streamlink/src/streamlink/stream/dash.py Lines 247 to 250 in cac78e4
|
This fix hide temporary bugged streams