TareqAlqutami / rtmp-hls-server

a docker file to create a streaming server that supports RTMP, HLS and DASH content based on nginx and nginx-rtmp-module.
MIT License
402 stars 193 forks source link

Server keeps disconnecting from OBS? #5

Closed mavermc closed 4 years ago

mavermc commented 4 years ago

Clean install of OBS 25.0.8 on a clean windows 10 install. I setup the rtmp server with a docker on unraid. What's so weird is when I tell OBS to do a "test stream" from it's auto setup wizard, it actually works, for the duration of the test I can go into the status page and see it creating all the hls streams. But then using those same settings (on multiple systems, both using QSV and NVENC) it just disconnects the stream right away and the stat page is empty. When checking the docker logs I see the test was sucessful

24.205.146.34 [19/Jun/2020:23:56:41 -0700] PUBLISH "live" "test" "" - 15524229 529 "" "FMLE/3.0 (compatible; FMSc/1.0)" (12s) 2020/06/19 23:56:41 [alert] 7#7: unknown process 343 exited on signal 9 127.0.0.1 [19/Jun/2020:23:56:41 -0700] PUBLISH "show" "test_src" "" - 6370909 409 "" "" (11s) 127.0.0.1 [19/Jun/2020:23:56:41 -0700] PUBLISH "show" "test_hd720" "" - 9799384 409 "" "" (11s) 127.0.0.1 [19/Jun/2020:23:56:41 -0700] PUBLISH "show" "test_high" "" - 6099812 409 "" "" (11s) 127.0.0.1 [19/Jun/2020:23:56:41 -0700] PUBLISH "show" "test_mid" "" - 4000107 409 "" "" (11s) 127.0.0.1 [19/Jun/2020:23:56:41 -0700] PUBLISH "show" "test_low" "" - 2219004 409 "" "" (11s) 127.0.0.1 [19/Jun/2020:23:56:41 -0700] PLAY "live" "test" "" - 376 12855488 "" "" (12s)

But when trying to stream and getting the disconnect no errors show up in the docker log, where can I probe for a log file that might point out where the issue is?

Thanks

mavermc commented 4 years ago

Turned out to be a weird firewall issue. Disabling the firewall on the router fixed the issue.