rtpmidid icon indicating copy to clipboard operation
rtpmidid copied to clipboard

Error creating server at port 0

Open tomhaste opened this issue 3 years ago • 2 comments

I cant figure out whats going on here. Im trying to run it using PatchboxOS to no luck. Any ideas? Ive tried the var trick in CONTROL.md and all the cli options it seems.

`[2021-07-08T07:06:01Z] [main.cpp:58] Real Time Protocol Music Instrument Digital Interface Daemon - 20.04.5

[2021-07-08T07:06:01Z] [main.cpp:59] (C) 2019 David Moreno Montero [email protected]

[2021-07-08T07:06:01Z] [mdns_rtpmidi.cpp:89] watch_new 5 1

[2021-07-08T07:06:01Z] [rtpserver.cpp:65] Try listen at :::5004

[2021-07-08T07:06:01Z] [rtpserver.cpp:110] Error creating server at port 0: Can not open rtpmidi control socket. Address already in use.

[2021-07-08T07:06:01Z] [main.cpp:71] Can't remove fd 6 from poller: Bad file descriptor (9)`

tomhaste avatar Jul 08 '21 07:07 tomhaste

Are you starting rtpmidid with any command line options? which ones?

davidmoreno avatar Jul 08 '21 08:07 davidmoreno

Also, double check there is nothing else running at UDP 5004, or try --port 0 to get a random server port.

davidmoreno avatar Jul 08 '21 08:07 davidmoreno

I think should be working now.

davidmoreno avatar Jan 28 '24 21:01 davidmoreno