Thanks to visit codestin.com
Credit goes to github.com

Skip to content

plugins.rtve: fix plugin#4766

Merged
gravyboat merged 1 commit into
streamlink:masterfrom
bastimeyer:plugins/rtve/4757
Aug 24, 2022
Merged

plugins.rtve: fix plugin#4766
gravyboat merged 1 commit into
streamlink:masterfrom
bastimeyer:plugins/rtve/4757

Conversation

@bastimeyer

Copy link
Copy Markdown
Member

Fixes #4757

See #4757 (comment)

Some content is geo-blocked, and will result in 403 HTTP requests on HLS segments.


Live (via new simple HLS URL requests)

$ streamlink https://www.rtve.es/play/videos/directo/la-1/
[cli][info] Found matching plugin rtve for URL https://www.rtve.es/play/videos/directo/la-1/
Available streams: 360p (worst), 576p, 720p (best)

$ streamlink https://www.rtve.es/play/videos/directo/canales-lineales/la-2/
[cli][info] Found matching plugin rtve for URL https://www.rtve.es/play/videos/directo/canales-lineales/la-2/
Available streams: 360p (worst), 576p, 720p, 1080p (best)

Documentaries and TV shows (via old, obfuscated HLS URLs)

$ streamlink https://www.rtve.es/play/videos/telediario/eutanasia-pistolero-tarragona-debate-juridico/6676533/
[cli][info] Found matching plugin rtve for URL https://www.rtve.es/play/videos/telediario/eutanasia-pistolero-tarragona-debate-juridico/6676533/
Available streams: 720p (worst, best)

$ streamlink https://www.rtve.es/play/videos/servir-y-proteger/episodio-1280/6675214/
[cli][info] Found matching plugin rtve for URL https://www.rtve.es/play/videos/servir-y-proteger/episodio-1280/6675214/
Available streams: 720p (worst, best)

Movies (via old, obfuscated HLS URLs - HTTPStream fallback)

$ streamlink https://www.rtve.es/play/videos/somos-cine/de-tu-ventana-a-la-mia/6067670/
[cli][info] Found matching plugin rtve for URL https://www.rtve.es/play/videos/somos-cine/de-tu-ventana-a-la-mia/6067670/
Available streams: vod (worst, best)

@bastimeyer bastimeyer added the plugin issue A Plugin does not work correctly label Aug 24, 2022
@gravyboat gravyboat merged commit 676db0a into streamlink:master Aug 24, 2022
@bastimeyer bastimeyer deleted the plugins/rtve/4757 branch August 24, 2022 17:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

plugin issue A Plugin does not work correctly

Projects

None yet

Development

Successfully merging this pull request may close these issues.

plugins.rtve: Live streams not working.

2 participants