restreamer icon indicating copy to clipboard operation
restreamer copied to clipboard

Failed to connect...yet again

Open AlphaOmegaLMS opened this issue 1 year ago • 2 comments

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].

AlphaOmegaLMS avatar Oct 07 '24 01:10 AlphaOmegaLMS

Please provide us the OBS error logs. You can find then via Settings->Open Configuration Folder.

ioppermann avatar Oct 11 '24 08:10 ioppermann

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

JumperLuko avatar Nov 10 '24 12:11 JumperLuko