[ivtv-users] pvr150 static sound on channel change
Mark Kaufman
markfkaufman at yahoo.com
Sun Dec 7 14:03:07 CET 2008
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.net>
To: ivtv-users at ivtvdriver.org
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.org
http://ivtvdriver.org/mailman/listinfo/ivtv-users
More information about the ivtv-users
mailing list