Page 1 of 1

Mind monitor streaming (Cloud not bind port in muse lab)

Posted: Wed Aug 26, 2020 1:26 am
by Wan-umaidah
I want to stream mind monitor, but i have problem with port binding in muse lab).
I performed like this:
1) I put IP address of my computer in OSC stream target IP setting.
2) I put 5000 in OSC stream Port
3) I press stream button in mind monitor
4) I open muse lab and put 5000 UDP and then press open port, but the pop up window show cloud not bind port

what should i do with this problem???

Re: Mind monitor streaming (Cloud not bind port in muse lab)

Posted: Wed Aug 26, 2020 9:37 am
by James
I've not seen that error before.
Try loading my config file. This will automatically open the port and set up a bunch of data views: http://mind-monitor.com/misc/muselab_configuration.json

Re: Mind monitor streaming (Cloud not bind port in muse lab)

Posted: Thu Aug 27, 2020 4:26 am
by Wan-umaidah
Thanks you for your suggestion. I solved this problem with put new OSC stream port (7000 UDP instead of 5000 UDP).

Re: Mind monitor streaming (Cloud not bind port in muse lab)

Posted: Thu Aug 27, 2020 9:24 am
by James
You must have something else listening on 5000 UDP then.
If you open a command line, you can see what's open with "netstat -aon"
Then match the pid on UDP 5000 to the process with the PIDs from the command "tasklist"