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

Update gst-prrt, scripts

parent 7754e45a
Loading
Loading
Loading
Loading
+5 −11
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 \
gst-launch-1.0 prrtsrc \
    ! "image/jpeg,framerate=24/1" \
    ! jpegparse \
    ! queue \
    ! jpegdec \
    ! videoconvert \
    ! ximagesink
    ! fpsdisplaysink video-sink=ximagesink
+1 −2
Original line number Diff line number Diff line
raspivid -t 0 -cd MJPEG -w 1280 -h 720 -fps 24 -b 6000000 -o - |
raspivid -t 0 -cd MJPEG -w 640 -h 480 -fps 24 -b 6000000 -fl -o - |
gst-launch-1.0 fdsrc \
    ! "image/jpeg,framerate=24/1" \
    ! jpegparse \
    ! queue \
    ! rtpjpegpay \
    ! prrtsink host=10.8.0.44 port=5000 targetdelay=5000
Compare 2b567990 to c7cea6fe
Original line number Diff line number Diff line
Subproject commit 2b56799041960c0c770ed8627e02ff25389bd941
Subproject commit c7cea6feb7e593f3a7ce03e6e33256732310eea8