mirror of
https://github.com/Free-TV/IPTV.git
synced 2026-09-25 03:21:20 +02:00
Fix FehérvárTV - old link served an empty playlist
The old URL (freerelay/fehervartv.sdp) answered HTTP 200 with a technically-valid HLS header but nothing else - no #EXT-X-STREAM-INF, no segment reference, just two lines. That passes a header-only check (and did - the current checker reports it "alive") while being unplayable in any real player, since there's nothing to play. Found the working URL by fetching the official player embed at https://www.fehervartv.hu/elo_adas (an iframe pointing at the same lexanetwork.com host, but a different relay path - relay44_1/HDE046.sdp - that does return a real master playlist with bitrate/resolution/codec info and a segment reference). Verified 4x, consistently alive.
This commit is contained in:
+1
-1
@@ -1082,7 +1082,7 @@ https://cloudfront44.lexanetwork.com:1344/freerelay/16tv.sdp/playlist.m3u8
|
||||
#EXTINF:-1 tvg-name="CityTV (Belváros Lipótváros)" tvg-logo="https://citytv.hu/wp-content/uploads/2023/12/cropped-citytv.png" tvg-chno="6" tvg-country="HU" group-title="Hungary",CityTV (Belváros Lipótváros)
|
||||
https://citytv.hu/playlist.m3u8
|
||||
#EXTINF:-1 tvg-name="FehérvárTV" tvg-logo="https://www.fehervartv.hu/css/img/icon-1-2.png" tvg-chno="7" tvg-country="HU" group-title="Hungary",FehérvárTV
|
||||
https://cloudfront44.lexanetwork.com:1344/freerelay/fehervartv.sdp/playlist.m3u8?key=EWSj2
|
||||
https://cloudfront44.lexanetwork.com:1344/relay44_1/HDE046.sdp/playlist.m3u8
|
||||
#EXTINF:-1 tvg-name="Gyöngyös TV" tvg-logo="https://i.imgur.com/RHgaPCk.png" tvg-id="GyongyosiTV.hu" tvg-chno="9" tvg-country="HU" group-title="Hungary",Gyöngyös TV
|
||||
https://cloudfront44.lexanetwork.com:1344/relay44_1/HDE043.sdp/playlist.m3u8
|
||||
#EXTINF:-1 tvg-name="Halom TV" tvg-logo="https://www.halomtv.hu/sites/all/themes/gfx_zen/logo.png" tvg-chno="10" tvg-country="HU" group-title="Hungary",Halom TV
|
||||
|
||||
Reference in New Issue
Block a user