zighouse / doubango

Automatically exported from code.google.com/p/doubango
0 stars 0 forks source link

Invalid RTP timestamp for g722 codec #268

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.
2.
3.

What is the expected output? What do you see instead?

Please use labels and text to provide additional information.

http://www.ietf.org/rfc/rfc3551.txt
 Even though the actual sampling rate for G.722 audio is 16,000 Hz,
   the RTP clock rate for the G722 payload format is 8,000 Hz because
   that value was erroneously assigned in RFC 1890 and must remain
   unchanged for backward compatibility.  The octet rate or sample-pair
   rate is 8,000 Hz.

Original issue reported on code.google.com by boss...@yahoo.fr on 15 May 2013 at 9:33

GoogleCodeExporter commented 8 years ago
Fixed in r886

Original comment by boss...@yahoo.fr on 15 May 2013 at 9:44