VideoHelp Forum
+ Reply to Thread
Results 1 to 3 of 3
Thread
  1. Hello, I'm trying to record the live streaming from here: http://granhermano.americatv.com.ar/#/home , I found the manifest file : http://prepublish.f.qaotic.net/a07/ngrp:gh_channel1-100033_all/manifest.f4m and tried to download it with Livestreamer. I got:

    Code:
    C:\Users\Salvatore>livestreamer "hls://http://prepublish.f.qaotic.net/a07/ngrp:g
    h_channel1-100033_all/manifest.f4m" best -o granhermano.ts
    [cli][info] Found matching plugin stream for URL hls://http://prepublish.f.qaoti
    c.net/a07/ngrp:gh_channel1-100033_all/manifest.f4m
    [cli][info] Available streams: live (worst, best)
    [cli][info] Opening stream: live (hls)
    [cli][error] Could not open stream: Unable to open URL: http://prepublish.f.qaot
    ic.net/a07/ngrp:gh_channel1-100033_all/manifest.f4m (403 Client Error: Access de
    nied.)
    Somebody knows what is wrong? Thank you
    Quote Quote  
  2. Originally Posted by ekekezz View Post
    Hello, I'm trying to record the live streaming from here: http://granhermano.americatv.com.ar/#/home , I found the manifest file : http://prepublish.f.qaotic.net/a07/ngrp:gh_channel1-100033_all/manifest.f4m and tried to download it with Livestreamer. I got:

    Code:
    C:\Users\Salvatore>livestreamer "hls://http://prepublish.f.qaotic.net/a07/ngrp:g
    h_channel1-100033_all/manifest.f4m" best -o granhermano.ts
    [cli][info] Found matching plugin stream for URL hls://http://prepublish.f.qaoti
    c.net/a07/ngrp:gh_channel1-100033_all/manifest.f4m
    [cli][info] Available streams: live (worst, best)
    [cli][info] Opening stream: live (hls)
    [cli][error] Could not open stream: Unable to open URL: http://prepublish.f.qaot
    ic.net/a07/ngrp:gh_channel1-100033_all/manifest.f4m (403 Client Error: Access de
    nied.)
    Somebody knows what is wrong? Thank you
    hi
    first f4m=hds protocol (.flv extension) not hls=m3u8 (.ts extension)
    second you need add Referer player.swf option
    so
    hds f4m
    Code:
    livestreamer --http-header "Referer=http://vmf.edge-apps.net/res/player/universal/StrobeMediaPlayback_test.swf"   "hds://http://prepublish.f.qaotic.net/a07/ngrp:gh_channel1-100033_all/manifest.f4m" best -o granhermano.flv
    hls m3u8
    Code:
    livestreamer --http-header "Referer=http://vmf.edge-apps.net/res/player/universal/StrobeMediaPlayback_test.swf"   "hlsvariant://http://prepublish.f.qaotic.net/a07/ngrp:gh_channel1-100033_all/manifest.m3u8" best -o granhermano.ts
    Quote Quote  
  3. Great, thank you!
    Quote Quote  



Similar Threads

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