-
-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
error when start Birdnet-go container #324
Comments
Use need to map host /dev/snd device to Docker container for audio device to be available. Please see installation instructions on how to run Docker version https://github.com/tphakala/birdnet-go/blob/main/doc/installation.md |
Yes this is the guide I follow... If I run this command as mentionned in the guide: I got the issue |
What sound card and microphone do you have? Is it available in Ubuntu? In Proxmox I had to assign a sound card to a virtual machine. |
@rammytheone purpose is to use RSTP stream, so no microphone. I have installed this birdnet-go program directly, without using docker, and it works well. So i will stay like this |
Issue Type
Description
[A clear and concise description of the issue or feature request]
Steps to Reproduce (for bugs)
Start docker instance and see logs:
root@vl77-ubuntu-srv-lab:/home/administrateur# docker run ghcr.io/tphakala/birdnet-go
Created default config file at: /root/.config/birdnet-go/config.yaml
BirdNET-Go build date: 2024-06-09T12:51:19Z, using config file: /root/.config/birdnet-go/config.yaml
BirdNET GLOBAL 6K V2.4 FP32 model initialized, using 4 threads of available 4 CPUs
2024/11/25 09:09:54 Using latest range filter model
System details: linux debian 12.5 on unknown hardware
Starting analyzer in realtime mode. Threshold: 0.8, overlap: 1.5, sensitivity: 1, interval: 15
Logging disabled
2024/11/25 09:09:54 Clip retention policy: usage
⇨ http server started on [::]:8080
Available Capture Sources:
0: Discard all samples (playback) or generate zero samples (capture), null
2024/11/25 09:09:54 Error selecting capture source: no suitable capture source found for device setting sysdefault
Expected behavior
Container should start without issue, but exit with code 1
Actual behavior
Exit with code 1:
root@vl77-ubuntu-srv-lab:/home/administrateur# docker ps -a
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
55e3e2761b48 ghcr.io/tphakala/birdnet-go "/usr/bin/birdnet-go…" About a minute ago Exited (1) About a minute ago brave_babbage
Environment
Version Information (build date)
Ubuntu on ESX running last version of docker
System Information
For Non-Raspberry Pi Linux Users
Have you tested with the latest dev branch container image?
The text was updated successfully, but these errors were encountered: