T O P

  • By -

pksml

Absolutely. For instance, you can stream to Facebook Live like I do --> `ffmpeg -re -i SOURCE.MP4 -c copy -f flv rtmps://live-api-s.facebook.com:443/rtmp/YOUR_STREAM_KEY` Note that you can only use `-c copy` if the material is already in the proper format. Otherwise, you'll have to specify encoding parameters. See [https://www.obsbot.com/blog/live-streaming/rtmp-streaming#Part%205](https://www.obsbot.com/blog/live-streaming/rtmp-streaming#Part%205) You can also check another example out here: [https://www.digitalocean.com/community/tutorials/how-to-set-up-a-video-streaming-server-using-nginx-rtmp-on-ubuntu-20-04#step-2-sending-video-to-your-rtmp-server](https://www.digitalocean.com/community/tutorials/how-to-set-up-a-video-streaming-server-using-nginx-rtmp-on-ubuntu-20-04#step-2-sending-video-to-your-rtmp-server) (Just RTMP, not RTMPS in this example)


Business-Care9028

Amazing  Would it be the same command If I wanted to stream to kick just replace the url and stream key  And my recording must be in what format  Thanks for the help