Commit 92bea62d authored by Marlene Böhmer's avatar Marlene Böhmer
Browse files

video receive and send scripts

parent 008bc810
Loading
Loading
Loading
Loading
+13 −0
Original line number Diff line number Diff line
#    ! "image/jpeg,framerate=24/1" \
#    ! jpegparse \
#    ! queue \
#    ! decodebin \
#    ! videoconvert \
#    ! fpsdisplaysink video-sink=ximagesink

exec env GST_DEBUG=prrtsrc:8 gst-launch-1.0 prrtsrc \
    ! application/x-rtp,encoding-name=JPEG,payload=26 \
    ! rtpjpegdepay \
    ! jpegdec \
    ! videoconvert \
    ! ximagesink
+1 −0
Original line number Diff line number Diff line
@@ -3,4 +3,5 @@ gst-launch-1.0 fdsrc \
    ! "image/jpeg,framerate=24/1" \
    ! jpegparse \
    ! queue \
    ! rtpjpegpay \
    ! prrtsink host=10.8.0.44 port=5000 targetdelay=5000