Replies: 4 comments 15 replies
-
Hi, yes I think you can share same RPI with BirdNET-Pi and BirdNET-Go. On BirdNET-Go web server port is configurable, it defaults to 8080 which will not conflict with BirdNET-Pi. |
Beta Was this translation helpful? Give feedback.
-
actually testing BirdNET-Pi and birdnet-go in parallel on a raspberry Pi4 (8G RAM). |
Beta Was this translation helpful? Give feedback.
-
Finally got a chance to spend some time on this, here's some notes mostly for myself, but may be useful for other early testers:
I also tried to make the following systemd service [Unit]
Description=BirdNET-Go realtime analysis
After=network.target
StartLimitIntervalSec=0
[Service]
Type=simple
Restart=always
RestartSec=5
User=birdnet
ExecStart=/home/birdnet/birdnet-go realtime
[Install]
WantedBy=multi-user.target I very rarely use systemd, so I'm pretty bad at it, but not matter what I did trying to run birdnet-go through there resulted in Going to let it run over the weekend, will report back. |
Beta Was this translation helpful? Give feedback.
-
First of all, awesome work here, so great to see an actively developed - and improving - instance for BirdNET. Quick question on BirdNET-Pi / birdnet-go dual setup: how are guys configuring pulse or sox or whatever to send the mic to both? I'm fine on http/UI end, that was easy, can't figure the sound piece. |
Beta Was this translation helpful? Give feedback.
-
Hi @tphakala
How feasible is it to test this alongside BirdNET-Pi on the same Pi? I assume it should be fine, but I haven't seen an obvious way to set the web port, so that may be the only thing that conflicts.
I only have one Pi at the moment that I can get actual results with, but if I can get this running on there I can probably help out with some UI work.
Thanks for all your work on this
Beta Was this translation helpful? Give feedback.
All reactions