Help recording these sourcesHello, 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. |
Re: Help recording these sourcesQuote:
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 |
Re: Help recording these sourcesQuote:
|
Re: Help recording these sourcesCode:
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. |