Opened 14 years ago
Closed 14 years ago
#1185 closed enhancement (fixed)
Dynamic creation of media transports
Reported by: | bennylp | Owned by: | bennylp |
---|---|---|---|
Priority: | normal | Milestone: | release-2.0-dev |
Component: | pjsua-lib | Version: | 2.0-dev-branch |
Keywords: | Cc: | ||
Backport to 1.x milestone: | Backported: |
Description (last modified by bennylp)
This ticket implements ticket #539.
See the spec in ReleaseNotes-2.0
Change History (7)
comment:1 Changed 14 years ago by bennylp
- Description modified (diff)
comment:2 Changed 14 years ago by bennylp
- Resolution set to fixed
- Status changed from new to closed
comment:3 Changed 14 years ago by bennylp
- Resolution fixed deleted
- Status changed from closed to reopened
Work is still needed to make the transport creation asynchronous. Reopening the ticket.
comment:4 Changed 14 years ago by bennylp
comment:5 Changed 14 years ago by bennylp
comment:6 Changed 14 years ago by nanang
In r3560:
- Fixed bug media transport is not closed after call disconnected.
- Fixed handling remote re-offer, media transport will be created/disabled when media is added/removed/deactivated.
comment:7 Changed 14 years ago by bennylp
- Resolution set to fixed
- Status changed from reopened to closed
Note: See
TracTickets for help on using
tickets.
(In [3457]) Modifications in PJSUA-LIB to support multiple media streams (multiple audio and/or video) and dynamic creation of media transports. This closed #1185 and closed #1201.
1185: Dynamic creation of media transports
============================================
Done:
Todo:
1201: Video support in PJSUA-LIB
===================================
Done:
in one call
API change:
stream
Todo:
macro (these have also been added to ticket #1193 (Issues & Todos)). Notable
missing features are:
pjsua:
===============
each time an extra audio/video streams will be added. :)