On Fri, Aug 29, 2008 at 1:31 AM, Fabio <[EMAIL PROTECTED]> wrote: > Greetings, > I've got an Hauppauge WinTV HVR-900 > > > em28xx #0: Found Hauppauge WinTV HVR (B2C0) > > DVB-T works very well, both audio and video, > the problem is with analog TV, in fact I can only > see video, but no audio at all. > > There is a /dev/dsp2 device but I had no luck > with 'xawtv -C /dev/dsp2' and 'tvtime -x /dev/mixer2' > I've also tried: > mplayer tv:// -tv driver=v4l2:alsa:immediatemode=0:adevice=hw.2,0 > but the sound is creepy and I get a lot of frame drops and video > acceleration. > > The only way I found to watch analog TV with clean and in-sync sound > is with this little trick (script): > > > ----- SCRIPT --------------- > #!/bin/bash > > # redirect audio from /dev/dsp2 to /dev/dsp > sox -r 48000 -t ossdsp /dev/dsp2 -t ossdsp /dev/dsp 1> /dev/null 2>&1 & > > # start video > mplayer tv:// > > # kill sox when exit > killall sox > > ---- END SCRIPT ----------- > > Is there a cleaner way to watch TV with audio? > Thank you in advance for any help, >
you can use tvtime or vlc from mcentral.de it has patches for analog TV and other newer things. Markus _______________________________________________ Em28xx mailing list [email protected] http://mcentral.de/mailman/listinfo/em28xx
