PDA

View Full Version : Help recording these sources


Chemist925
12-22-2015, 01:19 AM
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/nlds/kylin/ttv/as/live/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
Hello, i need help for recording these live streams in flv output.

The .ts files download via browser

The m3u8 should work with:
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
The .ts files download via browser

The m3u8 should work with:
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
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