Page 1 of 1

I have a question about the muse player

Posted: Sat Jul 16, 2022 10:25 am
by musicaux
I downloaded muse player v1.9.1 from https://github.com/Enigma644/ix-muse-pl ... player.exe

To export the data received by OSC streaming to the PC as a csv file, I navigated to the path where the muse player is located in the CMD
And I used the command in the same way as [muse-player -l 5000 -C test.csv].

Then the test.csv file was created in that path, but only the 0byte file with no data was created.

1. I connected Muse 2 to Mind Monitor, OSC Streaming was attempted on port 5000 on 192.168.0.11(my IPv4), and switching to another port was useless.

2. With all firewalls turned off, I ran and experimented with command prompts with administrator privileges, but there was no change.

I am worried that I may have bothered the respondent by a rudimentary mistake. Thank you always.

+ and also when I used the command [ muse-player -l 5000 -D ] but nothing happened.

Re: I have a question about the muse player

Posted: Sun Jul 17, 2022 3:57 am
by James
Try "-l udp:5000", otherwise it'll default to tcp:5000.

https://web.archive.org/web/20181113161 ... ne-options

Also if your desired end result is a CSV file, then you should just skip muse player and record directly in Mind Monitor.

Re: I have a question about the muse player

Posted: Sun Jul 17, 2022 9:51 am
by musicaux
Thank you so much James! It works! :)