Advertisement
Guest User

Untitled

a guest
Aug 31st, 2015
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.92 KB | None | 0 0
  1. cvlc v4l2:///dev/video0 --demux h264
  2.  
  3. v4l2-ctl --device=/dev/video0 --set-fmt-video=width=640,height=480,pixelformat=1
  4.  
  5. v4l2-ctl --device=/dev/video0 --set-fmt-video=width=1920,height=1080,pixelformat=1
  6.  
  7.  
  8. cvlc v4l2:///dev/video0:chroma=h264:width=640:height=480 --sout '#standard{access=file,dst=test.h264}'
  9.  
  10.  
  11. cvlc v4l2:///dev/video0:chroma=h264:width=1920:height=1080 --sout '#standard{access=http,mux=ts,dst=192.168.1.234:8080,name=stream,mime=video/ts}' -vvv
  12.  
  13.  
  14.  
  15.  
  16.  
  17.  
  18.  
  19.  
  20.  
  21. v4l2-ctl --device=/dev/video0 --set-fmt-video=width=1920,height=1080,pixelformat=1
  22.  
  23. cvlc v4l2:///dev/video0 -Vdummy --demux h264
  24. cvlc v4l2:///dev/video0 --demux h264
  25.  
  26. cvlc v4l2:///dev/video0:chroma=h264:width=1920:height=1080 --sout '#standard{access=http,mux=ts,dst=192.168.1.234:8080,name=stream,mime=video/ts}' -vvv
  27.  
  28.  
  29.  
  30.  
  31.  
  32.  
  33.  
  34. cvlc v4l2:///dev/video0:chroma=h264:width=1920:height=1080 --sout '#standard{access=file,dst=test.h264}'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement