[gst-devel] Regarding DVB-H support in gstreamer

Prashanth Ram prashant.ram at samsung.com
Wed May 13 12:06:54 CEST 2009


Dear all,

I would like to develop dvb-h simulator on linux. Though there are no off-the-shelf plugins available for ESG construction, I would like to use available plugins for playing a/v content.

In the gstreamer language, my intended pipelines would be ...

Feeder pipeline:
----------------------
filesrc location=ts.dump ! mpegtsdemux es-pids=<video pid> ! mpe-decapsulator ! ip-sink

&

Consumer pipeline:
---------------------------
udpsrc uri=udp://<multicast-ip>:<port> ! rtpbin ! rtph264depay ! ffdec_h264 ! xvimagesink

As is evident Consumer pipeline uses all existing plugins.

For Feeder pipeline:
1. How to configure mpegtsdemux to output MPE sections assuming I extract the precise PID carrying video data using TS analyser tools.
2. Is there a plugin available to retrieve datagrams from MPE sections
3. Is there a plugin to write UDP datagrams to IP stack (using raw socket interface)

Inputs would be much appreciated.

Thanks and regards,
Prashanth
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/gstreamer-devel/attachments/20090513/1be89d2a/attachment.htm>


More information about the gstreamer-devel mailing list