Files
srs/trunk
Jacob Su c1a8a5f753 RTC: Fix null pointer crash in RTC2RTMP when start packet is missing. v6.0.175 (#4451)
Try to fix #4450 

## Cause

The SRS transcode rtp packets, whose sequence number in range [start,
end], to one rtmp packet, but when the first rtp packet is empty, then
this crash happens.

check #4450 for details.

## Impact

5.0release and 6.0release branch.
develop branch already has its own solution.

So this PR is targeting to **6.0release**.

## Solution

find the first not empty rtp packet in seq range [start, end].

---------

Co-authored-by: OSSRS-AI <winlinam@gmail.com>
Co-authored-by: winlin <winlinvip@gmail.com>
2025-08-26 18:42:50 -04:00
..
2023-09-28 11:03:34 +08:00
2024-07-27 11:40:10 +08:00