example

command
v0.0.0-...-d22efa2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 1, 2024 License: MIT, Apache-2.0 Imports: 3 Imported by: 0

README

gst-launch-1.0 nvarguscamerasrc sensor-id=0 ! queue ! videoconvert ! omxh264enc ! h264parse ! flvmux ! rtmpsink sync=false location=rtmp://127.0.0.1/live/livestream

//压缩 gst-launch-1.0 nvarguscamerasrc ! "video/x-raw(memory:NVMM), width=(int)320, height=(int)240, format=(string)NV12,framerate=(fraction)20/1" ! queue ! videoconvert ! omxh264enc ! h264parse ! flvmux ! rtmpsink sync=false location="rtmp://127.0.0.1/live/livestream"

gst-launch-1.0 nvarguscamerasrc sensor-id=0 ! queue ! videoconvert ! omxh264enc ! h264parse ! flvmux ! rtmpsink sync=false location=rtmp://127.0.0.1/live/livestream

gst-launch-1.0 nvarguscamerasrc sensor-id=0 ! 'video/x-raw(memory:NVMM),width=320,height=240,format=NV12,framerate=20/1' ! queue ! videoconvert ! omxh264enc ! h264parse ! flvmux ! rtmpsink sync=false location=rtmp://127.0.0.1/live/livestream

gst-launch-1.0 v4l2src device=/dev/video0 ! video/x-raw, width=640, height=480 ! queue ! videoconvert ! video/x-raw,format=I420 ! queue ! omxh264enc control-rate=1 bitrate=600000 ! queue ! h264parse config-interval=3 ! flvmux ! appsink

gst-launch-1.0 v4l2src device=/dev/video0 ! video/x-raw, width=640, height=480 ! queue ! videoconvert ! video/x-raw,format=I420 ! queue ! omxh264enc control-rate=1 bitrate=600000 ! queue ! h264parse config-interval=3 ! flvmux ! rtmpsink location=rtmp://127.0.0.1/live/livestream

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL