Mohdjoseph Awaemat wrote: > Hello! > > I have Dreambox DM500S so I want use it to receive data with ULE and MPE encapsulation. > Anyone know how I can do that? about demux code to add.. > > > Thanks... > _________________________________________________________________ > News, entertainment and everything you care about at Live.com. Get it now! > http://www.live.com/getstarted.aspx > _______________________________________________ > linux-dvb mailing list > linux-dvb@xxxxxxxxxxx > http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb MPE and ULE support is already available in 2.6 kernels. What you need is the dvbnet tool from the dvb-apps repository. Then, you basically do something like > dvbnet -p 512 to receive an MPE stream on PID 512, or > dvbnet -U -p 512 to do the same for a ULE stream. You should get a network interface named 'dvb0_0', where the data of the configured stream is delivered on. With > dvbnet -l you get a list of all configured DVB network interfaces. Interfaces are removed by calling dvbnet with the '-d' option > dvbnet -d X where X is the number of the DVB network interface that should be removed. Cheers, Christian. -- Christian Praehauser <cpraehaus@xxxxxxxxxxxxxx> || //\\//\\ || Multimedia Communications Group, ||// \/ \\|| Department of Computer Sciences, University of Salzburg http://www.cosy.sbg.ac.at/~cpraehaus/ http://www.network-research.org/ http://www.uni-salzburg.at/ _______________________________________________ linux-dvb mailing list linux-dvb@xxxxxxxxxxx http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb