Changes between Version 10 and Version 11 of gstreamer
- Timestamp:
- 03/06/2020 10:03:51 PM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
gstreamer
v10 v11 748 748 gst-launch-1.0 v4l2src device=$DEVICE ! v4l2jpegenc ! rtpjpegpay ! udpsink host=$SERVER port=$PORT 749 749 # recieve JPEG/RTP/UDP on another board: 750 gst-launch-1.0 udpsrc port=$PORT ! application/x-rtp,payload=96 ! rtpjpegdepay ! v4l2jpegdec ! autovideosink 751 }}} 750 gst-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 752 753 753 754 For more examples including working with 'multimedia' files that contain both audio and video see [#multimedia]