Can't get RTMPPush to publish #1302
-
Casting with RTMP and WebRTC Whip works great in OME, but it does not seem to want to publish the streams with RTMPPush. Anyone know how to define the output stream for the RTMPPush to use? Using REST API the server responds with a RTMPPush ready to publish:
In the server log however, I get this:
and
Server.xml
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
The log snippet you posted implies that there is no incoming stream, therefore it can't push anything. This also explains the 'ready' state, where a push has been defined but there is no incoming stream. If there is an incoming stream, I would then look to the track names you have specified - since you are using the application in your Server.xml you should probably define those track names under your , something like:
|
Beta Was this translation helpful? Give feedback.
The log snippet you posted implies that there is no incoming stream, therefore it can't push anything. This also explains the 'ready' state, where a push has been defined but there is no incoming stream.
If there is an incoming stream, I would then look to the track names you have specified - since you are using the application in your Server.xml you should probably define those track names under your , something like: