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

GStreamer Command for Raspberry Pi Zero + PiCam #403

Open
ganonp opened this issue Mar 29, 2022 · 1 comment
Open

GStreamer Command for Raspberry Pi Zero + PiCam #403

ganonp opened this issue Mar 29, 2022 · 1 comment

Comments

@ganonp
Copy link

ganonp commented Mar 29, 2022

The ffmpeg command is way too resource intensive for Raspberry Pi Zero + PiCam. However, I was able to get it working using a gstreamer command:

"gst-launch-1.0 v4l2src ! video/x-h264, width={width},height={height},framerate={fps}/1 ! h264parse ! rtph264pay pt=99 ssrc={v_ssrc} ! srtpenc key={v_srtp_key} rtp-cipher=\"aes-128-icm\" rtp-auth=\"hmac-sha1-80\" ! udpsink sync=false host={address} port={v_port}"

Yay!

@ganonp
Copy link
Author

ganonp commented Mar 29, 2022

Shameless plug:

https://github.com/ganonp/OpenHub

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

1 participant