You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to start ODAS in a local Linux computer but the ODAS process cannot connect to ODAS Web.
$ npm start
[email protected] start /home/xxxxxxxxxxx/usb_4_mic_array/odas_web/odas_web-0.3
electron .
server listening to {"address":"::","family":"IPv6","port":9000}
server listening to {"address":"::","family":"IPv6","port":9001}
server listening to {"address":"::","family":"IPv6","port":10000}
server listening to {"address":"::","family":"IPv6","port":10010}
received launch command
/home/xxxxxxxxxxx/usb_4_mic_array/odas/build/bin/odaslive
/home/xxxxxxxxxxx/usb_4_mic_array/odas.cfg
new client connection from ::ffff:127.0.0.1:37594
new client connection from ::ffff:127.0.0.1:53916
new client connection from ::ffff:127.0.0.1:40466
new client connection from ::ffff:127.0.0.1:35770
connection from ::ffff:127.0.0.1:35770 closed
connection from ::ffff:127.0.0.1:37594 closed
connection from ::ffff:127.0.0.1:53916 closed
connection from ::ffff:127.0.0.1:40466 closed
received stop command
I am trying to start ODAS in a local Linux computer but the ODAS process cannot connect to ODAS Web.
$ npm start
server listening to {"address":"::","family":"IPv6","port":9000}
server listening to {"address":"::","family":"IPv6","port":9001}
server listening to {"address":"::","family":"IPv6","port":10000}
server listening to {"address":"::","family":"IPv6","port":10010}
received launch command
/home/xxxxxxxxxxx/usb_4_mic_array/odas/build/bin/odaslive
/home/xxxxxxxxxxx/usb_4_mic_array/odas.cfg
new client connection from ::ffff:127.0.0.1:37594
new client connection from ::ffff:127.0.0.1:53916
new client connection from ::ffff:127.0.0.1:40466
new client connection from ::ffff:127.0.0.1:35770
connection from ::ffff:127.0.0.1:35770 closed
connection from ::ffff:127.0.0.1:37594 closed
connection from ::ffff:127.0.0.1:53916 closed
connection from ::ffff:127.0.0.1:40466 closed
received stop command
And this is the result of odaslive.
$cd /home/xxxxxxxxxxx/usb_4_mic_array/odas/build/bin/
$./odaslive -c ../../../odas.cfg -v
+--------------------------------------------+
| ODAS (Open embeddeD Audition System) |
+--------------------------------------------+
| Author: Francois Grondin |
| Email: [email protected] |
| Website: introlab.3it.usherbrooke.ca |
| Version: 1.0 |
+--------------------------------------------+
| + Initializing configurations...... [Done] |
| + Initializing objects............. [Done] |
| + Launch threads................... Sink pots: Cannot connect to server
Sink tracks: Cannot connect to server
System info:
OS: Ubuntu 20.04 (CPU: Ryzen 7, Architecture: x86_64)
Device: ReSpeaker 4 Mic Array (UAC1.0): USB Audio (hw:4,0)
$ node -v
v12.22.12
$npm -v
6.14.16
odas.cfg and package.json are attached.
Any tips? Thank you.
odas cfg and package json.zip
The text was updated successfully, but these errors were encountered: