Re: [slim] Internet Radio : Specifications?

2009-07-11 Thread PeterGV
@mdwoolley: I've actually done what you're it sounds like you're looking to do (create your own MP3 streaming source with track/artist metadata tags). The way I did this was to write my own special-purpose Icecast/SHOUTcast compatible server. It's gratifyingly simple. The link that bpa provided

Re: [slim] Internet Radio : Specifications?

2009-07-04 Thread mdwoolley
Thanks Toby, I appreciate the offer and comments. Let's see if I can make this thing work now :-) -- mdwoolley mdwoolley's Profile: http://forums.slimdevices.com/member.php?userid=14078 View this thread: http://forums.slim

Re: [slim] Internet Radio : Specifications?

2009-07-04 Thread toby10
mdwoolley;437903 Wrote: > Thanks for the fast reply toby10 :-) > > But I'm not looking for ways in which I can use 3rd party applications > to achieve this, I want to develop some software from scratch (partly > for the "fun" of it!) so I'm more looking for the technical > specifications that ap

Re: [slim] Internet Radio : Specifications?

2009-07-04 Thread mdwoolley
That's great, thanks for your help. I'll review the links you posted with interested :-) -- mdwoolley mdwoolley's Profile: http://forums.slimdevices.com/member.php?userid=14078 View this thread: http://forums.slimdevices.c

Re: [slim] Internet Radio : Specifications?

2009-07-04 Thread bpa
AFAIK there is no single technical spec produced by IEEE or IETF or similar. The uPNP spec might be helpful but most of that is not to do with audio streaming but helping user find which stream to serve. Basically audio is streamed using HTTP and a GET. There are a few special HTTP headers that

Re: [slim] Internet Radio : Specifications?

2009-07-04 Thread mdwoolley
Thanks for the fast reply toby10 :-) But I'm not looking for ways in which I can use 3rd party applications to achieve this, I want to develop some software from scratch (partly for the "fun" of it!) so I'm more looking for the technical specifications that apply. -- mdwoolley

Re: [slim] Internet Radio : Specifications?

2009-07-04 Thread bpa
This explains how metadata is mebedded in MP3/AAC streams using Shoutcast ICY protocol http://www.smackfu.com/stuff/programming/shoutcast.html Edna is a basic MP3 server will also help. http://edna.sourceforge.net/ You should also look at HTTP headers as to how podcast can be ffwd/rew if you ar

Re: [slim] Internet Radio : Specifications?

2009-07-04 Thread toby10
http://www.poromenos.org/tutorials/icecast -- toby10 toby10's Profile: http://forums.slimdevices.com/member.php?userid=12553 View this thread: http://forums.slimdevices.com/showthread.php?t=65265 _

[slim] Internet Radio : Specifications?

2009-07-04 Thread mdwoolley
Hi I want to write some software which will behave kind of like an internet radio station in that my squeezebox can "tune into" it's URL and music will be streamed from the radio station to it and be played in the usual way. Can anyone point me at the formal specifications which an internet radi