Ignore:
Timestamp:
May 13, 2006 10:46:23 PM (18 years ago)
Author:
bennylp
Message:

Another major modifications in PJMEDIA:

  • handle multiple frames in one packet
  • split stream creation into two steps to allow customization
  • PLC framework and implementation with G.711 and speex
  • stream returns NO_FRAME correctly.
  • added ptime argument in pjsua
File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjsip-apps/src/samples/siprtp.c

    r437 r438  
    11691169                                             strm->bytes_per_frame,  
    11701170                                             strm->samples_per_frame, 
    1171                                              &hdr, &hdrlen); 
     1171                                             (const void**)&hdr, &hdrlen); 
    11721172            if (status == PJ_SUCCESS) { 
    11731173 
     
    12671267 
    12681268    status = pjmedia_stream_info_from_sdp(&audio->si, inv->pool, app.med_endpt, 
    1269                                           local_sdp, remote_sdp, 0); 
     1269                                          NULL, local_sdp, remote_sdp, 0); 
    12701270    if (status != PJ_SUCCESS) { 
    12711271        app_perror(THIS_FILE, "Error creating stream info from SDP", status); 
Note: See TracChangeset for help on using the changeset viewer.