mirror of
https://github.com/Free-TV/IPTV.git
synced 2026-09-24 19:17:14 +02:00
Fix 7 dead Irish radio stream URLs
Root cause: Bauer Media Audio Ireland (Today FM, 98FM, Newstalk, Spin 1038, Classic Hits) migrated their stream infrastructure from stream.audioxi.com to live-bauerie.sharp-stream.com (same mount names, new host), found via their goloudplayer.com player pages. Sunshine 106.8 moved off sharp-stream onto streamtheworld.com (shared player config with Nova and Classic Hits' own sites). FM104 and Dublin's Q102 URLs are unchanged - they were re-verified returning real audio and appear to have been a transient outage, not a dead link (worth noting in case #1169's raw-audio-stream detection fix was also masking these two as false negatives previously). Note: these URL changes were verified for real audio content (bytes + correct Content-Type) directly with curl, since check_channels.py in this repo's history does not yet recognize raw audio/video streams as alive (see #1169) - verify against that fix once merged.
This commit is contained in:
+6
-6
@@ -1286,23 +1286,23 @@ https://fastly.live.brightcove.com/6384196213112/eu-west-1/1555966122001/eyJhbGc
|
||||
#EXTINF:-1 tvg-name="Houses of the Oireachtas Channel" tvg-logo="https://i.imgur.com/aC4fsCI.png" tvg-id="OireachtasTV.ie" tvg-chno="22" tvg-country="IE" group-title="Ireland",Houses of the Oireachtas Channel
|
||||
https://d33zah5htxvoxb.cloudfront.net/el/live/oirtv/hls.m3u8
|
||||
#EXTINF:-1 tvg-name="Today FM" tvg-logo="https://upload.wikimedia.org/wikipedia/commons/b/bf/Today_FM_Logo_2017.jpg" tvg-id="todayfm.com" tvg-chno="1" tvg-country="IE" group-title="Ireland",Today FM
|
||||
https://stream.audioxi.com/TDAAC
|
||||
https://live-bauerie.sharp-stream.com/TDAAC
|
||||
#EXTINF:-1 tvg-name="98FM" tvg-logo="https://upload.wikimedia.org/wikipedia/commons/thumb/d/dd/98FM_2022.svg/1920px-98FM_2022.svg.png" tvg-id="98fm.com" tvg-chno="2" tvg-country="IE" group-title="Ireland",98FM
|
||||
https://stream.audioxi.com/98
|
||||
https://live-bauerie.sharp-stream.com/98
|
||||
#EXTINF:-1 tvg-name="FM104" tvg-logo="https://upload.wikimedia.org/wikipedia/commons/c/cb/FM104_logo_tile.png" tvg-id="fm104.ie" tvg-chno="3" tvg-country="IE" group-title="Ireland",FM104
|
||||
https://onic.dublin.live.stream.broadcasting.news/stream-fm104
|
||||
#EXTINF:-1 tvg-name="Radio Nova" tvg-logo="https://upload.wikimedia.org/wikipedia/en/a/a1/Nova-web1-228x150.jpg" tvg-id="www.nova.ie" tvg-chno="4" tvg-country="IE" group-title="Ireland",Radio Nova
|
||||
https://playerservices.streamtheworld.com/api/livestream-redirect/RADIONOVA.mp3
|
||||
#EXTINF:-1 tvg-name="Spin 103.8" tvg-logo="https://upload.wikimedia.org/wikipedia/commons/2/2e/Spin_400x400.png" tvg-id="spin1038.com" tvg-chno="5" tvg-country="IE" group-title="Ireland",Spin 103.8
|
||||
https://stream.audioxi.com/SP
|
||||
https://live-bauerie.sharp-stream.com/SP
|
||||
#EXTINF:-1 tvg-name="Newstalk" tvg-logo="" tvg-chno="6" tvg-country="IE" group-title="Ireland",Newstalk
|
||||
https://stream.audioxi.com/NT
|
||||
https://live-bauerie.sharp-stream.com/NT
|
||||
#EXTINF:-1 tvg-name="Dublin's Q102" tvg-logo="https://upload.wikimedia.org/wikipedia/commons/e/e7/Dublins_Q102_Logo.png" tvg-id="q102.ie" tvg-chno="7" tvg-country="IE" group-title="Ireland",Dublin's Q102
|
||||
https://onic.dublin.live.stream.broadcasting.news/stream-q102
|
||||
#EXTINF:-1 tvg-name="Classic Hits" tvg-logo="https://upload.wikimedia.org/wikipedia/commons/3/31/Classichits2023.jpg" tvg-id="classichits.ie" tvg-chno="8" tvg-country="IE" group-title="Ireland",Classic Hits
|
||||
https://stream.audioxi.com/CLASSIC
|
||||
https://live-bauerie.sharp-stream.com/CLASSIC
|
||||
#EXTINF:-1 tvg-name="Sunshine 106.8" tvg-logo="https://upload.wikimedia.org/wikipedia/en/9/97/Sunshine_106.8_logo.png" tvg-id="sunshineradio.ie" tvg-chno="9" tvg-country="IE" group-title="Ireland",Sunshine 106.8
|
||||
https://live-bauerie.sharp-stream.com/SUN
|
||||
https://playerservices.streamtheworld.com/api/livestream-redirect/SUNSHINE_106_8.mp3
|
||||
#EXTINF:-1 tvg-name="RTÉ One" tvg-logo="https://upload.wikimedia.org/wikipedia/en/thumb/e/e4/RT%C3%89_One_2014.svg/500px-RT%C3%89_One_2014.svg.png" tvg-id="RTEOne.ie" tvg-chno="1" tvg-country="IE" group-title="Ireland",RTÉ One
|
||||
https://live.rte.ie/live/a/channel1/channel1.isml/channel1.m3u8
|
||||
#EXTINF:-1 tvg-name="RTÉ2" tvg-logo="https://upload.wikimedia.org/wikipedia/en/thumb/1/11/RT%C3%892_logo.svg/500px-RT%C3%892_logo.svg.png" tvg-id="RTE2.ie" tvg-chno="2" tvg-country="IE" group-title="Ireland",RTÉ2
|
||||
|
||||
Reference in New Issue
Block a user