Loading salt/drone/video/receive_video_h264.sh +6 −4 Original line number Diff line number Diff line exec env GST_DEBUG_DUMP_DOT_DIR=/home/marlene/CloudyApple/Studium/Master\ Thesis/Thesis/figures2/dot2 gst-launch-1.0 \ exec env GST_DEBUG=queue_dataflow:6 gst-launch-1.0 \ prrtsrc \ ! video/x-h264, stream-format=byte-stream, alignment=au, width=320, \ height=200, pixel-aspect-ratio=1/1, colorimetry=bt601, framerate=90/1 \ ! video/x-h264, stream-format=byte-stream, width=640, \ height=480, framerate=24/1 \ ! h264parse \ ! queue \ ! avdec_h264 \ ! queue \ ! videoconvert \ ! fpsdisplaysink video-sink=ximagesink sync=false # GST_DEBUG_DUMP_DOT_DIR=/home/marlene/CloudyApple/Studium/Master\ Thesis/Thesis/figures2/dot2 # GST_DEBUG_DUMP_DOT_DIR=/home/marlene/CloudyApple/Studium/Master\ Thesis/Thesis/figures_gst/dot2 # GST_DEBUG=queue_dataflow:6 # GST_DEBUG=prrtsrc:6 salt/drone/video/send_video_h264.sh +9 −4 Original line number Diff line number Diff line exec env GST_DEBUG_DUMP_DOT_DIR=/home/rna/dot gst-launch-1.0 \ v4l2src do-timestamp=true \ ! h264parse \ ! prrtsink host=10.8.0.44 port=5000 targetdelay=10000 raspividyuv -t 0 -w 640 -h 480 -fps 24 -o - | exec env GST_DEBUG=queue_dataflow:6 GST_DEBUG_DUMP_DOT_DIR=/home/rna/dot gst-launch-1.0 \ fdsrc timeout=1000 \ ! rawvideoparse format=i420 width=640 height=480 framerate=24/1 \ ! queue \ ! x264enc speed-preset=ultrafast tune=zerolatency threads=8 bitrate=2048 \ key-int-max=1 byte-stream=true \ ! queue \ ! prrtsink host=10.8.0.44 port=6000 targetdelay=10000 # GST_DEBUG_DUMP_DOT_DIR=/home/rna/dot # GST_DEBUG=queue_dataflow:6 Loading Loading
salt/drone/video/receive_video_h264.sh +6 −4 Original line number Diff line number Diff line exec env GST_DEBUG_DUMP_DOT_DIR=/home/marlene/CloudyApple/Studium/Master\ Thesis/Thesis/figures2/dot2 gst-launch-1.0 \ exec env GST_DEBUG=queue_dataflow:6 gst-launch-1.0 \ prrtsrc \ ! video/x-h264, stream-format=byte-stream, alignment=au, width=320, \ height=200, pixel-aspect-ratio=1/1, colorimetry=bt601, framerate=90/1 \ ! video/x-h264, stream-format=byte-stream, width=640, \ height=480, framerate=24/1 \ ! h264parse \ ! queue \ ! avdec_h264 \ ! queue \ ! videoconvert \ ! fpsdisplaysink video-sink=ximagesink sync=false # GST_DEBUG_DUMP_DOT_DIR=/home/marlene/CloudyApple/Studium/Master\ Thesis/Thesis/figures2/dot2 # GST_DEBUG_DUMP_DOT_DIR=/home/marlene/CloudyApple/Studium/Master\ Thesis/Thesis/figures_gst/dot2 # GST_DEBUG=queue_dataflow:6 # GST_DEBUG=prrtsrc:6
salt/drone/video/send_video_h264.sh +9 −4 Original line number Diff line number Diff line exec env GST_DEBUG_DUMP_DOT_DIR=/home/rna/dot gst-launch-1.0 \ v4l2src do-timestamp=true \ ! h264parse \ ! prrtsink host=10.8.0.44 port=5000 targetdelay=10000 raspividyuv -t 0 -w 640 -h 480 -fps 24 -o - | exec env GST_DEBUG=queue_dataflow:6 GST_DEBUG_DUMP_DOT_DIR=/home/rna/dot gst-launch-1.0 \ fdsrc timeout=1000 \ ! rawvideoparse format=i420 width=640 height=480 framerate=24/1 \ ! queue \ ! x264enc speed-preset=ultrafast tune=zerolatency threads=8 bitrate=2048 \ key-int-max=1 byte-stream=true \ ! queue \ ! prrtsink host=10.8.0.44 port=6000 targetdelay=10000 # GST_DEBUG_DUMP_DOT_DIR=/home/rna/dot # GST_DEBUG=queue_dataflow:6 Loading