Incorporate changes from other machines
This commit is contained in:
parent
c3b94b7106
commit
b1d3e2c146
7 changed files with 191 additions and 15 deletions
3
scripts/gst_test
Executable file
3
scripts/gst_test
Executable file
|
@ -0,0 +1,3 @@
|
|||
#!/bin/sh
|
||||
gst-launch -v v4l2src ! "image/jpeg,width=320,height=240,framerate=30/1" ! multipartmux ! tcpserversink host=x.x.x.x port=5000 sync=false alsasrc device=hw:1 ! audioconvert ! audioresample ! 'audio/x-raw-int,rate=8000,width=16,channels=1' ! udpsink host=x.x.x.x port=5001
|
||||
#gst-launch-1.0 -v v4l2src ! "image/jpeg,width=320,height=240,framerate=30/1" ! multipartmux ! tcpserversink host=192.168.24.60 port=5000 sync=false alsasrc device=hw:1 ! audioconvert ! audioresample ! 'audio/x-raw-int,rate=8000,width=16,channels=1' ! udpsink host=192.168.24.60 port=5001
|
Loading…
Add table
Add a link
Reference in a new issue