Skip to content

plugins.rtve: fix plugin #4766

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

Merged
merged 1 commit into from
Aug 24, 2022
Merged

Conversation

bastimeyer
Copy link
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