Changes between Version 5 and Version 6 of media-flow


Ignore:
Timestamp:
Dec 5, 2006 2:06:06 PM (17 years ago)
Author:
bennylp
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • media-flow

    v5 v6  
    2121 * during application initialization, application creates the Sound Device Port and the Conference Bridge. These two objects would normally remain throughout the life time of the application. 
    2222 * when making outgoing call or receiving incoming call, application would create a media transport instance (normally it's an [http://www.pjsip.org/pjmedia/docs/html/group__PJMEDIA__TRANSPORT__UDP.htm UDP Media Transport]). From this media transport, application can put its listening address and port number in the local SDP to be given to the INVITE session. 
    23  * when the media in the call is established, application creates a [http://www.pjsip.org/pjmedia/docs/html/group__PJMED__SES.htm Media Session Info] from both local and remote SDP found in the INVITE session. 
     23 * when the offer/answer session in the call is established (and application's {{{on_media_update()}}} callback is called), application creates a [http://www.pjsip.org/pjmedia/docs/html/group__PJMED__SES.htm Media Session Info] from both local and remote SDP found in the INVITE session. 
    2424 * from the Media Session Info above, application creates a [http://www.pjsip.org/pjmedia/docs/html/group__PJMED__SES.htm Media Session], specifying the Media Session Info and the Media Transport created earlier. 
    2525 * application retrieve the Media (Audio) Stream from the Media Session, and register this Media Stream to the conference bridge.