
markfkaufman at yahoo
Dec 7, 2008, 5:03 AM
Post #7 of 7
(2792 views)
Permalink
|
|
Re: pvr150 static sound on channel change
[In reply to]
|
|
Scott, I use the tv remote to change channels on my box, as the input source is constant channel 3 from the box #! /bin/bash ivtv-tune -c 3 -d /dev/video0 mplayer -vo xv -vf spp,scale -ao alsa -autosync 30 /dev/video0 This is why I fix the channel at 3, it is a constant, the box interprets the digital info from the cable provider. I also have a Hauppauge PVR-150, I use the vlc script when I want to record or stream. Thank you, Mark F. Kaufman ----- Original Message ---- From: Scott <pickle136 [at] sbcglobal> To: ivtv-users [at] ivtvdriver Sent: Saturday, December 6, 2008 6:45:20 PM Subject: Re: [ivtv-users] pvr150 static sound on channel change The previous script I sent didnt work right with double digit channels as it was sending each digit by itself (should have noticed that, must have been too excited that the tinny sound was gone). Anyway this script does work: #!/bin/sh ivtv-tune -c $1 v4l2-ctl --set-audio-input 0 -d /dev/video0 _______________________________________________ ivtv-users mailing list ivtv-users [at] ivtvdriver http://ivtvdriver.org/mailman/listinfo/ivtv-users _______________________________________________ ivtv-users mailing list ivtv-users [at] ivtvdriver http://ivtvdriver.org/mailman/listinfo/ivtv-users
|