Skip to content
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

Add ONVIF discovery feature? #337

Open
tuananh-lab opened this issue May 10, 2024 · 4 comments
Open

Add ONVIF discovery feature? #337

tuananh-lab opened this issue May 10, 2024 · 4 comments

Comments

@tuananh-lab
Copy link

My project is to build an RTSP server for cameras (using rasberry Pi). My server has two main functions: transmitting RTSP to the client and discovering ONVIF devices in the LAN. I don't know if this project is right. Is it a good choice and can I add a discovery feature?

@mpromonet
Copy link
Owner

Hi,

You might look to https://github.com/mpromonet/v4l2onvif

Best Regards
Michel

@tuananh-lab
Copy link
Author

Thank you for your feedback. I want to install and run this server on Rasberry Pi 4 with camera module V1.3. I just need the server to be able to get the camera stream from the Pi. I see in the documentation you need Download UV4L for Pi. I'm having trouble downloading UV4L driver for Pi. Can I use V4L2 driver instead?

@mpromonet
Copy link
Owner

Hi @tuananh-lab

The approach of this project is to use v4L2 interface, driver should not matter till it implement the interface.

Best Regards,
Michel.

@tuananh-lab
Copy link
Author

Hi @tuananh-lab

The approach of this project is to use v4L2 interface, driver should not matter till it implement the interface.

Best Regards, Michel.

my rasberry pi does not directly support h264,MJPEG format so v4l2rtspserver cannot run on Pi. My Pi has libcamera-vid available and it can record videos in .h264 format. I can use libcamera-vid to help the server run on Pi? If there is no other way to run the server on Pi?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants