LS3solutions / LS3solutions/openstream-server
Fatal: Couldn't bind RTSP server to port [48010]
Nobody has claimed this yet.
- Dominant language
- C++
- Stars
- 205
- Forks
- 24
- PR merge metrics
- No merged PRs in 30d
Description
Hello! I get this error message whenever I try to host a session!
"Fatal: Couldn't bind RTSP server to port [48010], likely another process already bound to the port"
it looks like another process is listening on that port, so I tried
'netstat -ano | findstr 48010' via cmd and it returned nothing, so the port is actually not busy
I also have noticed that sunshine shows the same exact error when open-stream is installed on the machine, so this is maybe a conflict between them? if so how can I completely get rid of sunshine? I know it's a portable app but maybe it has some leftovers here or there, after been executed through PowerShell?
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reproducing the RTSP server bind failure on Windows and checking the reported port with the same environment described in the issue. Investigate whether an OpenStream or Sunshine process or leftover is responsible, then confirm the cause and document a reliable resolution when the server can bind successfully.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp
- Domain
- backend, networking
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 30/100