Zum Inhalt springen

Gstreamer One Liners: Unterschied zwischen den Versionen

Amir (Diskussion | Beiträge)
Keine Bearbeitungszusammenfassung
Amir (Diskussion | Beiträge)
Zeile 12: Zeile 12:
rtpjpegpay ! rtpbin.send_rtp_sink_0 \  
rtpjpegpay ! rtpbin.send_rtp_sink_0 \  
rtpbin.send_rtp_src_0 ! multiudpsink clients="127.0.0.1:9996" \
rtpbin.send_rtp_src_0 ! multiudpsink clients="127.0.0.1:9996" \
# Session 0: Send RTCP packets
# Session 0: Send RTCP packets \
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 \