Need to publish RMTP stream, but it requires token #5600
-
QuestionI wanna put in WebRTC with Simulcast and output RTMP stream to rtmp://localhost:21001/live, but I don't know how to fit required token right. I tried: But outputs I already tried to specify password, as an option (still EOF error): The problem that the end server (RMTP) does not demands username but MediaMTX mandates username to be specified, else it'll not run. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
|
Both of these configs trigger "invalid streaming key; rejecting incoming stream from localhost:48992" at the end RMTP side, which, in theory, needs the end token to accept MediaMTX stream. |
Beta Was this translation helpful? Give feedback.
-
|
Token thing is being embedded like: rtmp://localhost:21001/live/KmNPBhHw |
Beta Was this translation helpful? Give feedback.
Token thing is being embedded like: rtmp://localhost:21001/live/KmNPBhHw
At least in my case.