okay, thanks, will try it out. By the way, I also find this workaround myself: stripping off the first 4 seconds (corresponds to the keyframe interval) from the flv file using: -ss 00:00:04.000 As a result, the excessive audio frames are gone, have tested this with the problematic record and it works as expected: audio and video are perfectly in sync now!
Frans Op za 13 apr. 2019 om 13:57 schreef Carl Eugen Hoyos <[email protected]>: > 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". _______________________________________________ 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".
