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

DasErste.de not working #675

Open
strowi opened this issue Dec 18, 2024 · 0 comments
Open

DasErste.de not working #675

strowi opened this issue Dec 18, 2024 · 0 comments

Comments

@strowi
Copy link

strowi commented Dec 18, 2024

Hi,

just ran into trouble with the "DasErste.de" stream, checking the URL there are SSL Problems. Following patch fixed the issues. I rabbed the URL from https://www.ardmediathek.de/live , not sure though if it is permanent...

--- a/iptv/kodi/kodi.m3u
+++ b/iptv/kodi/kodi.m3u
@@ -1,6 +1,6 @@
 #EXTM3U
 #EXTINF:-1 tvg-name="Das Erste HD" tvg-id="DasErste.de" group-title="Vollprogramm" tvg-logo="https://raw.githubusercontent.com/jnk22/kodinerds-iptv/master/logos/tv/daserstehd.png",Das Erste HD
-https://mcdn.daserste.de/daserste/de/master.m3u8
+https://daserste-live.ard-mcdn.de/daserste/live/hls/de/master.m3u8
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

No branches or pull requests

1 participant