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
Attempting a local execution on a RasPi 4 with a Respeaker 4-mic array. odas_live is properly installed and opens when running ‘npm start’
Config file, as far as I know, is updated as per the readme config guidelines (SSS is updated).
Running odas studio:
k1vo@raspberrypi:~/odas_web $ npm start
> [email protected] start
> 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}
I see the following message appear on the odas_web terminal:
new client connection from ::ffff:127.0.0.1:59192
new client connection from ::ffff:127.0.0.1:38610
new client connection from ::ffff:127.0.0.1:59118
new client connection from ::ffff:127.0.0.1:60528
From here nothing happens and it gets stuck on "Threads running..." occasionally throwing a segmentation fault error.
Trying to launch ODAS Web with the green button does nothing; I don't even see a "Recieved launch command" in the terminal. No popups when I click record, configure, or camera in the top right. Odas Core points to /home/k1vo/odas/build/bin/odaslive and config points to /home/k1vo/odas/config/odaslive/respeaker_4_mic_array.cfg
The text was updated successfully, but these errors were encountered:
sethm2002
changed the title
ODAS Live not launching and ODAS stuck on ‘Threads running…”
ODAS Control not launching and ODAS stuck on ‘Threads running…”
May 5, 2022
Attempting a local execution on a RasPi 4 with a Respeaker 4-mic array. odas_live is properly installed and opens when running ‘npm start’
Config file, as far as I know, is updated as per the readme config guidelines (SSS is updated).
Running odas studio:
In a separate terminal, running ODAS config file:
I see the following message appear on the odas_web terminal:
From here nothing happens and it gets stuck on "Threads running..." occasionally throwing a segmentation fault error.
Trying to launch ODAS Web with the green button does nothing; I don't even see a "Recieved launch command" in the terminal. No popups when I click record, configure, or camera in the top right. Odas Core points to /home/k1vo/odas/build/bin/odaslive and config points to /home/k1vo/odas/config/odaslive/respeaker_4_mic_array.cfg
Here is the config file I'm using:
respeaker_4_mic_array.cfg.txt
Any help would be greatly appreciated!
The text was updated successfully, but these errors were encountered: