OBS won't stream to RMTP server on localhost

IsaacLightning

New Member
I am trying to follow this guide and everything is working except for OBS, it will connect briefly and then disconnect until trying again after 10 seconds, where it repeats the process. Then I try to end the stream and it causes issues and I have to force close OBS. Using rtmpdump I can confirm that the docker container is working, and it's running in docker ofc. The logs seem to mention an issue with ffmpeg-mux (ffmpeg-mux: Couldn't find an appropriate muxer for 'rmtp://localhost:1935/live'). Anyone know what I can do about this?
 

Attachments

  • stream settings.PNG
    stream settings.PNG
    20.7 KB · Views: 568
  • 2022-04-11 16-47-51.txt
    11.6 KB · Views: 247

IsaacLightning

New Member
The protocol you configured is unknown. What you want is called rtmp://, not rmtp://.
I found out the issue, before I was actually typing that right but it seems like the issue was a $PATH issue. But it's all resolved now. Can't believe I mistyped though haha
 
Top