[ivtv-users] pvr150 static sound on channel change
Mark Kaufman
markfkaufman at yahoo.com
Sun Dec 7 13:57:16 CET 2008
Here are a couple of the ones I use.
#! /bin/bash
ivtv-tune -c 3 -d /dev/video0
mplayer -vo xv -vf spp,scale -ao alsa -autosync 30 /dev/video0
my alternate, for when I want to record or stream
#! /bin/bash
vlc pvr:// :pvr-device="/dev/video0" :pvr-radio-device="/dev/radio0" :pvr-norm=0 :pvr-frequency=-1 :pvr-bitrate=-1
----- 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