[aravis] gst: add a rtp sample pipeline.



commit 095efba19ec1aca9bd6edee370098c89e22700b3
Author: Emmanuel Pacaud <emmanuel gnome org>
Date:   Wed Apr 28 11:08:53 2010 +0200

    gst: add a rtp sample pipeline.

 test/pipelines.txt |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)
---
diff --git a/test/pipelines.txt b/test/pipelines.txt
index 1579539..4a1fff0 100644
--- a/test/pipelines.txt
+++ b/test/pipelines.txt
@@ -24,3 +24,8 @@ Direct output
 
 aravissrc width=256 height=256 v-binning=4 h-binning=4 ! ffmpegcolorspace ! xvimagesink
 
+RTP
+~~~
+
+gstrtpbin name=rtpbin     aravissrc width=256 height=256 v-binning=4 h-binning=4 ! ffmpegcolorspace ! queue ! x264enc byte-stream=true bitrate=300 ! rtph264pay ! rtpbin.send_rtp_sink_0     rtpbin.send_rtp_src_0 ! udpsink port=5000 host=127.0.0.1 ts-offset=0 name=vrtpsink     rtpbin.send_rtcp_src_0 ! udpsink port=5001 host=127.0.0.1 sync=false async=false name=vrtcpsink     udpsrc port=5005 name=vrtpsrc ! rtpbin.recv_rtcp_sink_0
+



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]