[mythtv-users] ivtv in new fedora8 kernel causing problems?

Kevin Plew kevin at plewnet.com
Sun Apr 13 12:23:28 UTC 2008


No, it didn't work. I tried adding it as suggested to my change-channel
script.

change_channel
#!/bin/sh
if [ "X$1" = "X" ] || [ "X$2" = "X" ]; then
       echo "Usage: $0 <port> <channel number>"
       echo
       exit;
fi
/usr/local/bin/directv.pl port $1 setup_channel $2 hide
/usr/local/bin/fix_audio &


fix_audio
#!/bin/bash
sleep 3
/usr/bin/v4l2-ctl -c audio_emphasis=0


This command works, but I need to run it for both /dev/video0 and
/dev/video1 running from cron every minute.

"/usr/bin/v4l2-ctl -d /dev/video0 --set-audio-input=1"



Kind of frustrating, but myth and the community are still the best.




Kevin Plew
Dad & Webmaster



More information about the mythtv-users mailing list