Failed to connect...yet again
Subject of the issue OBS FAILED TO CONNECT TO SERVER
Your environment RTMP feed coming from OBS windows 10 going to Restreamer running on Windows 10 on docker desktop with retreamer
Files Add the Restreamer Process-Report, the Publication-Service Process-Report or a list of relevant files for this issue. This will help us navigate the project and explain where to start.
Steps to reproduce Start Restreamer in docker enable RTMP server on port 1935. Change IP from public to my local IP which I found by running CMD with ipconfig command. Copy RTMP stream code from Restreamer UI and paste directly into OBS. Click apply click ok. Click start stream and then receive the error that OBS could not connect to server. All firewalls are off. Port forward added to router. Port rule added to windows firewall and all combinations of the stream key as been tried. I have read through all of the previous posted issues on GitHub and other sources to no avail. I would love to get this working.
Awesome ⭐⭐⭐⭐⭐ If the Restreamer has problems processing your video signals, it would be constructive if you send us this origin stream by mail with the GitHub issue number to [email protected]. This way, we can better see why the Restreamer is not working correctly.
Expected behavior Should send stream from OBS to Restreamer
Actual behavior Received error. Failed to connect
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 [email protected].
Please provide us the OBS error logs. You can find then via Settings->Open Configuration Folder.
Need to open the port on docker! On the documentation not say nothing about this.
My docker command
docker run -d --restart always \
--name restreamer \
-e "RS_USERNAME=admin" -e "RS_PASSWORD=datarhei" \
-p 8080:8080 -p 8181:8181 -v /mnt/restreamer/db:/restreamer/db \
-p 1935:1935 -p 1936:1936 \
-p 6000:6000/udp \
datarhei/restreamer:latest