Submitted by Oele on 3/11/11 12:52 PM.
I have written the RTSP server that we are using. As far as i'm aware, it's fully compatible with RFC 2326, without any special customizations.
RTSP is just the 'control protocol' the player uses to send commands (play, stop, etc) to the server. The actual audio or video data can be sent using several codecs, transports, etc.
Yourmuze.FM sends the actual audio data as LATM encapsulated AAC+ in RTP packets over UDP (RTP/AVP/UDP). This is in accordance with the 3GPP streaming specifications.
Login or
register to post new content in the forum.