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
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
__
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