User Tools

Site Tools


journal:201309

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
journal:201309 [2013/10/31 18:32] 39.7.29.217journal:201309 [2018/07/18 14:10] (current) – external edit 127.0.0.1
Line 123: Line 123:
  - 2013년 09월 24일 오전 1:04  - 2013년 09월 24일 오전 1:04
  
 +<code>
 +client (pc)    
  
-gst-launch-0.10 -v udpsrc port=4000 +gst-launch -v udpsrc port=4000 caps='application/x-rtp, media=(string)video, clock-rate=(int)90000, encoding-name=(string)H264' ! rtph264depay ! ffdec_h264 ! fpsdisplaysink fps-update-interval=5000 sync=false 
-    caps='application/x-rtp, media=(string)video, clock-rate=(int)90000, encoding-name=(string)H264' +</code> 
-    ! rtph264depay ! ffdec_h264 ! xvimagesink sync=false+ 
 +server 
 + 
 +<code> 
 + cat run.sh  
 +#v4l2-ctl --set-fmt-video=width=1280,height=720,pixelformat=1 # with 30fps or 15fps or 10fps ... 
 +#v4l2-ctl --set-fmt-video=width=640,height=480,pixelformat=1 # with 30fps 
 +#v4l2-ctl --set-fmt-video=width=1024,height=576,pixelformat=1  # with 30fps 
 +#v4l2-ctl --set-fmt-video=width=864,height=480,pixelformat=1 # with 10fps (v4l2-ctl --set-parm=10) 
 +v4l2-ctl --set-fmt-video=width=1280,height=720,pixelformat=1 # with 30fps 
 +v4l2-ctl --set-parm=15 
 +#v4l2-ctl --set-parm=30 
 + 
 +sleep 1 
 + 
 +./capture -c 100000 -o | gst-launch -v fdsrc ! legacyh264parse ! rtph264pay ! udpsink host=192.168.1.240 port=4000 
 +#v4l2-ctl --list-formats 
 +#v4l2-ctl --list-formats-ext 
 + 
 + 
 +</code> 
 + 
 +android viewer 
 + 
 +https://bitbucket.org/coisme/simplemjpegview_gst/src 
 + 
 +https://android.googlesource.com/platform/cts/+/jb-mr2-release/tests/tests/media/src/android/media/cts/EncodeDecodeTest.java
journal/201309.1383244342.txt.gz · Last modified: 2018/07/18 14:09 (external edit)