GStreamer-1.0 unable to demux KLV metadata stream from a mpeg-ts file

Edward Hervey bilboed at bilboed.com
Fri Nov 29 05:55:47 PST 2013


Hi,

On Fri, 2013-11-29 at 18:12 +0530, Anupama wrote:
> Hi,
> 
> I want to demux a mpeg-ts file having two streams
> 1) Stream type: ITU-T Rec. H.222.0 | ISO/IEC 13818-1 PES packets containing
> private data (0x06) Format: KLV / AVC
> 2) Stream type: AVC video stream as defined in ITU-T Rec. H.264 | ISO/IEC
> 14496-10 Video (0x1b).
> 
> I have tried using tsdemuxer but it only recognizes the video stream and not
> the KLV meta data stream. Does tsdemux does not support KLV metadata?
> 
> Iam using GStreamer-1.0 on Windows XP SP3 machine.
> 
> I want to extract the private data stream and decode KLV metadata.Please
> suggest the suitable demuxer and decoder available for it in GStreamer.
> 

  That would require adding support for detecting KLV in tsdemux and
then creating a KLV (SMPTE RP 217) decoder.

  There are none yet, patches welcome :)

     Edward

> Regards,
> Anupama
> 
> _______________________________________________
> gstreamer-devel mailing list
> gstreamer-devel at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel

-- 
Edward Hervey
bilboed at bilboed.com



More information about the gstreamer-devel mailing list