LinHES Forums http://forum.linhes.org/ |
|
Audio when watching Live TV sounds terrible http://forum.linhes.org/viewtopic.php?f=6&t=9253 |
Page 1 of 1 |
Author: | sneeley [ Sat Mar 25, 2006 12:49 pm ] |
Post subject: | Audio when watching Live TV sounds terrible |
I'm using a PVR-150 with KnoppMyth R5B7. I'm using the default audio settings. When watching live TV, the audio sounds distorted and tinny, kind of like when you take a small radio and crank the volume all the way up. Can anyone explain this? How can I make my audio sound perfect within MythTV? Any hints on how to troubleshoot this problem would be greatly appreciated! Thanks. |
Author: | tjc [ Sat Mar 25, 2006 2:04 pm ] |
Post subject: | |
Go look at the settings for the "live" recording profile for that class of cards, and make sure that you don't have the volume at 100%. If you do, try backing it down to ~90% and see if that helps. BTW - This has been covered a couple times recently. A search should turn up more details. |
Author: | sneeley [ Sat Mar 25, 2006 11:16 pm ] |
Post subject: | |
Audio levels are already set at 90%. After looking through 5 pages of search results, I found a post that helps. If I use the command 'ivtvctl -q 1' while watching live tv, the sound suddenly become normal again. After rebooting though, the poor sound is back. What is the permanent solution? |
Author: | tjc [ Sun Mar 26, 2006 12:56 am ] |
Post subject: | |
I can think of any number of ways to get this command run, but I think the right thing is probably to get a parameter set correctly so that the system does that for you. Look into what the /etc/init.d/set_ivtv_params script does, add an appropriate call and an appropriate setting in /etc/sysconfig/ivtv/cfg-0 BTW - Take a look around for other threads where this issue hasn't been resolved and let them know too... |
Author: | sneeley [ Sun Mar 26, 2006 11:14 am ] |
Post subject: | |
Thanks for the advice. I just tried it, but unfortunately is does not help. As soon as you hit the watch live TV button, the audio is crappy. If I then run the command it is fine. If I exit live TV and then come back to live TV, the sound is messed up again. I'm going to post this question to the IVTV mailing list and report back. |
Author: | tjc [ Sun Mar 26, 2006 11:36 am ] |
Post subject: | |
Search for a thread discussing using ivtv-tune in an external tuning script as away to force corrective settings to take place. Putting my handle in the author box of the search should help to narrow it down. |
Author: | firesnatch [ Fri Apr 21, 2006 10:36 pm ] |
Post subject: | |
Thanks for all of your suggestions TJC. I have found a work-around that works! I configured muthtv to use an external channel changing script, and added the following line at the end: Code: sh -c "sleep 1;/usr/local/bin/ivtvctl -q 1 >/dev/null 2>&1" & So my full channel change script for the PVR-150 with IR blaster is: Code: #!/bin/sh
REMOTE_NAME=blaster for digit in $(echo $1 | sed -e 's/./& /g'); do /usr/local/bin/irsend SEND_ONCE $REMOTE_NAME $digit sleep 0.32 # note, you may have to tweak the interdigit delay up a bit, depending on your DISH receiver model done sh -c "sleep 1;/usr/local/bin/ivtvctl -q 1 >/dev/null 2>&1" & |
Author: | mihanson [ Mon May 22, 2006 10:47 am ] |
Post subject: | |
I was able to get rid of my tinny audio / sound by rolling back to ivtv-0.4.1 and rebooting. I chose ivtv-0.4.1 because of the similar architecture (is that the right term?) to 0.4.3 thru 0.4.5. I've been using 0.4.1 for about 5 days now with no tinny audio or other issues. I'm running a clean install of R5B7. I found that the channel changing hack worked fairly well for live tv, but I only got tinny audio on recordings. |
Author: | stu [ Tue May 23, 2006 3:41 pm ] |
Post subject: | |
has anyone else rolled back the version of IVTV? I would be interested to know what people thought of this idea. /Stu |
Author: | tjc [ Tue May 23, 2006 5:50 pm ] |
Post subject: | |
Probably not a viable option for the distro because too many new PVR cards wouldn't be supported. On the other hand as an individual user it makes perfect sense to go with the version that works best for you. A final caveat, if Cecil goes to one of the 2.6.16 linux kernels in a future release an ivtv 0.6.x or later will be required for compatibility... |
Page 1 of 1 | All times are UTC - 6 hours |
Powered by phpBB® Forum Software © phpBB Group http://www.phpbb.com/ |