I want to save a stream to a mp4 file.
I already have the following code:
Code: Select all
cvlc "https://zdf1314-lh.akamaihd.net/i/de14_v1@392878/master.m3u8" --sout="#transcode{vcodec=h264,acodec=mpga,vb=800,ab=128}:file{dst=stream.mp4}"
Thanks for your help!