You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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...
The text was updated successfully, but these errors were encountered: