My grandparents are switching to iptv and would like some quality religious programing.. i found one network they like but cant get stable m3u8 for some channels, the link is https://media.reallifenetwork.com/pages/home/e/real-life-tv. Ive tried using the content.m3u8s the channels use but they seem to need to be updated every minute or so. Any help would be appreciated, grandpa is no bedbound in front of the tv so Im trying to get him a setup to his liking to make time easier.
Support our site by donate $5 directly to us Thanks!!!
Try StreamFab Downloader and download streaming video from Netflix, Amazon!
Try StreamFab Downloader and download streaming video from Netflix, Amazon!
+ Reply to Thread
Results 1 to 3 of 3
-
-
The content.m3u8 is a playlist with a single stream (in my case video only), use the other .m3u8. I've had this running perfectly for a few minutes now:
Code:streamlink https://fuel-streaming-prod01.fuelmedia.io/v1/sem/3652f39a-8ef0-47b2-a785-e1ad6c920a7e.m3u8 best
-
Grandpa, tell me about the good old days.
Since you will have to implement some cmd file to execute the streamlink command, why not just add jq and xargs so as to pull the m3u8 url from the source.
Code:curl -s "https://ga-prod-api.powr.tv/v2/sites/reallifenetwork/live-channels/63f7f0b1574493000be307cf/play-url" | jq .url | xargs -I{} streamlink {} best
Similar Threads
-
need help finding key to download aes-128 encrypted m3u8 file
By Naruto in forum Newbie / General discussionsReplies: 2Last Post: 5th Feb 2024, 12:30 -
Need help finding correct m3u8/mpd
By Mart006 in forum Video Streaming DownloadingReplies: 7Last Post: 3rd Aug 2023, 14:03 -
How to merge video m3u8 url and audio m3u8 url live channel
By sairaj in forum DVB / IPTVReplies: 2Last Post: 3rd Jul 2023, 06:29 -
Finding m3u8 in Iqiyi/QI PC browser agent.
By andreww in forum Video Streaming DownloadingReplies: 13Last Post: 31st Jan 2023, 15:28 -
Help automating demux, transcode, & remux of eac3 audio stream
By Pando in forum Newbie / General discussionsReplies: 3Last Post: 11th Jul 2019, 21:21