[GH-ISSUE #316] HUN M1 News Channel Stopped Working #99

Open
opened 2026-03-03 12:03:46 +03:00 by kerem · 13 comments
Owner

Originally created by @fjrider on GitHub (Mar 15, 2023).
Original GitHub issue: https://github.com/Free-TV/IPTV/issues/316

Looks like the Hungary M1 News channel stopped working again: https://c401-node62-cdn.connectmedia.hu/110101/cfd822e29d3b79ee978055664818152b/6411763c/index.m3u8

But, it still works in a browser here: https://hirado.hu/elo/m1/

Can we somehow fix it in the Free-TV/IPTV Playlist?

I would like to learn how to help extract a usable m3u8 link from the official site: https://hirado.hu/elo/m1/ if possible too.

Thanks!

For ref, see previous issue here:
https://github.com/Free-TV/IPTV/issues/145

Originally created by @fjrider on GitHub (Mar 15, 2023). Original GitHub issue: https://github.com/Free-TV/IPTV/issues/316 Looks like the Hungary M1 News channel stopped working again: https://c401-node62-cdn.connectmedia.hu/110101/cfd822e29d3b79ee978055664818152b/6411763c/index.m3u8 But, it still works in a browser here: https://hirado.hu/elo/m1/ Can we somehow fix it in the Free-TV/IPTV Playlist? I would like to learn how to help extract a usable m3u8 link from the official site: https://hirado.hu/elo/m1/ if possible too. Thanks! For ref, see previous issue here: https://github.com/Free-TV/IPTV/issues/145
Author
Owner

@NezbednikSK commented on GitHub (Mar 15, 2023):

https://c401-node61-cdn.connectmedia.hu/110101/2582b51fd4a2706e5ae2f5c2b47cc087/6412315f/index.m3u8?v=5iip:185.252.223.3
The thing is, the URL doesn't work for IPs other than the one it was requested from - this prevents forwarders from working because they are obviously on a different IP.

<!-- gh-comment-id:1470834761 --> @NezbednikSK commented on GitHub (Mar 15, 2023): https://c401-node61-cdn.connectmedia.hu/110101/2582b51fd4a2706e5ae2f5c2b47cc087/6412315f/index.m3u8?v=5iip:185.252.223.3 The thing is, the URL doesn't work for IPs other than the one it was requested from - this prevents forwarders from working because they are obviously on a different IP.
Author
Owner

@KAMI911 commented on GitHub (Mar 15, 2023):

:/

I put back the youtube link, but that was not working. Any idea?

<!-- gh-comment-id:1470840894 --> @KAMI911 commented on GitHub (Mar 15, 2023): :/ I put back the youtube link, but that was not working. Any idea?
Author
Owner

@NezbednikSK commented on GitHub (Mar 15, 2023):

We can either:

  • make the forwarder also proxy the entire playlist (and segments)
  • make the forwarder in javascript and run it in browser, but that defeats the purpose of the entire playlist
  • give up
<!-- gh-comment-id:1470842937 --> @NezbednikSK commented on GitHub (Mar 15, 2023): We can either: - make the forwarder also proxy the entire playlist (and segments) - make the forwarder in javascript and run it in browser, but that defeats the purpose of the entire playlist - give up
Author
Owner

@NezbednikSK commented on GitHub (Mar 15, 2023):

Is there no alternate way to watch the channels? No bizarre free TV platforms, websites, apps...?
(Note: i tried the android MédiaKlikk app, same streams :/)

<!-- gh-comment-id:1470873236 --> @NezbednikSK commented on GitHub (Mar 15, 2023): Is there no alternate way to watch the channels? No bizarre free TV platforms, websites, apps...? (Note: i tried the android MédiaKlikk app, same streams :/)
Author
Owner

@KAMI911 commented on GitHub (Mar 16, 2023):

Probaly this app? https://play.google.com/store/apps/details?id=com.ah.mindigtv
Did you try?

<!-- gh-comment-id:1471330464 --> @KAMI911 commented on GitHub (Mar 16, 2023): Probaly this app? https://play.google.com/store/apps/details?id=com.ah.mindigtv Did you try?
Author
Owner

@NezbednikSK commented on GitHub (Mar 16, 2023):

Probaly this app? https://play.google.com/store/apps/details?id=com.ah.mindigtv Did you try?

No hope, they use the same streams :\

<!-- gh-comment-id:1472491055 --> @NezbednikSK commented on GitHub (Mar 16, 2023): > Probaly this app? https://play.google.com/store/apps/details?id=com.ah.mindigtv Did you try? No hope, they use the same streams :\
Author
Owner

@NezbednikSK commented on GitHub (Mar 16, 2023):

OKAY HOLD ON I MIGHT HAVE FOUND SOMETHING
How did they get a M3U link WITHOUT THE IP???

Maybe we could use this?

<!-- gh-comment-id:1472507553 --> @NezbednikSK commented on GitHub (Mar 16, 2023): OKAY HOLD ON I MIGHT HAVE FOUND SOMETHING How did [they](https://onlinestream.live/stream/videoplayer/5901-2) get a M3U link WITHOUT THE IP??? Maybe we could use [this](https://onlinestream.live/play.m3u8?s=8a9fa33e3bc82bd19f699f8c7ad42464&id=5901&ch=2&ext=.m3u8)?
Author
Owner
<!-- gh-comment-id:1479187214 --> @KAMI911 commented on GitHub (Mar 22, 2023): What do you think about these links? https://player.mediaklikk.hu/playernew/player.php?video=mtv1live https://player.mediaklikk.hu/playernew/player.php?video=mtv2live https://player.mediaklikk.hu/playernew/player.php?video=extra5 https://player.mediaklikk.hu/playernew/player.php?video=mtv5live https://player.mediaklikk.hu/playernew/player.php?video=dunalive https://player.mediaklikk.hu/playernew/player.php?video=dunaworldlive
Author
Owner

@NezbednikSK commented on GitHub (Mar 22, 2023):

Won't help :( IPs in URLs

<!-- gh-comment-id:1480112593 --> @NezbednikSK commented on GitHub (Mar 22, 2023): Won't help :( IPs in URLs
Author
Owner

@KAMI911 commented on GitHub (Mar 22, 2023):

Sorry, I forgot to mention those links work when you copy the links a visit the sites, not directly click on them. Probably some reference check may used there.

<!-- gh-comment-id:1480201683 --> @KAMI911 commented on GitHub (Mar 22, 2023): Sorry, I forgot to mention those links work when you copy the links a visit the sites, not directly click on them. Probably some reference check may used there.
Author
Owner

@NezbednikSK commented on GitHub (Mar 23, 2023):

Yes, Yes, but it cannot be used for a forwarder since it's IP-dependent

<!-- gh-comment-id:1481438786 --> @NezbednikSK commented on GitHub (Mar 23, 2023): Yes, Yes, but it cannot be used for a forwarder since it's IP-dependent
Author
Owner

@KAMI911 commented on GitHub (Nov 29, 2023):

@TVKaista, do you have streams for these?

<!-- gh-comment-id:1831261122 --> @KAMI911 commented on GitHub (Nov 29, 2023): @TVKaista, do you have streams for these?
Author
Owner

@KAMI911 commented on GitHub (Dec 17, 2023):

Any idea for the stream?

<!-- gh-comment-id:1859283919 --> @KAMI911 commented on GitHub (Dec 17, 2023): Any idea for the stream?
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/IPTV#99
No description provided.