'$ mplayer radio://106.55' gives no sound :-(

The configuration with radio.fxd similar to the webradio.fxd looks good. But 
when I start to play a radio station freevo says:
'Cannot play with RadioPlayer - no station'

This is an extract from the radio.fxd:
<?xml version="1.0" ?>
<freevo>
         <container title="Alternative">
                 <audio title="Couleur3">
                         <cover-img>radiologos/Couleur 3.png</cover-img>
                         <url>radio://106.55</url>
                         <station>106.55</station>
                         <player>radioplayer</player>
                 </audio>
....

Extract from local_conf.py:
plugin.activate('audio.radioplayer')
RADIO_CMD = '/usr/bin/ivtv-radio -d /dev/radio0 -i /dev/video24'
RADIO_STATIONS = [
         ('Couleur 3', '106.55')
]


As you can see I tried some different configurations - without success. I'm not 
using the lates svn version but freevo 1.8.0 from the official sources.

Markus

Andreas Dick schrieb:
> Am Mittwoch, 14. Mai 2008 21.28:19 schrieb Markus Wittenberg:
>> Hi
>>
>> It's easy to show radio station images for webradio, because it can be
>> configured within the 'webradio.fxd'.
>>
>> But is it also possible to have radio station images for the audio.radio
>> plugin? Usually I just can configure the station name and the frequency
>> within local_conf.py
>>
>> RADIO_STATIONS = [
>>          ('Couleur 3', '106.55')
>> ]
>>
>> Can I also configure a station image somehow?
> The easiest could be to use the webradio.fxd file as well for the radio 
> instead of the radio plugin. try to use:
>             <url>radio://106.55</url>
> but this works only if the command line
> $ mplayer radio://106.55
> works in your setup. if not, you could try to use the newest svn, then you 
> can 
> use 
>             <player>radioplayer</player>
>             <station>106.55</station>
> in your fxd file. You have also to activate the radioplayer plugin (not the 
> radio plugin) and also you have to configure RADIO_CMD
> 
> good luck
> Andreas
> 
>> Thanks and regards
>> Marku
>>
>> -------------------------------------------------------------------------
>> This SF.net email is sponsored by: Microsoft
>> Defy all challenges. Microsoft(R) Visual Studio 2008.
>> http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
>> _______________________________________________
>> Freevo-users mailing list
>> [email protected]
>> https://lists.sourceforge.net/lists/listinfo/freevo-users
> 
> 
> 
> -------------------------------------------------------------------------
> This SF.net email is sponsored by: Microsoft 
> Defy all challenges. Microsoft(R) Visual Studio 2008. 
> http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
> _______________________________________________
> Freevo-users mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/freevo-users
> 


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft 
Defy all challenges. Microsoft(R) Visual Studio 2008. 
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Freevo-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freevo-users

Reply via email to