Zum Inhalt springen

Gstreamer One Liners: Unterschied zwischen den Versionen

Amir (Diskussion | Beiträge)
Keine Bearbeitungszusammenfassung
Amir (Diskussion | Beiträge)
Zeile 15: Zeile 15:
rtpbin.send_rtcp_src_0 ! multiudpsink clients="127.0.0.1:9997" sync=false async=false \
rtpbin.send_rtcp_src_0 ! multiudpsink clients="127.0.0.1:9997" sync=false async=false \
\ # Session 0: Receive RTCP packets \
\ # Session 0: Receive RTCP packets \
udpsrc port=10000 ! rtpbin.recv_rtcp_sink_0 \
udpsrc port=10000 ! rtpbin.recv_rtcp_sink_0\
\ # Capture video1 \
\ # Capture video1\
v4l2src device=/dev/video1 ! \
v4l2src device=/dev/video1 !\
'image/jpeg, width=(int)640, height=(int)480, framerate=(fraction)30/1' ! \
'image/jpeg, width=(int)640, height=(int)480, framerate=(fraction)30/1' ! \
\ # Session 1: Create \
\ # Session 1: Create\
rtpjpegpay ! rtpbin.send_rtp_sink_1 \
rtpjpegpay ! rtpbin.send_rtp_sink_1\
rtpbin.send_rtp_src_1 ! multiudpsink clients="127.0.0.1:9998" \
rtpbin.send_rtp_src_1 ! multiudpsink clients="127.0.0.1:9998" \
\ # Session 1: Receive RTCP packets \
\ # Session 1: Receive RTCP packets\
rtpbin.send_rtcp_src_1 ! multiudpsink clients="127.0.0.1:9999" sync=false async=false \
rtpbin.send_rtcp_src_1 ! multiudpsink clients="127.0.0.1:9999" sync=false async=false \
\ # Session 1: Send RTCP packets \
\ # Session 1: Send RTCP packets\
udpsrc port=10001 ! rtpbin.recv_rtcp_sink_1
udpsrc port=10001 ! rtpbin.recv_rtcp_sink_1
</pre>
<pre>
Thomas Steinbrenner
</pre>
</pre>