Hello Finally its works only I need to make a few change on my scrip. rtmp_p="rtmp:// ....." rtmp_b="rtmp.://....."
ffmpeg -i INCOMING -f tee -flags +global_header -map "[v1o]" -map "[a1]" -pix_fmt yuv420p -r 25 -c:v libx264 -preset superfast -x264opts keyint=50:min-keyint=50 -crf 18 -maxrate 2800k -bufsize 7000k -profile:v main -aspect 16:9 -c:a aac -strict -2 -b:a 128k -ac 2 "[f=flv]$rtmp_p|[f=flv]$rtmp_b" Thanks for your help Best regards On Tue, Apr 2, 2019 at 11:43 PM Carl Eugen Hoyos <[email protected]> wrote: > 2019-04-02 19:00 GMT+02:00, Javier Fuentes <[email protected]>: > > > ffmpeg version n3.0 Copyright (c) 2000-2016 the FFmpeg developers > > Please test current FFmpeg git head. > > 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". -- Javier Fuentes Flumotion Services S.A. Avda. Diagonal 579-587 7ยบ 08021 Barcelona - Spainwww.flumotion.com _______________________________________________ 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".
