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 :/
any help would be appreciated greatly.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
+ Reply to Thread
Results 1 to 6 of 6
-
-
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
-
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?
-
-
Hi ! is there any other way using livestreamer to download this stream? though ffmpeg works fine
-
Hi munununu ,
Code:"D:\livestreamer\livestreamer.exe" "hls://http://149.202.207.8:8080/StTstAr1_jaV/StTstAr1_jaV/index.m3u8" best -o output.mp4
JE SUIS CHARLIE !!!
Similar Threads
-
Capture video stream ...
By PrivateViewing in forum Video Streaming DownloadingReplies: 4Last Post: 19th Apr 2015, 09:51 -
stream capture question
By markopolo in forum Newbie / General discussionsReplies: 5Last Post: 18th Feb 2014, 21:31 -
What do I need to capture this stream?
By gastrof in forum Video Streaming DownloadingReplies: 6Last Post: 6th Aug 2013, 00:02 -
i have a stream capture video but the stream was laggy. how to fix video?
By 00900 in forum Video Streaming DownloadingReplies: 2Last Post: 8th Apr 2013, 20:15 -
Please help me capture this stream(CBS)
By True Colors in forum Newbie / General discussionsReplies: 4Last Post: 12th Nov 2011, 08:31