Audio/video stream recording forums
|
Attention Visitor: |
You may have to register or log in before you can post:
|
|
|
Thread Tools | Display Modes |
#1
|
|||
|
|||
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. |
#2
|
|||
|
|||
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 |
#3
|
|||
|
|||
Re: Help recording these sourcesOkay 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?.
|
#4
|
|||
|
|||
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 |
Tags: live stream, ttv, tvbs news taiwan |
Thread Tools | |
Display Modes | |
|
|