mirror of
https://github.com/Brandon-Rozek/website.git
synced 2025-03-14 09:43:01 +00:00
Fixed small typo
This commit is contained in:
parent
1e523bd5b2
commit
986a191597
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@ gst-launch-1.0 \
|
||||||
v4l2src device=/dev/video0 ! \
|
v4l2src device=/dev/video0 ! \
|
||||||
videoconvert ! \
|
videoconvert ! \
|
||||||
videorate ! \
|
videorate ! \
|
||||||
video/x-raw,framerate=15/1 ! \
|
video/x-raw,framerate=30/1 ! \
|
||||||
x264enc interlaced=true tune=zerolatency speed-preset=ultrafast ! \
|
x264enc interlaced=true tune=zerolatency speed-preset=ultrafast ! \
|
||||||
rtph264pay ! \
|
rtph264pay ! \
|
||||||
udpsink host=192.168.0.2 port=5000
|
udpsink host=192.168.0.2 port=5000
|
||||||
|
|
Loading…
Reference in a new issue