[ivtv-users] pvr150 static sound on channel change
Scott
pickle136 at sbcglobal.net
Sun Dec 7 00:27:12 CET 2008
I knew there as the change channel script option for external tuners,
but I never thought to use since I was using the tuning the pvr directly.
Well it finally dawned on me that I could use this option and tune the
pvr150 through ivtv-tune. Heres what I came up with and it works:
#!/bin/sh
for digit in $(echo $1 | sed -e 's/./& /g'); do
ivtv-tune -c $digit
v4l2-ctl --set-audio-input 0 -d /dev/video0
done
I took the for statement from the external tuner script I came across.
Hope this is helpful to someone.
More information about the ivtv-users
mailing list