Hello all,
Does anyone know of a site or reliable m3u list that has uk free to air channels?
Many thanks
Fred
+ Reply to Thread
Results 1 to 12 of 12
-
-
Thanks for this.
I note the streams are HLS how do i manage to get the individual channels into a m3u. Im unsure of the script to type for these?
Many thanks -
You can download the streams with youtube-dl but you must provide the referer field in the header:
Code:youtube-dl --referer "https://easyview.eu/watch.php?stream=bbc-london" "https://uk.easyview.eu/hls/bbc-london.m3u8"
Code:youtube-dl --referer "https://easyview.eu/watch.php?stream=bbc-london" "https://uk.easyview.eu/hls/bbc-london.m3u8" -o - | "G:\Program Files\VideoLAN\VLC\vlc.exe" -
But using the referer and link in an m3u8 file doesn't work (in VLC) for some reason:
Code:#EXTM3U #EXTINF:0 Easyview BBC One #EXTVLCOPT:http-referrer=https://easyview.eu/watch.php?stream=bbc-london https://uk.easyview.eu/hls/bbc-london.m3u8
Code:#EXTM3U #EXTINF:0,Fox Soccer Plus #EXTVLCOPT:http-referrer=https://sportsbay.org/embed/56872/1/fox-soccer-plus-live.html https://e7.cdn4.us/ingest666/fsplus.m3u8
-
Thanks very much for the guidence.
Just my observation the easy stream is essentially and HLS stream but the fox one appears not to be and seems to work fine in most players /iptv clients. I am noting though that the HLS url for easy doesnt seem to play in anything i open the m3u in. (With the suggested code). Tivimate.. MX (and of course VLC) as you mention. Could you recommend anything that could actually read and play the easy m3u code/file.?
Many thanks -
No, I haven't found anything that will play the UK m3u8 links. Not even when using a UK VPN.
-
Thanks for the reply. Nevermind.
Its interesting how the base URL will play on my phone browser https://uk.easyview.eu/hls/bbc-london.m3u8 I wonder why that is?
Regards -
To be honest im not sure what player is?
But i simply put the url into my chrome browser and it just loads and starts playing. Is there a way to find out perhaps? -
Here's a thread dealing with this subject - a few solutions and they play ok in Firefox and VLC https://www.beyonwiz.com.au/forum/search.php?keywords=m3u8&fid%5B0%5D=16
SONY 75" Full array 200Hz LED TV, Yamaha A1070 amp, Zidoo UHD3000, BeyonWiz PVR V2 (Enigma2 clone), Chromecast, Windows 11 Professional, QNAP NAS TS851 -
Thanks for that. I believe it's Chrome's built in player. I verified that chrome on my Android phone could play it too. This gets us one more step... It's the user-agent field that allows chrome to play the link. This m3u8 file works with VLC in Windows:
Code:#EXTM3U #EXTINF:0 Easyview BBC One #EXTVLCOPT:http-user-agent=Mozilla/5.0 (Linux; Android 9.0; MI 8 SE) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.119 Mobile Safari/537.36 https://uk.easyview.eu/hls/bbc-london.m3u8
Similar Threads
-
Read m3u
By tekzen in forum Video Streaming DownloadingReplies: 2Last Post: 4th Oct 2020, 09:40 -
Help to play m3u link
By limiteddi in forum Video Streaming DownloadingReplies: 1Last Post: 22nd May 2019, 21:09 -
m3u from ustream.tv ?
By vidsrme in forum Video Streaming DownloadingReplies: 3Last Post: 16th May 2019, 21:36 -
M3U from Hayu (UK site)
By monsterbubble in forum Video Streaming DownloadingReplies: 12Last Post: 20th Mar 2019, 09:02 -
Help with Regex and m3u streams
By Eliran in forum Newbie / General discussionsReplies: 0Last Post: 12th Jun 2016, 01:09