Mailing List archive

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

[linux-dvb] Re: ANNOUNCE: dvbstream-0.4pre1



On Tuesday 29 January 2002 16:58, Matthew Walton wrote:
> On Tue, 2002-01-29 at 16:39, Dave Chapman wrote:
> > For UK Nova-t users, you can use the following command to view BBC1 from
> > the Crystal Palace transmitter:
> >
> > dvbstream -f 505833 -o 600 601 | ts2ps 600 601 | mplayer -cache 4096 -
>
> That's great. If I do
>
> dvbstream -f 505833 -o 600 601 | ts2ps 600 601 | xine stdin://mpeg2
>
> I get a nice black video window and no sound - but that's hardly
> surprising, since I haven't got a clue what frequencies I should be
> using... channel numbers I have, frequencies elude me.

See my page at http://www.linuxstb.org/dvb-t

Specifically, for Waltham, the BBC multiplex is on channel 49. To convert 
this to MHz, use the formula:

Freq = (ch * 8) + 306

so Channel 49 is at 698 MHz (698000 KHz).  Assuming the PIDs are the same 
(they may not be), you could then use:

dvbstream -f 698000 -o 600 601 | ts2ps 600 601 | xine stdin://mpeg2

Regards,

Dave.


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


Home | Main Index | Thread Index