plugins.atresplayer: update to support VOD streams#1853
Conversation
Codecov Report
@@ Coverage Diff @@
## master #1853 +/- ##
==========================================
- Coverage 50.39% 50.37% -0.02%
==========================================
Files 239 239
Lines 14078 14085 +7
==========================================
+ Hits 7095 7096 +1
- Misses 6983 6989 +6 |
|
Looks good, thanks @beardypig. |
|
Hello, When trying something like this URL with this new plugin : It returns the 720p stream but there is no sound on it apparently, it says it's the "720p ( HLS-Multi )" not the "Dash" stream. Checking the list of streams there is this : If using Problem is that i use Streamlink with a generic batch script having various options but Best is set by default as a permanent setting. So i tried to make a Plugin specific configuration file "streamlinkrc.atresplayer" with this inside : But the plugin specific settings files do not override the initial command line, I'm not sure if it's intended or not but could never get them to bypass initial command. Trying also with only Let's say initial command is The plugin specific settings never override this, again i'm not sure if it's normal or not or even possible to override one setting sent in the first command if also present in the specific plugin config file, which should get the priority and be the logical thing, at least on my mind it is, if needed i'll make a request for this so please let me know if normal or not of is a request can be done so the specific plugin configuration files settings can always get the priority above the rest. Anyways, i don't know if it's possible or if it makes sense but maybe Best or Worst labelled streams should be the ones having the sound, Thank you very much. Ps: i can't test for geo restricted videos there as currently not having the possibility to try with a Spanish IP right now, so i don't know if the streams work the same for other stuff, i mean if the list of available steams is labelled the same. Thanks again for all you do guys :) PS: there seems to be another issue here, the URL when used in dash streams 720p+a128k, 480p+a128k etc never goes to the end, it seems stops around 1mn15s or so but duration is 2mn02, works fine when using streams like 720p, 480p, worst, best etc, but no sound there... Not sure if this one is on my end only or server having issues tho. |
|
@jalba69 I will take a look. In the meantime, you can use the option |
|
Hello, I tried this option too but it returns me that there is no best streams when using this option. same for |
|
@jalba69 you're right, there is a bug there :) I'll create a fix for that. The HLS stream plays fine for me using |
|
Good to hear :) I could use Dash stream if there was a way for the specific plugin config files to bypass any other parameters like i was explaining but here as long as Best is set in the initial command the rest from the config file is ignored instead of taking the priority if they exist, doesn't seems logical and not sure if it's intended or not but I'll probably create a separate thread asking for this one i think. Thank again for all. |
|
ffiw, I was using |
plugins.atresplayer: update to support VOD streams

Support for VOD streams on
atresplayer.Requires #1852 for the DASH streams to work.