2019-04-13 11:33 GMT+02:00, Frans Gouverne <[email protected]>:

> ffmpeg -y -i "rtmp:/domein/client/name live=1" -vcodec copy
> -acodec copy -f ouput.flv

Instead please use something like (untested):
$ ffmpeg -f data -i rtmp://... -c copy -f data -map 0 out.flv
if you cannot use mplayer -dumpstream or something equivalent.

Carl Eugen
_______________________________________________
ffmpeg-user mailing list
[email protected]
https://ffmpeg.org/mailman/listinfo/ffmpeg-user

To unsubscribe, visit link above, or email
[email protected] with subject "unsubscribe".

Reply via email to