Is it possible to incapsulate uncompressed image in an RTP stream? Protocols for uncompressed multiple-images video?

Marco Ballesio gibrovacco at gmail.com
Mon Sep 12 00:52:38 PDT 2011


Hi,

yes, it is specified in RFC4175 and possible with GStreamer's rtpvrawpay/depay.

What a powerful tool is Google ;).

Regards,
Marco

On Mon, Sep 12, 2011 at 9:35 AM, Mauro Brenna <malloblenne at gmail.com> wrote:
> Hello,
>
> for a specific application I would like to stream uncompressed images
> as video stream.
> The images can be:
> - in bayer/raw format, RGB (565, 888 etc.), YUV (420, 422 etc.), all
> uncompressed
> - of different resolutions and at different framerate
>
> Is there a standard protocol, possibly a realtime one such as RTP,
> where can I encapsulate the images without compression?
> Is there a standard video container, such as AVI, for uncompressed
> images, which add only few information to the images, without
> manipulating them? (e.g., I need only to send an header, then the
> image and a trailer in order to detect the video stream at the other
> end).
>
> Which are the filters of the gst-launch pipeline that can be useful to
> that purpose?
>
>
> Thank you in advance,
>
> Mauro
> _______________________________________________
> gstreamer-devel mailing list
> gstreamer-devel at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
>


More information about the gstreamer-devel mailing list