[gst-devel] GStreamer Plugin

Ronald S. Bultje rbultje at ronald.bitfreak.net
Thu Mar 24 14:25:00 CET 2005


Hi Flavio,

On Thu, 2005-03-24 at 18:40 -0300, Flavio Oliveira wrote:
> With that, it could be possible to make a rtp based plugin that is aware
> of certain specific media types and their expected rtp properties.
> Processing mpeg, for example, from gstreamer hopefully can be done
> simply by requesting the n bytes of data from gstreamer that are the
> mpeg audio header of the next fragment, looking at that, requesting the
> next n bytes of data, and then shipping that out as a single packet
> through rtp. Does this kind of approach actually match the way gstreamer
> communicates with plugins?

Sure, look at bytestream. Although it's non-ideal, it's better to accept
full frames of compressed audio, e.g. audio/mpeg,framed=true.

Ronald

-- 
Ronald S. Bultje <rbultje at ronald.bitfreak.net>





More information about the gstreamer-devel mailing list