[mythtv-users] Problems about radio!!

Per Jørgensen myth at pbj-design.dk
Wed Dec 26 18:54:59 UTC 2007


Heysa.
Yes i do.
I have tried to reset it all and tried out from there - but still's gets 
the same errors.
I tried to lock into the files myth uses - but they are all binary.
I guess the problem is - that the frontend - tries to play it on a local 
installed tunercard and not the one in the master backend - (or rather I 
know from running mythfrontend -v all )
so is it possible to rewrite /usr/bin/mythfm - so instead gets the sound 
from the Masterbackend IP, since I only got one Tunercard in all ( 
PVR500) :

*/usr/bin/mythfm:*
#!/bin/bash
# Control PVR-500 FM in MythTV

if [ "$1" = "radio100fm" ]; then
        # First make sure all others streamings are killed.
        /usr/bin/mythfm_kill
        echo "I'm about to play:"$1
        /usr/bin/ivtv-radio -d /dev/radio0 -f 100,0 &

elif [ "$1" = "radioslr" ]; then
        # First make sure all others streamings are killed.
        /usr/bin/mythfm_kill
        echo "I'm about to play:"$1
        /usr/bin/ivtv-radio -d /dev/radio0 -f 92,9 &

elif [ "$1" = "p3" ]; then
        # First make sure all others streamings are killed.
        /usr/bin/mythfm_kill
        echo "I'm about to play:"$1
        /usr/bin/ivtv-radio -d /dev/radio0 -f 99,6 &

elif [ "$1" = "p4" ]; then
        # First make sure all others streamings are killed.
        /usr/bin/mythfm_kill echo "I'm about to play:"$1
        /usr/bin/ivtv-radio -d /dev/radio0 -f 97,5 &

else
        exit 1
fi
exit 0

So for me looking it tryes on the local installed tuner ( which isn't )
So don't know to rewrite it to point at the Masterbackend instead!

Greetings
Per Jørgensen


Torfinn Ingolfsen skrev:
> Hello,
>
> On Dec 25, 2007 4:40 PM, Per Jørgensen <myth at pbj-design.dk 
> <mailto:myth at pbj-design.dk>> wrote:
>
>     also the guide I had followed only care's about the default theme, but
>     I'd rather run the Titivillus instead of the default - could that have
>     something to do with it!
>
>
> Well, what happens if you try to use the default theme instead?
> Do you get the same error(s)?
> -- 
> mvh
> Torfinn
> ------------------------------------------------------------------------
>
> _______________________________________________
> mythtv-users mailing list
> mythtv-users at mythtv.org
> http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users
>   



More information about the mythtv-users mailing list