react-native-nodemediaclient icon indicating copy to clipboard operation
react-native-nodemediaclient copied to clipboard

Live stream to facebook

Open livnunes opened this issue 5 years ago • 14 comments

Currently I'm not being able to live stream to facebook, I notice that facebook uses rtmps unlike youtube. Is it because this package does not support RTMPS?

livnunes avatar Jan 10 '20 09:01 livnunes

@livnunes Hey did you find any solution with Facebook Live RTMPS?

munkhorgil avatar May 01 '20 11:05 munkhorgil

@livnunes Hey did you find any solution with Facebook Live RTMPS?

Unfortunately, wasn't able to find a solution to do so :(

livnunes avatar May 05 '20 09:05 livnunes

Shouldn't be the only difference that RTMP-S is streamed over an encrypted connection? So changing the url did not work?

LaszloDev avatar Jun 15 '20 12:06 LaszloDev

Nope, doesn't work.

livnunes avatar Jun 16 '20 15:06 livnunes

anyone find any workaround or any other library that we can use to stream through RTMP-S?

griffinshuth avatar Jun 17 '20 18:06 griffinshuth

I am also having this problem trying to create a stream to Facebook Live over rtmps. Any solutions yet?

levid avatar Aug 03 '20 04:08 levid

Call API of Facebook: https://graph.facebook.com/v3.3/me/live_videos?status=LIVE_NOW&access_token={YOURTOKEN} (POST). So API return stream_url & secure_stream_url. This's RTMP-S you want.

nguyentuanit97 avatar Aug 05 '20 09:08 nguyentuanit97

Call API of Facebook: https://graph.facebook.com/v3.3/me/live_videos?status=LIVE_NOW&access_token={YOURTOKEN} (POST). So API return stream_url & secure_stream_url. This's RTMP-S you want.

You can get it that way or simply test with the Stream key already provided on facebook's site. Problem is this package only allows RTMP

livnunes avatar Aug 05 '20 10:08 livnunes

Hello everyone, please try to update version V0.2.7

illuspas avatar Aug 11 '20 02:08 illuspas

just did and it still doesnt work

griffinshuth avatar Aug 11 '20 02:08 griffinshuth

outputUrl = {"rtmps://live-api-s.facebook.com:443/rtmp/1429365390570168?s_bl=1&s_ps=1&s_sw=0&s_vt=api-s&a=Abzep64_04ISYUoK"} thats the outputurl and its still the same error but when i use antmedia server and send it up to them it works.

griffinshuth avatar Aug 11 '20 02:08 griffinshuth

Please confirm that the SDK has been updated to v2.8.0

illuspas avatar Aug 11 '20 02:08 illuspas

yeah still doesnt work even with the sdk

griffinshuth avatar Aug 14 '20 18:08 griffinshuth

Any update?

estiventhneira avatar Jan 29 '21 15:01 estiventhneira