Select Topic AreaBug BodyPreviously, both UDP and TCP ports were listening simultaneously, but now only TCP is listening, and UDP is not, which prevents RTSP from working. (I am not a native English speaker, so I’m using a translation tool. Here are some logs I may have captured that might be useful: |
Replies: 1 comment 2 replies
|
Steamlink (steam client) seem to use the same port. Closing steam resolves the error. But that's no option for gaming. Workaround running sunshine first than steam (optional disable remoteplay from steam). |
However, you're on the right idea.
I found that the system's
winnatservice had pre-reserved UDP ports(the command
netsh interface ipv4 show excludedportrange protocol=udpshows that ports 47976–48075 are excluded by the system, meaning they are in use).After stopping the service and manually adding the port exclusions, everything seems to be working normally now.