Mailing List archive

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

[linux-dvb] Re: How to use a bt8xx chip based card?



Salut Tibor,

How to use a bt8xx sat. card?

Step 1: Consult your Linux guru, install and configure everything. EZ

Step 2: Look at something (isn't that the goal?)
This is Linux: let's have fun...

1) with dvbstream

dvbstream -f <freq. in MHz> -p <V (Vertical) or H (Horizontal)> -s
<symbol rate in KHz> -o -ps <Video ID> <Audio ID> | mplayer <your best
options> -

Watch out: the "-" at the end of the mplayer options is mandatory.
The -o option send the stream to the standard output (STDOUT) so that we
may pipe ("|") it to the next program (mplayer).
The -ps <Video ID> <Audio ID> option turn the default transport stream
(TS) output into a program stream (PS) containing the selected video and
audio streams.

2) with szap & ts2ps

I like this one because the "scan" utility generate a full list of the
available channels. People with more than one transponder (LNB) may no
like it.

Open 2 shells (A.K.A windows).

In the first one, run the tuner:
szap -r "<channel name>"
Let the programm run when watching.

In the other shell, run the viewer:
ts2ps /dev/dvb/adapter0/dvr0 0 0 | mplayer <your best options> -
or if you know the Video and Audio IDs:
ts2ps /dev/dvb/adapter0/dvr0 <Video ID> <Audio ID> | mplayer <your best
options> -

Every time you zap (change channel) in the first shell, you have to
restart the viewer in the other one.

3) tuxzap looks like a good one...

Good luck.

On Thu, 2003-07-10 at 21:08, Demeter Tibor wrote:
> Hella Paul !
> 
> Very very thanx for you, because now i'm hear the "click" sound if i 
> load the bttv moduled with the audioall=3 option.
> But the dvbstream not know read the stream from the frontend...
> You have a tipp?
> 
> this is the output
> [root@sirius-21 build-2.4]# ./pinsmod.sh load
> Inserting av7110 modules into kernelUsing 
> /lib/modules/2.4.21/kernel/drivers/i2c/i2c-algo-bit.o
> insmod: a module named i2c-algo-bit already exists
> Using /lib/modules/2.4.21/kernel/drivers/media/video/bttv.o
>  
> [root@sirius-21 build-2.4]# dvbstream -o -ps -f 12699 -p v -s 22000 3031 
> 3032|mplayer -cache 2048 -
> dvbstream v0.4pre3 - (C) Dave Chapman 2001
> Released under the GPL.
[...]

-- 
Paul-Francois Fontigny <pff@nwave.com>



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



Home | Main Index | Thread Index