Mailing List archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[linux-dvb] Is there a way to see DVD with DVB 0.9



Gregoire Favre writes:
 > Hello,
 > 
 > Matjaz Thaler told me that he will probably do it to end of April
 > (speaking of updating dvdplayer to 0.9 DVB, I hope that's not a secret).
 > 
 > I remember at the beginning where we didn't have the so great dvdplayer
 > that there were some ways to do some cat > /dev/v4l/video & cat ...
 > to play dvd, is there some not too complicated way to do that with
 > dvb 0.9?


No. 
The problem is that in the new DVB API video and audio are separate
devices. This makes the interface cleaner and one can also better use 
both devices seperately, but it also makes the direct piping
impossible. 

The API also demands that you explicitely switch those
devices to a memory input. I guess this could also be
automatically switched if somebody writes to the device.
We also allow writing multiplexed PS streams with video and audio 
to only the video device. This is not in the initial API specs. We
added ioctls to ask the driver if it is capable of handling this.
But you still need to open the video and the audio device, also if you
only write a PS to video. 


Ralph


--- 
Info:
To unsubscribe send a mail to listar@linuxtv.org with "unsubscribe linux-dvb" as subject.



Home | Main Index | Thread Index