OSC Stream - still problem

Post Reply
Michael-62
Posts: 16
Joined: Fri Mar 29, 2024 11:30 am

OSC Stream - still problem

Post by Michael-62 »

Hello James

Thanks for the help so far

Mind monitor is streaming to Neuromore Studio and OSC DataMonitor now.

Visual Studio 2022 with Phyton 3.12.3 is running,
Matplotlib, playsound and python-osc is installed

All samples run without error but fo not reveive anything.

If i start them, the corresponding svchost procrss is comming up and the listening adress is shown.
Visual Studio does not execute a Haltpoint - so there is no data arriving at the python.

If i end the python process and use oscdatamonitor on the same port without changing or touching anything i get the dat
If i run the simple or any of the other scripts outside visual studio i have the same effect.

I feel like forrest gump.

What do i miss?

I still cannot remap things in the OSC stream

If i use c++ i get messages in the prigram but i have no info on how the udp data should be organizrd.
User avatar
James
Site Admin
Posts: 1081
Joined: Wed Jan 02, 2013 9:06 pm

Re: OSC Stream - still problem

Post by James »

Sounds like the Python process might be being blocked by your firewall, but I'm not sure sorry.
Michael-62
Posts: 16
Joined: Fri Mar 29, 2024 11:30 am

Re: OSC Stream - still problem

Post by Michael-62 »

i look into this, thanks
Michael-62
Posts: 16
Joined: Fri Mar 29, 2024 11:30 am

Re: OSC Stream - still problem

Post by Michael-62 »

Hello again

The process is liszening now.

You should tell the users of the github program that they have to delete the standard predfix /IN/0 in mind monitor software and in neuromore studio.

Thanks for your patience
User avatar
James
Site Admin
Posts: 1081
Joined: Wed Jan 02, 2013 9:06 pm

Re: OSC Stream - still problem

Post by James »

Can you please clarify what you mean by:
Michael-62 wrote: Mon Apr 15, 2024 12:46 pm delete the standard predfix /IN/0 in mind monitor software
Michael-62
Posts: 16
Joined: Fri Mar 29, 2024 11:30 am

Re: OSC Stream - still problem

Post by Michael-62 »

The osc prefix in mind monitor was set to /in/0

That way the github maps do not get the data.
User avatar
James
Site Admin
Posts: 1081
Joined: Wed Jan 02, 2013 9:06 pm

Re: OSC Stream - still problem

Post by James »

By default in the Mind Monitor app the optional "OSC path prefix" is blank.
Michael-62
Posts: 16
Joined: Fri Mar 29, 2024 11:30 am

Re: OSC Stream - still problem

Post by Michael-62 »

Sure - my fault.

I still have the mysterious issue, that on one computer i get the stream everytime without issues, on an other one i do not get the UDP data,
I opened the port in the firewall so that should not be the issue.

but that is a computer and not a mind monitor issue…
Post Reply