Open yashtandon113 opened 2 years ago
Similar issue happens when we make some other modifications in the stream. e.g., If the webrtc stream is video only then re-streaming to any third party RTMP endpoint, the stream doesn't play and the broadcast speed in very high.
Below is an example of the error on YouTube endpoint.
Both problems are the same. Because if you enable MCU without adding an adaptive bitrate setting the merged video (MCU) stream is created but without audio. So the main problem is publishing the audio only stream to Youtube. Youtube doesn't allow video only stream. We may discuss to adding dummy audio to the stream for such a case.
Short description
When applying filter on any stream using filter plugin the output stream is not re-publishing to any other third party RTMP ingest point like FB, You Tube etc.
Environment
Steps to reproduce
Expected behavior
Stream should publish fine.
Actual behavior
Stream is not publishing and output stream is also stopped playing and keep buffering.