Gstreamer DSMCC decode pipeline

Edward Hervey bilboed at gmail.com
Sat Apr 27 01:00:52 PDT 2013


Hi,

  Currently the various mpeg-ts elements (tsdemux and tsparse) do not
extract the DSM-CC contents (they can detect them though).

  The main reason for this is that the DSM-CC contents are not really
streams per-se (like audio, video, subtitles, ...), but more a
continuously updated multiplex of files. So we can not create a stream
with those contents.

  One possible way forward would be, when requested by the application,
for the elements to:
  * create a temporary directory to store the data from those various
carousels
  * For each carousel, create a subdirectory
  * have a separate thread that collects the various DSM-CC packets,
reconstructs files, and writes them to disk in the right location.
  * maybe notify via the bus the presence of new/updated files

  Note that in addition, we would also most likely need to parse the AIT
SI (ETSI 102 809) and post those on the bus (just like we do for EIT,
NIT, ...). This would be required for MHP and HBBTV applications for
example.

    Edward

On Sat, 2013-02-09 at 04:10 -0800, Sudhirkumar wrote:
> Hi, We are using dsmcc-mhp Object Carousel MPEG2 encoding tool , to
> encode data (Text file in a directory) and then converting into TS
> file using iso13818 multiplexer and then stream it. We are able to
> receive the data using the following pipeline: gst-launch -v udpsrc
> uri="udp://192.168.20.10:5544" ! mpegtsdemux ! filesink location =
> tst1.txt When we verified data using hexdump, we are getting extra
> bytes (headers used by dsmcc) in the file. Is there any source or
> constructive pipeline for decoding or parsing the dsmcc object
> carousel in gstreamer. Regards Sudhirkumar 
> 
> ______________________________________________________________________
> View this message in context: Gstreamer DSMCC decode pipeline
> Sent from the GStreamer-devel mailing list archive at Nabble.com.
> _______________________________________________
> 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