After getting the stream_url for facebook live in android app, how to make the video live on facebook from another app?

142 Views Asked by At

I got the response from the facebook which is id, stream_url, secure_stream_url,What to do next i'm not able to get any idea, please help me out.

1

There are 1 best solutions below

0
On

You will need something like ffmpeg, Nginx RTMP module, or an app like OBS that can forward a stream to the secure_stream_url provided by the response from FB.