We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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!
The text was updated successfully, but these errors were encountered:
Shameless plug:
https://github.com/ganonp/OpenHub
Sorry, something went wrong.
No branches or pull requests
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!
The text was updated successfully, but these errors were encountered: