Audio/video stream recording forums (http://stream-recorder.com/forum/index.php)
-   Video stream recording (http://stream-recorder.com/forum/forumdisplay.php?f=4)
-   -  

m3u8 <- how to dowload?

(http://stream-recorder.com/forum/showthread.php?t=15654)

k01vu 03-09-2013 11:22 PM

m3u8 <- how to dowload?


 
Hi !

Ive got streams, files in strm extention, where is puted link to m3u8 file. Im playing it by xbmc, but i want to download it to file. I tryied rtmpdump for it, without success. Any ideas ?

example link for m3u8:
Code:

http://spiinternational-i.akamaihd.net/hls/live/204308/FIGHTBOXHD_MT_HLS/once1200.m3u8

PayNow 03-15-2013 05:49 AM

Re: m3u8 <- how to dowload?


 
use ffmpeg
in win
ffmpeg.exe -i "yourlinkhere" -c copy output.ts

linux
ffmpeg -i "yourlinkhere" -c copy output.ts


All times are GMT -6. The time now is 07:37 PM.