Streaming audio - where to start?
        Posted  
        
            by Adam Davis
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Adam Davis
        
        
        
        Published on 2010-04-22T16:18:35Z
        Indexed on 
            2010/04/22
            19:33 UTC
        
        
        Read the original article
        Hit count: 388
        
I need to develop an embedded audio streaming server.
Requirements:
- Voice quality or better
 - Intended for low power wifi transmission
 - Broad support in existing software and devices (ie, windows media player, quicktime, vlc, iPhone, Android, etc).
 - Royalty/patent free, or cheap to license
 
Preferences:
- Low overhead TCP/IP based streaming protocol
 - Voice grade codec (easy to implement in software, no DSP, 32bit CPU if needed)
 - Would be nice if it supported HTML5 browsers, but is there any codec (such as raw) that is supported by the latest browsers that is lower overhead than MP3?
 
Therefore:
- What are the relevant streaming protocols I should be looking at?
 - What are the relevant codecs I should be looking at?
 - What transport streams should I be looking at?
 - What am I missing, or where else should I be looking for this type of need?
 
© Stack Overflow or respective owner