Re: patch to limit DVB streams
Andrew de Quincey <[email protected]>
| Newsgroups | gmane.comp.video.videolan.vls.devel |
|---|---|
| Message-ID | <[email protected]> |
> > This patch will limit the types of streams streamed for DVB to just > > audio/video. Currently the stream types are hardcoded, hoping to make it > > dynamic in the future. > > Why do you want to do that? > > I think lots of people using DVB streaming with vls and vlc like to be > able to switch to another audio track (e.g. german, franch dubbing of an > English spoken movie) or want to take a peep at teletext for the > streamed channel. Or in the MHP/HAVIh case use one of the programs in > there... Or in the DVD case switch camera angle ... etc. You get the > point ? > > I do not want too step on you toes, I'm just curious. Sure! I'm using videolan as a streaming server for channels received over DVB, multicasting them over ethernet. I'm trying to limit the bandwidth consumed as much as possible. As I don't need the MHEG data, I removed it. In the UK, the interactive data is shared between all channels on a mux (transponder), so you end up with all the interactive data for all channels being duplicated on all the streams output by videolan (at least on the uk "MUX 1" you do). I've not really investigated the other MUXes yet. I could implement a configuration option for dvb to select which stream types should be output, if people think it might be handy? Note that the patch as-is doesn't select _which_ streams, just which stream _types_... so you still get multiple audio/video streams if they are present. I'm actually writing a UK-specific MHEG decoder at the moment, purely out of interest.. Zlib-deflated CORBA was the last thing I expected to see coming out of my DVB card though! :) -- This is the vls-devel mailing-list, see http://www.videolan.org/vls-devel/ To unsubscribe, please read http://www.videolan.org/lists.html If you are in trouble, please contact <[email protected]>