flvdemux

flvdemux — Demux FLV feeds into digital streams

Synopsis

                    GstFLVDemux;

Object Hierarchy

  GObject
   +----GstObject
         +----GstElement
               +----GstFLVDemux

Description

flvdemux demuxes an FLV file into the different contained streams.

Example launch line

gst-launch -v filesrc location=/path/to/flv ! flvdemux ! audioconvert ! autoaudiosink
This pipeline demuxes an FLV file and outputs the contained raw audio streams.

Details

GstFLVDemux

typedef struct _GstFLVDemux GstFLVDemux;