Using VLC as a RTSP Server #236
thor0215
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I added some documentation to the alexbelgium Birdnet-Go Home Assistant addon here:
https://github.com/alexbelgium/hassio-addons/tree/master/birdnet-go#setting-up-a-rtsp-source-using-vlc
Here is the snippet:
Setting up a RTSP Source using VLC
VLC opens a TCP port but the stream is udp. Because of this will need to configure Birdnet-Go to use udp. Adjust the config.yaml file to udp or use the birdnet-go command line option:
--rtsptransport udp --rtsp rtsp://192.168.1.21:8080/stream.sdp
Linux instructions
Run vlc without an interface using one of these commands:
Run
arecord -l
to get microphone hardware infohw:4,0 = card 4: Device [USB PnP Sound Device], device 0: USB Audio [USB Audio]
Systemd service file example. Adjust the user:group accordingly. If you want to run as root, you will likely need to run vlc-wrapper instead of vlc.
Beta Was this translation helpful? Give feedback.
All reactions