datarhei / restreamer

The Restreamer is a complete streaming server solution for self-hosting. It has a visually appealing user interface and no ongoing license costs. Upload your live stream to YouTube, Twitch, Facebook, Vimeo, or other streaming solutions like Wowza. Receive video data from OBS and publish it with the RTMP and SRT server.
https://docs.datarhei.com/restreamer/
Apache License 2.0
3.79k stars 438 forks source link

Can´t use the RTMP server to stream OBS as a video source #806

Open ewczzz opened 3 weeks ago

ewczzz commented 3 weeks ago

Describe the bug I´m trying to to stream OBS through RTMP server and when i try apears No live stream was detected. Please check the software that sends the stream..

To Reproduce Steps to reproduce the behavior:

  1. Go to Docker Desktop and pull " datarhei/restreamer"
  2. Transfer the numbers from the Container Ports field to the empty areas on the left, and choose a host path to volume.
  3. After that I run the Retreamer container.
  4. I go to the to the ui, with the port 8080 to the browser.
  5. After login, i enable the rtmp server.
  6. Then i try to use the rtmp server, and copy the adress to obs. (I FOLLOW THE STEPS FROM THE DOCUMENTATION)

Expected behavior Can´t use the RTMP server to stream OBS as a video source

Screenshots error restreamer obs error

Desktop

Additional context Everything on the firewall is disable, and Docker Desktop and OBS are running as administrator. I dont have 2 pc, just one for make self host stream.

Here´s the log: core.log

Business inquiries

We provide support for commercial requirements with professional support, agile software development, and consulting. If you have a commercial request, be it a bug or a feature enhancement, please contact us directly at support@datarhei.com.

ioppermann commented 6 days ago

If the Restreamer docker container is running on the same computer as OBS then you have to change the IP address in the provided RTMP URL to 127.0.0.1. The provided IP address is your public address which will not work in most cases, because you're in your local network.

ewczzz commented 6 days ago

Thanks you so much, it works. Thanks for the support.