OBS Streaming error. #1152
-
Hi everyone, I followed all the steps on https://airensoft.gitbook.io/ovenmediaengine/getting-started I don't know what's wrong. Any suggestion is appreciated. Thank you. [Server.txt](https://github.com/AirenS |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 22 replies
-
If OBS's RTMP can't connect to your server, it's a TCP connection problem. First add And when connecting RTMP with OBS, try rtmp://your-server-ip:1935/app/stream instead of domain. (RTMP works just fine with IP too.) If this doesn't work, it's likely that your ISP or system's firewall is blocking port 1935/tcp. If that doesn't work... Are you running OvenMediaEngine with docker or systemctl ? If you are running with docker, please share the docker run command. |
Beta Was this translation helpful? Give feedback.
-
Thank you for your detailed instructions. I just followed your instructions. Keep * in the Name tag. Remove TLS for now. I turned on OBS, broadcast stream with IP address of the domain. It failed. Please see my logs and Server.xml below: Server.xml pasted here (just in case the link is broken again):
` Log file: |
Beta Was this translation helpful? Give feedback.
-
Looking at the log you uploaded earlier, it seems that when you successfully connected to your OME with OBS, you connected with a private IP. Does your server have a private IP? Your network configuration doesn't seem to be common. Share it so others can help you. |
Beta Was this translation helpful? Give feedback.
-
Thank you so much, getroot and nannlizard. Finally, I did it . I just created a cloud virtual machine Instance and installed OME on it (Ubuntu 22). Streaming was smooth, latency under 1 second. I just wonder how to create 2 Virtual Hosts? As right now 1 machine Instance gives me 1 external IP address, I use this address to put in the virtual host tag. Do I have to create a another instance? Can 1 instance have 2 external IPs? Thanks. |
Beta Was this translation helpful? Give feedback.
Looking at the log you uploaded earlier, it seems that when you successfully connected to your OME with OBS, you connected with a private IP. Does your server have a private IP? Your network configuration doesn't seem to be common. Share it so others can help you.