Closed younes200 closed 2 years ago
Do you have "test" stream? Please upload full ovenmediaengine.log file
The set video bit rate is too low at 350 Kbps. That's why I think there's an error message on Facebook Live. Increase the bitrate value to more than 3 Mbps.
Thank you very much for you quick answer, increasing the bit rate solves the problem 👍🏽
PROBLEM Hi, Since OME does not yet support RTMPS, I'm relying on Stunnel to re-stream the feed to Facebook Live, but with the default stream output, the audio is missing and stream breaks every few seconds, facebook logs shows :
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.
When using this custom output profile that match facebook video/audio format (h264,aac) OME is not able to find the origin stream :
OME returns this error in logs :
[2022-01-24 12:50:39.822] E [SPAPISvr-T8081:10] Orchestrator | orchestrator.cpp:478 | Could not find Origin for the stream: [#default#app/test_facebook]
I'm publishing the stream with the start push API:
ENVIRONMENTAL INFORMATION
using docker image :
airensoft/ovenmediaengine:latest
Using OvenLiveKit for WebRTC publishing
Docker environment
Any help will be very appreciated Thank you.