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

Facebook has not received video signal from the video source for some time. Check that the connectivity between the video source and Facebook is sufficient for the source resolution and bitrate. Check your video encoder logs for details. If problems persist, consider improving connection quality or reducing the bitrate of your video source.

Open nguyentuanit97 opened this issue 4 years ago • 4 comments

Screen Shot 2020-08-05 at 16 40 58 Any idea? I live stream on facebook

nguyentuanit97 avatar Aug 05 '20 09:08 nguyentuanit97

from what i have seen you cant stream to facebook from this library since you need to stream with an ssl so you get your rtmp changed into rtmps which this library does not support. I have spent 2 months with this library i couldnt get it to work. I had to add a media server and push to the media server and then from the server push to facebook.

griffinshuth avatar Aug 05 '20 13:08 griffinshuth

Try to update version V0.2.7

illuspas avatar Aug 11 '20 02:08 illuspas

Any update on it ?

lyseiha avatar Aug 25 '20 10:08 lyseiha

Not thing update this lib. This lib don't support rtmps. Just support rtmp only. Link stream of Facebook like: rtmps:// ..... So I can't make lib work in this case. My solution is create rtmp server by nginx rtmp. So rtmp server will listen (on_public) like: rtmp://my-rtmp-server. And in server push on Facebook: rtmps://my-rmtp-server/facebook. I did it and succeeded.

nguyentuanit97 avatar Sep 16 '20 01:09 nguyentuanit97