Hi, Replying back to the list as this is where the developers live. Flavio Oliveira wrote:> What was the RFC used to MP3 Payload implementation? > Was it RFC 3119?RFC 3119 seems to be an RTP implementation. Icecast presently does not have any RTP support. All of Icecast's streaming is based on HTTP. Streamers log in using a "source" method which is an Icecast-specific extension which I don't know much about. Geoff.
> All of Icecast's streaming is based on HTTP. Streamers log in using a > "source" method which is an Icecast-specific extension which I don't know > much about.The 'SOURCE' method has essentially identical semantics (other than the fact that it provides a stream, not a permanent resource) to 'PUT'. It really only exists as a seperate method for historical reasons. As far as implementing it goes: just do what you'd do for PUT, but use SOURCE as the method string. Mike