Open a Transport Steam with a /dev/dvb/adapter0/dvr0 in VLC
Posted: 20 Mar 2007 16:49
I have a Tuner PCI Card "TechniSat SkyStar2" on my Linux OS. I am able to get to watch the Transport Stream with mplayer by /dev/dvb/adapter0/dvr0.
I start mplayer with
Now I would like to get the Transport Sream with VLC. How can I do that?
I already try to open /dev/dvb/adapter0/dvr0 with the Video4Linux method for opening the file.
Should I install a specific DVB module?
I start mplayer with
Code: Select all
mplayer -vo aa -ao null - < /dev/dvb/adapter0/dvr0
I already try to open /dev/dvb/adapter0/dvr0 with the Video4Linux method for opening the file.
Should I install a specific DVB module?