sccn / liblsl

C++ lsl library for multi-modal time-synched data transmission over the local network
Other
107 stars 63 forks source link

Multiple publishing streams fail to respond to enumeration #178

Closed xloem closed 1 year ago

xloem commented 1 year ago

I'm trying to get muse-lsl working a little. It opens multiple streams from the same process, for the different sensors in the band. Unfortunately, only one of the streams shows up in LSL client apps.

I monitored the network traffic for 127.0.0.1 and it looks like only one of the streams is responding to the query on port 16571, the others ignoring. Here is a packet log.

I expect one of them is receiving all the request packets, without sending them to the others.

Here is a server log.

xloem commented 1 year ago

It looks like this is a behavior of firewalld.