VideoHelp Forum




+ Reply to Thread
Results 1 to 6 of 6
  1. alright, I have been playing a live stream on Kodi recently and upon sniffing the network via URLsnooper I got the following URLs but no idea how to download the stream :/

    Code:
    http://149.202.207.8:8080/StTstAr1_jaV/StTstAr1_jaV/index.m3u8
    
    http://149.202.207.8:8080/StTstAr1_jaV/StTstAr1_jaV/2016/04/01/14/48/02-06120.ts
    
    http://149.202.207.8:8080/StTstAr1_jaV/StTstAr1_jaV/2016/04/01/14/48/15-05660.ts
    any help would be appreciated greatly.
    Quote Quote  
  2. ffmpeg can download the video via the m3u8 link:

    Code:
    "g:\program files\ffmpeg\bin\ffmpeg" -i "http://149.202.207.8:8080/StTstAr1_jaV/StTstAr1_jaV/index.m3u8" -vcodec copy -acodec copy output.ts
    Change the path to ffmpeg to match where you install it on your computer. That will give you a file called output.ts.
    Quote Quote  
  3. Thank you very much, its working. There is one small niggle, even though I have installed ffmpeg in D: drive and using it, the output.ts is getting downloaded in my C:\users\username directory, is there a way to change download location as I dont have much space left on that partition?
    Quote Quote  
  4. Originally Posted by munununu View Post
    Thank you very much, its working. There is one small niggle, even though I have installed ffmpeg in D: drive and using it, the output.ts is getting downloaded in my C:\users\username directory, is there a way to change download location as I dont have much space left on that partition?
    Just use a full path name for the output.ts file. If there are spaces in the path you need to put it all in quotes:

    ... "D:\folder name\output.ts"
    Quote Quote  
  5. Hi ! is there any other way using livestreamer to download this stream? though ffmpeg works fine
    Quote Quote  
  6. Hi munununu ,

    Code:
    "D:\livestreamer\livestreamer.exe" "hls://http://149.202.207.8:8080/StTstAr1_jaV/StTstAr1_jaV/index.m3u8" best -o output.mp4
    Cheers .
    JE SUIS CHARLIE !!!
    Quote Quote  



Similar Threads

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