VideoHelp Forum



Support our site by donate $5 directly to us Thanks!!!

Try StreamFab Downloader and download streaming video from Netflix, Amazon!



+ Reply to Thread
Results 1 to 3 of 3
  1. 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.
    Quote Quote  
  2. 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
    Quote Quote  
  3. 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
    Quote Quote  



Similar Threads

Visit our sponsor! Try DVDFab and backup Blu-rays!