search for: rtp_header

Displaying 1 result from an estimated 1 matches for "rtp_header".

Did you mean: rtp_header+
2016 Jun 27
1
Opus Packet Deocoding
Hi, I am new to Opus, I want to decode a RTP packet which has opus payload. Following can describe my intention: I have RTP-packet----------> rtp_header+ opus_payload(20ms/960/48000/1channel) I have now opus_palyload after removing the rtp_header, what I want, a simple code using the opus_decoder which can give me the 20 msec opus paylaod consists of 960 samples. Can anybody put a simple tutorial about this which eloborate how can we can get these...