On Wed, Nov 26, 2008 at 9:53 AM, Joe Hildreth
<[EMAIL PROTECTED]> wrote:
> Hello all,
>
> This is my first post to the list and hope someone can help me.
>
> I want to add streaming radio to my freevo and cannot seem to get it correct. 
> I am not sure what to do to make it work.
>
> Here is what I have:
>
> 1) This is the URL to the online radio broadcast:
>
> <code>
>
> http://player.play.it/player/player.html?id=87&onestat=kmox
>
> </code>
>

This loads a flash player.  You'll need to find a stream that mplayer
can play on its own,ie. `mplayer url`

Later

Jonathan

> 2) Here is my section of my local_config.py file for the audio:
>
> <code>
>
> AUDIO_ITEMS = [
>        ('Music Collection', '/home/joeh/Music'),
>        ('Web Radio', '/home/joeh/freevo-1.8.1/webradio'), 
> '/home/joeh/freevo-1.8.1/webradio.fdx'
> ]
>
> </code>
>
> 3) Here is my fdx file.
>
> <code>
>
> <?xml version="1.0" ?>
> <freevo>
>  <container title="Radiostations" type="webradio">
>                <audio title="KMOX - St. Louis, Missouri">
>                        
> <url>http://player.play.it/player/player.html?id=87&onestat=kmox</url>
>                        <info>
>                                <link>http://www.kmox.com</link>
>                                <description>Talk radio and local 
> sports</description>
>                        </info>
>                        <playlist/>
>                        <reconnect/>
>                </audio>
>    <info>
>      <description>Radio stations on the internet...</description>
>    </info>
>  </container>
> </freevo>
>
> </code>
>
> Many thanks for your time and energy.
>
> Joe Hildreth
>
> -------------------------------------------------------------------------
> This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
> Build the coolest Linux based applications with Moblin SDK & win great prizes
> Grand prize is a trip for two to an Open Source event anywhere in the world
> http://moblin-contest.org/redirect.php?banner_id=100&url=/
> _______________________________________________
> Freevo-users mailing list
> Freevo-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/freevo-users
>

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users

Reply via email to