Changes between Initial Version and Version 2 of Ticket #473
- Timestamp:
- Jun 2, 2008 10:22:09 AM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #473
- Property Priority changed from normal to minor
- Property Summary changed from Sending multiple frames in one RTP packet to Speex version upgrade and handling multiple speex audio frames
-
Ticket #473 – Description
initial v2 1 Although PJMEDIA can receive and decode multiple audio frames in one RTP packet, the sending side currently seems to be broken. It can send multiple G.711 frames okay, but from last testing, sending multiple Speex frames doesn't work.1 Upgrade Speex to latest version (may require large modification due to new Speex library organization). Probably we should have autoconf option to allow using external speex library as well. 2 2 3 Verify this again and fix any problems.3 Re multiple frames: PJMEDIA can receive and decode multiple audio frames in one RTP packet, the sending side currently seems to be broken. It can send multiple G.711 frames okay, but from last testing, sending/receiving multiple Speex frames doesn't work.