Gstreamer One Liners: Unterschied zwischen den Versionen
Amir (Diskussion | Beiträge) |
Amir (Diskussion | Beiträge) |
||
Zeile 37: | Zeile 37: | ||
# Session 0: Dump video \ | # Session 0: Dump video \ | ||
filesink location=session0.mjpeg \ | filesink location=session0.mjpeg \ | ||
# Session 0: Receive RTCP packets | # Session 0: Receive RTCP packets \ | ||
udpsrc port=9997 ! rtpbin.recv_rtcp_sink_0 \ | udpsrc port=9997 ! rtpbin.recv_rtcp_sink_0 \ | ||
# Session 0: Send RTCP packets | # Session 0: Send RTCP packets \ | ||
rtpbin.send_rtcp_src_0 ! multiudpsink clients="127.0.0.1:10000" sync=false async=false \ | rtpbin.send_rtcp_src_0 ! multiudpsink clients="127.0.0.1:10000" sync=false async=false \ | ||
# Session 1: join \ | # Session 1: join \ | ||
Zeile 47: | Zeile 47: | ||
# Session 1: Dump video \ | # Session 1: Dump video \ | ||
filesink location=session1.mjpeg \ | filesink location=session1.mjpeg \ | ||
# Session 1: Receive RTCP packets | # Session 1: Receive RTCP packets \ | ||
udpsrc port=9999 ! rtpbin.recv_rtcp_sink_1 \ | udpsrc port=9999 ! rtpbin.recv_rtcp_sink_1 \ | ||
# Session 1: Send RTCP packets | # Session 1: Send RTCP packets \ | ||
rtpbin.send_rtcp_src_1 ! multiudpsink clients="127.0.0.1:10001" sync=false async=false | rtpbin.send_rtcp_src_1 ! multiudpsink clients="127.0.0.1:10001" sync=false async=false | ||
</pre> | </pre> |