Opened 13 years ago

Closed 13 years ago

#1352 closed defect (fixed)

Problem when a capture device shared among multiple video calls

Reported by: nanang Owned by: bennylp
Priority: normal Milestone: release-2.0-alpha
Component: pjsua-lib Version: trunk
Keywords: Cc:
Backport to 1.x milestone: Backported:

Description

The maximum port count of video tee in video preview (for capture device sharing) is currently hardcoded to 2, while it should be set to at least (PJSUA_MAX_CALLS+1) so a capture device can be shared among multiple calls.

Known symptoms:

  • some calls send no video packet even the video direction is send-receive,
  • crash on hanging up calls.

Change History (1)

comment:1 Changed 13 years ago by nanang

  • Resolution set to fixed
  • Status changed from new to closed

(In [3725]) Fixed #1352:

  • Updated maximum video tee ports in pjsua video preview to (PJSUA_MAX_CALLS+1).
  • Removed video tee maximum ports compile-time setting, MAX_DST_PORT_COUNT.
Note: See TracTickets for help on using tickets.