react-native-nodemediaclient
react-native-nodemediaclient copied to clipboard
Live stream to facebook
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 Hey did you find any solution with Facebook Live RTMPS?
@livnunes Hey did you find any solution with Facebook Live RTMPS?
Unfortunately, wasn't able to find a solution to do so :(
Shouldn't be the only difference that RTMP-S is streamed over an encrypted connection? So changing the url did not work?
Nope, doesn't work.
anyone find any workaround or any other library that we can use to stream through RTMP-S?
I am also having this problem trying to create a stream to Facebook Live over rtmps. Any solutions yet?
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.
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
Hello everyone, please try to update version V0.2.7
just did and it still doesnt work
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.
Please confirm that the SDK has been updated to v2.8.0
yeah still doesnt work even with the sdk
Any update?