plugins.viasat: Cannot play some shows
See original GitHub issueChecklist
- This is a plugin issue and not a different kind of issue
- I have read the contribution guidelines
- I have checked the list of open and recently closed plugin issues
- I have checked the commit log of the master branch
Streamlink version
Latest build from the master branch
Description
Some links/streams do not work.
This works:
https://www.viafree.se/program/underhallning/masterchef/sasong-15/avsnitt-1
This doesn’t:
https://www.viafree.se/program/livsstil/lyxfallan/sasong-30/avsnitt-1
It looks like the URL pattern is similar so the problem must go deeper.
Will try and debug.
Debug log
[gustaf@tuxtop bin]$ streamlink --loglevel debug https://www.viafree.se/program/livsstil/lyxfallan/sasong-30/avsnitt-1 best
[cli][info] Loaded config from deprecated path, see CLI docs for how to migrate: /home/gustaf/.streamlinkrc
[cli][debug] OS: Linux-5.13.4-200.fc34.x86_64-x86_64-with-glibc2.33
[cli][debug] Python: 3.9.6
[cli][debug] Streamlink: 2.1.2+164.g24c59a2
[cli][debug] Requests(2.26.0), Socks(1.7.1), Websocket(1.1.0)
[cli][debug] Arguments:
[cli][debug] url=https://www.viafree.se/program/livsstil/lyxfallan/sasong-30/avsnitt-1
[cli][debug] stream=['best']
[cli][debug] --loglevel=debug
[cli][debug] --player=mpv --vf=vdpaupp=denoise=0.3:deint-mode=temporal-spatial:sharpen=0.5
[cli][info] Found matching plugin viasat for URL https://www.viafree.se/program/livsstil/lyxfallan/sasong-30/avsnitt-1
error: No playable streams found on this URL: https://www.viafree.se/program/livsstil/lyxfallan/sasong-30/avsnitt-1
Issue Analytics
- State:
- Created 2 years ago
- Comments:18 (18 by maintainers)
Top Results From Across the Web
Troubleshooting Video Buffering or Quality Issues
This article provides steps to help you troubleshoot video quality or buffering issues to determine and resolve the possible cause.
Read more >Execute Error 83: Disney+ Not Working? Here's What to Do.
Error 83? Error 42? Here's how to troubleshoot most issues and solve errors when Disney Plus isn't working.
Read more >A Guide for Fixing Slow Viasat Internet - American TV
First, Why is My Connection Slow? There are a few potential reasons. Though Viasat internet is usually pretty reliable, there are some factors...
Read more >Gaming On Satellite Internet | SatelliteInternet.com
Can satellite internet handle online gaming? Yes, but read on so you know what to expect when gaming on a satellite internet connection....
Read more >P - Get Rural Satellite Internet with Viasat
These programs connect to a P2P network, which allows the computer to ... Any time you receive data from the internet, it comes...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Hello friends.
I have now made a new plugin for viafree that works great in the standard case. However I am having trouble with the subtitles if --mux-subtitles is provided.
This is the output I get:
Not sure what is wrong. Doesn’t say much to me. I use the same syntax as in the svtplay plugin. Some plugins also provide some meta data to MuxedStream and I haven’t figured out what that is used for yet. Well, at least I am nearly done.
I have started to go over this and check what needs to be done.
The following seem to be deprecated services:
So we can exclude them.
tv3play.skaties.lv is the same underlying service as play.tv3.ee.
So we only have two different site/service implementations left to support this plugin.
However, I have confirmed that the plugin doesn’t seem to work for anything but viafree right now.
I might even suggest we split these into two different plugins. One for viafree and one for tv3play depending on how the stream lookup turns out. Then flash and the deprecated dependencies are removed in the process.