Need Help - How do I troubleshoot to track down a connection error?
I've set up a simple server on a Google VM running Ubuntu. Followed the instructions and didn't have any difficulty through the install process. When I try to start a stream I get the standard "Could not connect" error.
I can ping the server.
I can see the ngingx start page from a web browser.
The conf file and every other step were followed as described. Not sure where the error is here or how to track it down further. I don't seem to have any communication issues between my home PC (Windows 7) and the Google hosted Ubuntu server outside of OBS (which I am not very familiar with). Looking for troubleshooting tips or a set of steps to follow to diagnose the issue.
Don't see anything helpful in the syslog on the Ubuntu server, but not sure what to look for so I may be missing it.
Don't see anything about a blocked connection or request in my router log indicating the IP address of my server.
Followed some troubleshooters to see if windows was blocking it, but it looks good (again, not too sure what to test here).
Log File information:
Code:
09:14:23: librtmp error: The connection timed out. Try a different server, or check that the connection is not being blocked by a firewall or other security software (10060).
09:14:23: Connection to rtmp://[ipaddress]/live failed: Could not connect to server
09:14:23:
09:14:23: The connection timed out. Try a different server, or check that the connection is not being blocked by a firewall or other security software (10060).
Also - built and killed 3 machines now so verify there was nothing else on them that could be causing an error, and same issue each time.
Edited to Add: tried streaming to a local raspberry pi with a similar setup as well, and that failed with the same error. It's either an error in my OBS settings or the windows firewall, but need help troubleshooting those.