-
Notifications
You must be signed in to change notification settings - Fork 80
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 support for H264 encoding #37
Comments
There is even an integration example in the ustream repo :) |
Well, I dont know when it will happen, but I plan to use a new backend in the future. Closing that for now, stay tuned. |
just wanted to show a little love for this request. just realized the used c920 i bought avoided the h.264 purge (maybe?) and really would love a framerate higher than a constant... 2-4fps... even if its just 8, or even 6. or 5. |
Does this work now with the new backend? |
not really... we tested https://github.com/ayufan/camera-streamer but it doesn't work really stable (mainsail PR for the client: mainsail-crew/mainsail#1275). we also implemented a HLS client for the RTSP mode in crowsnest. this works fine, but it has a really long delay (too long for my taste) |
Maybe try using the stuff that PiKVM built. I believe all his stuff is customized for low latency feeds. |
@NonaSuomy i tested this one from PiKVM: https://github.com/pikvm/ustreamer/blob/master/docs/h264.md But it looks like this kills the snapshot URL. We need a solution to have a low-latency stream + snapshots for timelapse. |
Can you verbosely explain how you tested it? If so then I will set it up the same then ask him for assistance on how to restore a snapshot url as well? I also require the snapshot url to work for the purpose of QRCode scanning. |
I followed the guide from pikvm and then started the webcam with it... |
This introduces camera-streamer as streamer option via `mode: multi` camera-streamer is a feature packed stream service. It is capable to deliver mjpg/snapshots/webrtc and rtsp Limited to raspberry pi sbc's for now. This should also resolv Feature request #51 Feature request #37 Fixes #83 Closes #85 Fixes #89 BREAKING CHANGES: Dropping support for Debian Buster based images and kernels older than 5.15y Dropping RTSP support due aler9/simple-rtsp-server Dropping usage of ffmpeg No support anymore for Raspicam V1 (EOL) Signed-off-by: Stephan Wendel <me@stephanwe.de> Signed-off-by: Stephan Wendel <me@stephanwe.de>
I think we could close this for now since the newly added backend "camera-streamer" has inbuilt webrtc and there for h264 support at least on Pis with "bullseye" distros ... |
Is your feature request related to a problem? Please describe
H264 would make stream more smooth and save bandwidth
Describe the solution you'd like
Add support for H264 encoding in mainsail / crownsnest
Describe alternatives you've considered
No response
Additional information
No response
The text was updated successfully, but these errors were encountered: