Re: [libav-api] libavcodec56: native opus decoding issue

2015-01-21 Thread Luca Barbato
On 20/01/15 19:07, Éloi Bail wrote: > Hi, > > We are using libav to encode / decode opus audio between two SIP clients. > > The encoding client use libopus while the decoding client use either libopus > (before libavcodec56) or opus native decoder (since libavcodec56). > Audio encoding format

Re: [libav-api] does setting the UDP receive buffer size for sdp streams require API change?

2015-01-21 Thread Luca Barbato
On 16/01/15 20:15, Bernd Pfrommer wrote: Since nobody posted a clean solution I'll post a nasty hack. I was planning to check that options could be forwarded from sdp to udp but I hadn't had time to get to code for it =/ Thanks for sharing the workaround. lu __

[libav-api] decoding outputs [acc@someaddress] channel element 0.0 is not allocated

2015-01-21 Thread Kai Dohmen
Hello, I just want to decode a stream like in this example https://blinkingblip.wordpress.com/2011/10/08/decoding-and-playing-an-audio-stream-using-libavcodec-libavformat-and-libao/ but with avcodec_decode_audio4. The data (frame->data[0]) is the right decoded data. But the library outputs continu