Loading salt/drone/video/receive_video.sh 0 → 100755 +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 salt/drone/video/send_video.sh +1 −0 Original line number Diff line number Diff line Loading @@ -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 Loading
salt/drone/video/receive_video.sh 0 → 100755 +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
salt/drone/video/send_video.sh +1 −0 Original line number Diff line number Diff line Loading @@ -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