Opened 4 years ago

Closed 4 years ago

#2245 closed defect (fixed)

Reconnect video stream listeners in video conference bridge after format changed

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

Description

The video conf bridge needs to know the resolution of all ports, so if any port updates the resolution (e.g: via event PJMEDIA_EVENT_FMT_CHANGED), it needs to be updated by refreshing the port connections.

In video call using H264 codec, the exact resolution of incoming video will only be known after some successful decodings, while the video conference bridge connections may have been set up before, so all connections with call stream decoder port need to be updated.

Change History (1)

comment:1 Changed 4 years ago by nanang

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

In 6093:

Fix #2245: Reconnect video stream listeners in video conference bridge after format changed.

Note: See TracTickets for help on using tickets.