question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Issue

  • This is not a bug report, feature request, or plugin issue/request.
  • I have read the contribution guidelines.

Description

Expected / Actual behavior

Reproduction steps / Explicit stream URLs to test

https://www.raiplay.it/dirette/rai2 2. … 3. …

Logs

~$ streamlink   --loglevel debug https://www.raiplay.it/dirette/rai2   best --player  ffplay
[cli][debug] OS:         Linux-5.4.0-42-generic-x86_64-with-glibc2.29
[cli][debug] Python:     3.8.2
[cli][debug] Streamlink: 1.5.0
[cli][debug] Requests(2.22.0), Socks(1.6.7), Websocket(0.53.0)
[cli][info] Found matching plugin raiplay for URL https://www.raiplay.it/dirette/rai2
[plugin.raiplay][debug] Found channel: rai2
error: No playable streams found on this URL: https://www.raiplay.it/dirette/rai2
~$ 

Additional comments, screenshots, etc.

:~$ streamlink   --version
streamlink 1.5.0
:~

same in windows 10

Love Streamlink? Please consider supporting our collective. Thanks!

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:8 (6 by maintainers)

github_iconTop GitHub Comments

2reactions
bastimeyercommented, Sep 4, 2020

Reopening, since there are a couple of live streams (news channels).

@writetome1 Plugin requests should be as detailed as possible with enough information, so please don’t wonder if your thread gets closed if it doesn’t meet the requirements. Take a look here: https://github.com/streamlink/streamlink/blob/master/CONTRIBUTING.md#plugin-requests


try: raiplay.it/dirette/rainews24 for an unrestricted channel

This one does indeed work with a non-italian IP, but everything else is geo-restricted. It looks like it doesn’t make much of a difference though, as you can still make the necessary requests to get to the HLS playlist.

  1. Find the DOM element with the data-video-json attribute and replace the path segment of the input URL with its value https://www.raiplay.it/dirette/rai1 => https://www.raiplay.it/dirette/rai1.json
  2. Request the video JSON URL, parse it as JSON and find the video.content_url value. Optionally replace the HTTP scheme with HTTPS. https://mediapolis.rai.it/relinker/relinkerServlet.htm?cont=2606803
  3. That relinker URL will either redirect to the live stream’s HLS playlist, or a mp4 file if it’s geo-blocked.
1reaction
bastimeyercommented, Sep 4, 2020

Didn’t realize and didn’t check that we already had a plugin for this site. Relabeling…

Read more comments on GitHub >

github_iconTop Results From Across the Web

RaiPlay, Molto più di quanto immagini
I contenuti di RaiPlay sono gratuiti. L'offerta comprende: 14 canali TV RAI in diretta streaming, la Guida Tv per poter rivedere i programmi...
Read more >
RaiPlay - Apps on Google Play
Discover the new RaiPlay app. In the ON DEMAND section, the rich and new catalog organized by types and genres: you can choose...
Read more >
raiplay.it Traffic Analytics & Market Share - SimilarWeb
raiplay.it is ranked #5 in the Arts & Entertainment > Streaming & Online TV category and #1175 Globally according to November 2022 data....
Read more >
RaiPlay on the App Store
Read reviews, compare customer ratings, see screenshots, and learn more about RaiPlay. Download RaiPlay and enjoy it on your iPhone, iPad, and iPod...
Read more >
RaiPlay - Home | Facebook
I contenuti di RaiPlay sono gratuiti. L'offerta comprende: - 14 canali TV RAI in diretta streaming - la Guida Tv per poter rivedere...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found