Skip to content
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

Offline German TV Streams #670

Open
Mynacol opened this issue Oct 9, 2024 · 6 comments · May be fixed by #671
Open

Offline German TV Streams #670

Mynacol opened this issue Oct 9, 2024 · 6 comments · May be fixed by #671

Comments

@Mynacol
Copy link
Contributor

Mynacol commented Oct 9, 2024

The following channels are not available from a german IP address anymore:

I'd recommend just removing them to cleanup the list for now.

Newly located streams:

@Heckie75
Copy link
Contributor

Heckie75 commented Oct 9, 2024

see also iptv-org/iptv#17680

@blueicehaller
Copy link
Contributor

blueicehaller commented Oct 9, 2024

What about using Pluto TV (h.264 1280x720@30) which currently don't require an account
and Browser Plugin/Add-on The Stream Detector to fetch the m3u8?
Unfortunately they interrupt the programme with self-promotion for the other channels.
I don't know if the URLs are stable and how often they change.
The question is how many parameters are required and how to append them?
Do we need an helper application on OS which simulates a browser and fetches a valid URL?

Euronews (German) https://pluto.tv/gsa/live-tv/6639d7d4b18d700008da5316?lang=de

https://cfd-v4-service-channel-stitcher-use1-1.prd.pluto.tv/v2/stitch/hls/channel/6639d7d4b18d700008da5316livestitch/2977920/playlist.m3u8?terminate=false
&sid=21c00000-0000-0000-0000-000000000000
&deviceDNT=0
&deviceLat=48.000000000000000
&deviceLon=8.0000000000000
&deviceModel=web
&deviceVersion=131.0.0
&includeExtendedEvents=true
&appName=web
&DRMCapabilities=widevine
&deviceId=2fb00000-0000-0000-0000-000000000000
&appVersion=9.4.0-9ca51ca10c3047fbafa7297708f146243146d125
&deviceType=web
&deviceMake=firefox
&jwt=eyJ...
&CMCD=mtp%3D33100%2Cot%3Dm%2Csf%3Dh%2Csid%3D%22bac00000-0000-0000-0000-000000000000%22

When I change to another channel, the following parameters change, all others can be reused:

&sid=
&CMCD=

@Mynacol
Copy link
Contributor Author

Mynacol commented Oct 10, 2024

Thanks for all the responses, I updated the first post a bit.


I fear we cannot use Pluto TV. Without the jwt parameter a HTTP 401 error is returned. The javascript code also is aware of the client's ip address (although I was able to stream the same m3u8 URI on different IPs). The javascript also gets a json with the boolean suspicious. So I would guess Pluto TV time-outs session ids, the json web token will expire and contains the user's IP address etc. Pluto TV is unfortunately not fitting as-is.

Edit: Some company has been going around and sending DMCA takedown requests to at least one project providing Pluto TV m3u8s. While there are other sides that generate m3u8 links, we should proceed with caution.

@Mynacol Mynacol linked a pull request Oct 10, 2024 that will close this issue
@issteve
Copy link

issteve commented Oct 15, 2024

The stream for DW (ES) changed as well to:
https://dwamdstream104.akamaized.net/hls/live/2015530/dwstream104/stream04/streamPlaylist.m3u8

@Heckie75
Copy link
Contributor

Heckie75 commented Nov 7, 2024

It seems that the stream of CNN international does not work anymore as well.

But an alternative is mentioned here: iptv-org/iptv#17900

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants
@Heckie75 @blueicehaller @Mynacol @issteve and others