LITUATUI / M3UPT

IPTV playlist in M3U format with 📺 TV channels and 📻 radio stations in 🇵🇹 Portuguese. Public and official streams only.
https://m3upt.com
MIT License
226 stars 33 forks source link

RTP1 and RTP2 channels not working #51

Closed mvrk69 closed 10 months ago

mvrk69 commented 10 months ago

The provided url of the stream for those 2 channels doesn't work any more.

I tried with streamlink using RTP websites links and it works fine:

streamlink https://www.rtp.pt/play/direto/rtp1 best [cli][info] Found matching plugin rtpplay for URL https://www.rtp.pt/play/direto/rtp1 [cli][info] Available streams: 640k (worst), 1300k, 2500k (best) [cli][info] Opening stream: 2500k (hls) [cli][info] Starting player: /usr/bin/vlc [cli][info] Player closed [cli][info] Stream ended [cli][info] Closing currently open stream...

Probably other RTP channels are also not working.

LITUATUI commented 10 months ago

They are working fine here with Portuguese IP.

What player are you using and are you using a Portuguese IP?

mvrk69 commented 10 months ago

Even with Portuguese IP (NordVPN) still doesn't work for RTP channels, though i now see seems some problem with curl on my ODROID-C4 CoreELEC:

odroidc4:~ # curl -A "Firefox" https://streaming-live-app.rtp.pt/liverepeater/smil:rtp1HD.smil/playlist.m3u8 -o playlist.m3u8 % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 432 100 432 0 0 1771 0 --:--:-- --:--:-- --:--:-- 1777

odroidc4:~ # cat playlist.m3u8

... 429 Unknown Error ...

On my laptop with Fedora 37 works fine:

$ curl -A "Firefox" https://streaming-live-app.rtp.pt/liverepeater/smil:rtp1HD.smil/playlist.m3u8 -o playlist.m3u8 % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 221 100 221 0 0 975 0 --:--:-- --:--:-- --:--:-- 977

$ cat playlist.m3u8

EXTM3U

EXT-X-VERSION:5

EXT-X-STREAM-INF:BANDWIDTH=2540000

chunklist_b2540000_slpor.m3u8

EXT-X-STREAM-INF:BANDWIDTH=1290000

chunklist_b1290000_slpor.m3u8

EXT-X-STREAM-INF:BANDWIDTH=640000

chunklist_b640000_slpor.m3u8