| View previous topic :: View next topic |
| Author |
Message |
MedPlay
Joined: 08 Apr 2010 Posts: 4
|
Posted: Thu Apr 08, 2010 8:36 pm Post subject: About embedding radio and tv directory in own player |
|
|
Hi. We are a developers and we want to develop a player that will load the icecast directory into the player. That means the list of the radios will be in the player.
How can we do that. Is there some documentation or url how we can access the xml list of icecast radios.
Also is it possible to list icecast tv stations into our player like the radios.
thanks. |
|
| Back to top |
|
 |
karlH Code Warrior

Joined: 13 Jun 2005 Posts: 5476 Location: UK
|
Posted: Thu Apr 08, 2010 8:58 pm Post subject: |
|
|
you can request the /yp.xml file (compressed) from the server to retrieve the list.
karl. |
|
| Back to top |
|
 |
MedPlay
Joined: 08 Apr 2010 Posts: 4
|
Posted: Thu Apr 08, 2010 9:14 pm Post subject: About playlist |
|
|
Hi karl. Thanks about the info.
I found this address
http://dir.xiph.org/yp.xml
is it possible somehow to filter the radios for example by genre.
Also are there tv stations on icecast or whatever video stream exist on icecast?
Also can you specify some api documentation about this stuff
Thanks again. |
|
| Back to top |
|
 |
karlH Code Warrior

Joined: 13 Jun 2005 Posts: 5476 Location: UK
|
Posted: Thu Apr 08, 2010 9:37 pm Post subject: |
|
|
you'll have to talk to balbinus on this, he is the YP maintainer. I'm not aware of any filters for the whole lot, there is a question of load after all.
karl. |
|
| Back to top |
|
 |
Brutish
Joined: 18 Mar 2010 Posts: 62
|
Posted: Fri Apr 09, 2010 7:17 am Post subject: |
|
|
Hey Karl, I always wonder about this...
Would it be possible to (I will put the money up for this) get a dedicated IP for Icecast YP. The only thing Shoutcast has over Icecast is a dedicated directory, thats easy to access. I wasnt sure if for some reason Xiph opted never for this to happen, or something of that nature.
This would be nice. REAL Nice.
MEDPlay, good on you. You make something like this, and I will put it up on every site I have. _________________ www.Hobbycaster.com |
|
| Back to top |
|
 |
karlH Code Warrior

Joined: 13 Jun 2005 Posts: 5476 Location: UK
|
Posted: Fri Apr 09, 2010 4:11 pm Post subject: |
|
|
Not sure what you mean by a dedicated IP in this regard.
karl. |
|
| Back to top |
|
 |
iunderwood

Joined: 23 Aug 2008 Posts: 114 Location: Leicester, MA
|
Posted: Sat Apr 10, 2010 2:31 am Post subject: |
|
|
@Brutish: By a dedicated IP, are you referring to something like "yp.icecast.org" or something which is more or less tied to the server versus Xiph as a whole?
@MedPlay: Are you referring to some method which to request the current YP by sending some sort of search command to it?
It's an interesting discussion, for sure. _________________ ++I; |
|
| Back to top |
|
 |
MedPlay
Joined: 08 Apr 2010 Posts: 4
|
Posted: Sat Apr 10, 2010 12:12 pm Post subject: |
|
|
I am reffering to placing parameter in the url and getting the radios that only match the parameter. for example if i place electro in url then get only the electro radios.
Is there a something like this or we have to build it on our own?
Also how can I get compressed the whole xml list? Its about 1.3 MB but i wont gonna need it whole
Also does radios data changes constantly? |
|
| Back to top |
|
 |
iunderwood

Joined: 23 Aug 2008 Posts: 114 Location: Leicester, MA
|
Posted: Sun Apr 11, 2010 12:42 pm Post subject: |
|
|
I imagine the radio data changes all the time. I know that for my station, my song info changes for four mountpoints every couple of minutes.
It would be nice if yp.xml could get a search passed to it. _________________ ++I; |
|
| Back to top |
|
 |
|