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

Help recording these sources

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

Chemist925 12-22-2015 01:19 AM

Help recording these sources


 
Hello, i need help for recording these live streams in flv output.

Mind sharing a code in livestreamer, rtmpdump or ffmpeg?.

source 1:
http://59.120.43.180:17822

source 2:
http://ktv042.cdnak.ds.kylintv.net/n...ive/ttv_4.m3u8

source 3:
http://59.120.43.180:17834

They are all playable with vlc, but i just dont know how to record it with livestreamer or ffmpeg. Any help?

Thanks in advance.

stream_monkey 12-22-2015 02:55 PM

Re: Help recording these sources


 
Quote:

Originally Posted by Chemist925 (Post 81823)
Hello, i need help for recording these live streams in flv output.

The .ts files download via browser

The m3u8 should work with:
Code:

ffmpeg -i http://ktv042.cdnak.ds.kylintv.net/nlds/kylin/ttv/as/live/ttv_4.m3u8 -c copy output.ts

Chemist925 12-22-2015 08:48 PM

Re: Help recording these sources


 
Quote:

Originally Posted by stream_monkey (Post 81839)
The .ts files download via browser

The m3u8 should work with:
Code:

ffmpeg -i http://ktv042.cdnak.ds.kylintv.net/nlds/kylin/ttv/as/live/ttv_4.m3u8 -c copy output.ts

Okay but it has .ts extension i need them as flv, how do you make it that way?. How about the other sources can they be recorded?.

hasomaso 12-24-2015 07:24 PM

Re: Help recording these sources


 
Code:

ffmpeg -i "http://ktv042.cdnak.ds.kylintv.net/nlds/kylin/ttv/as/live/ttv_4.m3u8" -c:v copy -c:a copy -f mpegts output.flv


All times are GMT -6. The time now is 12:49 AM.