Re: [Live-devel] Encoding the Stream in AMR-WB+

2016-12-28 Thread Ross Finlayson
> I have seen that LIVE 555 server supports AMR Stream, but will it support > AMR-WB+ encoding Yes, it should. If your AMR input source is a file, or a pipe (i.e., “stdin”), then you can use the existing “AMRAudioFileServerMediaSubsession” class. Otherwise, you’ll need to define your own “OnD

[Live-devel] Encoding the Stream in AMR-WB+

2016-12-28 Thread Vivek V
Hi Developers, We're building an audio streaming application and after through consideration we finalized on AMR-WB+ (Extended Adaptive Multi-Rate Wideband), for our application at low bitrates we found this to be the best codec.(http://www.voiceage.com/AMR-WBplus.html) I am exploring LIVE 555 Se