rtpjpegdepay2

Extracts a JPEG video stream from RTP packets as per RFC 2435.

Example pipeline

 gst-launch-1.0 udpsrc caps='application/x-rtp, media=video, clock-rate=90000' ! rtpjitterbuffer latency=50 ! rtpjpegdepay2 ! jpegdec ! videoconvert ! autovideosink

This will depayload an incoming RTP JPEG video stream. You can use the jpegenc and rtpjpegpay2 elements to create such an RTP stream.

Hierarchy

GObject
    ╰──GInitiallyUnowned
        ╰──GstObject
            ╰──GstElement
                ╰──GstRtpBaseDepay2
                    ╰──rtpjpegdepay2

Factory details

Authors: – Sebastian Dröge

Classification:Codec/Depayloader/Network/RTP

Rank – marginal

Plugin – rsrtp

Package – gst-plugin-rtp

Pad Templates

sink

application/x-rtp:
          media: video
        payload: 26
     clock-rate: 90000
application/x-rtp:
          media: video
  encoding-name: JPEG
     clock-rate: 90000

Presencealways

Directionsink

Object typeGstPad


src

image/jpeg:

Presencealways

Directionsrc

Object typeGstPad


The results of the search are