Mailing List archive

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

[linux-dvb] Re: Hauppauge DEC2000-t (Germany) tuning question



On Friday 12 December 2003 12:16 am, Michael Loose wrote:
> Aleeeex! Look! Something is happening! :-))
>
> >  It could be from some previous build you've
> > done, and is probably the reason why nothing seems to be working.  If
> > it's not a recent file, you should emove it ;
>
> k, removed /kernel/drivers/video , now  insmod/modprobe would use /misc.
> The box reboots, and tzap tunes to the desired channel (output visible
> on TV) - bowhohooo!

See, I told you sacrificing a goat over the box when the moon is at its 
fullest would do the trick.

>
> Now just one little thing is missing: The presence of some graphical
> screen output (aka picture) would make me feel even more perfect.
>
> Use of mplayer (as pointed out bei Stefan Weidt 2 years earlier in this
>
> thread) does not seem to work for me:
> > [root@Doerte szap]# cat /dev/dvb/adapter0/dvr0 | ts2ps 241 242 | mplayer

For this to work you need to tzap with the -r option and leave it running.  
241 and 242 are the video and audio pids of the channel you want, so change 
them to the relevant numbers.

>
> Xine as an alternative would not allow tuning channels (automatically tunes
> to the first entry from channels.conf, strange), loading the channels.conf
> from .xine as playlist doesn't change it, and (whisper)  which app would i
> use to record any of these huge mediastreams floating through my
> livingroom?

To change channels in xine, you need to click on the small 'N' button and then 
use the up and down buttons in the small window it opens.  It scrolls through 
the channels.conf file basically.

Recording is easy:

cat /dev/dvb/adapter0/dvr0 > test.ts

xine should play these files back with no problems, or you can use the various 
dvb-mpegtools to convert it into something more widely usable.

To record and view at the same time:

cat /dev/dvb/adapter0/dvr0 | tee test.ts | ts2ps 241 242 | mplayer

That's pretty much the extent of my knowledge of the userspace tools ;)

Cheers,
Alex



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



Home | Main Index | Thread Index