Custom Query (2195 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (19 - 21 of 2195)

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
Ticket Resolution Summary Owner Reporter
#2248 fixed Memory leak if stream fails to be created ming ming
Description
  • Fixed memory leak if video stream fails to be created
  • Fixed crash when sending rtcp bye if create_stream() fails and stream transport hasn't been created.
#2247 fixed Distorted video sent by iOS 13 devices nanang nanang
Description

Reported that video sent by iOS 13 at resolution 480x640 is distorted at the other end, which looks like a mismatched image stride/width issue. The symptom does not seem to occur on iOS 12.

Thanks to Sai Krishna Reddy Kovvuri and Sergey Zagoruyko for the report.

#2245 fixed Reconnect video stream listeners in video conference bridge after format changed nanang nanang
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.

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
Note: See TracQuery for help on using queries.