Changes between Version 6 and Version 7 of media-flow


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

--

Legend:

Unmodified
Added
Removed
Modified
  • media-flow

    v6 v7  
    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. 
    2323 * 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. 
    24  * 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. 
     24 * from the Media Session Info above, application creates a [http://www.pjsip.org/pjmedia/docs/html/group__PJMED__SES.htm Media Session], specifying also the Media Transport created earlier. This process will create Media Streams according to the codec settings and other parameters in the Media Session Info, and also establish ''connection'' between the Media Stream and the Media Transport. 
    2525 * application retrieve the Media (Audio) Stream from the Media Session, and register this Media Stream to the conference bridge. 
    2626 * application connects the Media Stream slot in the bridge to other slots such as slot zero which normally is connected to the sound device.