! 가 파이프라인 식별자 인데

아 파이프 라인 순서를 맞춰줘야 vlc에서 보일려나?


Network streaming

Stream video using RTP and network elements.


$ gst-launch   v4l2src ! video/x-raw,width=128,height=96,for‐mat=UYVY ! videoconvert ! ffenc_h263 ! video/x-h263 ! rtph263ppay pt=96 ! udpsink host=192.168.1.1 port=5000

This command would be run on the transmitter


$ gst-launch  udpsrc  port=5000 ! application/x-rtp, clock-rate=90000,payload=96  ! rtph263pdepay  queue-delay=0  !  ffdec_h263 xvimagesink

Use this command on the receiver 




[링크 : http://gstreamer.freedesktop.org/data/doc/gstreamer/head/manual/html/chapter-helloworld.html]

[링크 : http://docs.gstreamer.com/display/GstSDK/gst-launch]

[링크 : http://processors.wiki.ti.com/index.php/Example_GStreamer_Pipelines]


+

vlc 와 gstreamer 연동?


[링크 : http://wiki.oz9aec.net/index.php/Raspberry_Pi_Camera]

[링크 : http://blog.pclewis.com/2010/02/streaming-nokia-n900-camera-to-vlc/]

'프로그램 사용 > gstreamer' 카테고리의 다른 글

gstreamer element 생성 gst_element_factory_make()  (0) 2021.07.13
gst fpsdisplaysink  (0) 2021.02.18
gst videorate  (0) 2021.02.09
gstreamer tee  (0) 2021.02.08
gstreamer  (0) 2015.08.05
Posted by 구차니