Changes between Version 10 and Version 11 of gstreamer


Ignore:
Timestamp:
03/06/2020 10:03:51 PM (4 years ago)
Author:
Tim Harvey
Comment:

added note about v4l2jpegdec

Legend:

Unmodified
Added
Removed
Modified
  • gstreamer

    v10 v11  
    748748gst-launch-1.0 v4l2src device=$DEVICE ! v4l2jpegenc ! rtpjpegpay ! udpsink host=$SERVER port=$PORT
    749749# recieve JPEG/RTP/UDP on another board:
    750 gst-launch-1.0 udpsrc port=$PORT ! application/x-rtp,payload=96 ! rtpjpegdepay !  v4l2jpegdec ! autovideosink
    751 }}}
     750gst-launch-1.0 udpsrc port=$PORT ! application/x-rtp,payload=96 ! rtpjpegdepay !  v4l2jpegdec ! video/x-raw,format=I420 ! autovideosink
     751}}}
     752  - Note the fact that we need to use a capsfilter to force v4l2jpegdec to output I420
    752753
    753754For more examples including working with 'multimedia' files that contain both audio and video see [#multimedia]