[Freevo-users] Help configuring web radio

2008-11-26 Thread Joe Hildreth
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=87onestat=kmox

/code

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

urlhttp://player.play.it/player/player.html?id=87onestat=kmox/url
info
linkhttp://www.kmox.com/link
descriptionTalk radio and local 
sports/description
/info
playlist/
reconnect/
/audio
info
  descriptionRadio 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=100url=/
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] Help configuring web radio

2008-11-26 Thread Jonathan Archer
The station you have supplied doesn't seem to be a regular stream which would 
be picked up by a media player, rather a flash based stream.

A mod of the youtube plugin or similar would probably be your only option, 
unless there is another streaming method from this station?






From: Joe Hildreth [EMAIL PROTECTED]
To: freevo-users@lists.sourceforge.net
Sent: Wednesday, 26 November, 2008 15:53:04
Subject: [Freevo-users] Help configuring web radio

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=87onestat=kmox

/code

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

urlhttp://player.play.it/player/player.html?id=87onestat=kmox/url
info
linkhttp://www.kmox.com/link
descriptionTalk radio and local 
sports/description
/info
playlist/
reconnect/
/audio
info
  descriptionRadio 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=100url=/
___
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=100url=/___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] Help configuring web radio

2008-11-26 Thread Jonathan Isom
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=87onestat=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

 urlhttp://player.play.it/player/player.html?id=87onestat=kmox/url
info
linkhttp://www.kmox.com/link
descriptionTalk radio and local 
 sports/description
/info
playlist/
reconnect/
/audio
info
  descriptionRadio 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=100url=/
 ___
 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=100url=/
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] Help configuring web radio

2008-11-26 Thread Joe Hildreth
Jonathan,

Thanks for the help. I will try the you tube plugin I guess and see what I can 
do. That is the only stream I can find for that station. I want that station 
because they broadcast the St. Louis Blues hockey games.

Regards.

Joe

- Jonathan Archer [EMAIL PROTECTED] wrote:

 The station you have supplied doesn't seem to be a regular stream
 which would be picked up by a media player, rather a flash based
 stream.
 
 A mod of the youtube plugin or similar would probably be your only
 option, unless there is another streaming method from this station?
 
 
 

-
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=100url=/
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


[Freevo-users] 2 process + CPU

2008-11-26 Thread Publicy
Hello me again

When I watch my process I can see 2 fors freevo :

root  5035  0.0  0.5   4576  2880 ?S20:32   0:00 
/usr/bin/python /usr/bin/freevo --force-fs
root  5047 42.3  6.7  67536 34628 ?Sl   20:32   3:59 python 
/usr/lib/python2.5/site-packages/freevo/main.py --force-fs

Second question since I've upgraded from 1.7.9 to 1.8.2 It seem to use a 
lot of CPU  40-60% and freevo do nothing (no film, no music)

Note : as you can see I launch freevo directly without windows manager 
with freevo -fs



Thanks
Yoann


-
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=100url=/
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users