[FFmpeg-user] cli options for publishing live stream with passthrough?
Matteo Contrini
matteo at contrini.it
Fri Jun 5 10:57:54 EEST 2020
Il 03/06/2020 22:44:05, Arthur Hays <avhaysjr at gmail.com> ha scritto:
I would like to publish a live stream to castr.io (or youtube live or
facebook live) using RTMP. I've previously edited and exported from
Premiere so it's already a file on disk encoded with H.264 and the
bitrate I want.
Hey, it should be something as simple as this:
ffmpeg -re -i <input> -c:v copy -c:a copy -f flv rtmp://hostname/app
--
Matteo
More information about the ffmpeg-user
mailing list