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.

I've found a few examples of some possible arguments.  For rtmp:

-f flv "*rtmp://p.ep246802.i.akamaientrypoint.net/EntryPoint* flashver=FMLE/3.020(compatible;20FMSc/1.0) live=true pubUser=*123456* pubPasswd=*789123* playpath=*dclive_1_1@246802*"

and for passthrough:

"-vcodec copy -acodec copy"

And from the documentation:

ffmpeg -re -i <input> -f flv -rtmp_playpath some/long/path -rtmp_app long/app/name rtmp://username:password@myserver/

I would appreciate if someone could put this all together for me with the right command.  Thanks!
_______________________________________________
ffmpeg-user mailing list
ffmpeg-user@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-user

To unsubscribe, visit link above, or email
ffmpeg-user-requ...@ffmpeg.org with subject "unsubscribe".

Reply via email to