This website requires JavaScript.
Explore
Help
Sign in
external
/
srs
Watch
1
Star
0
Fork
You've already forked srs
0
mirror of
https://github.com/ossrs/srs.git
synced
2025-02-15 04:42:04 +00:00
Code
Issues
Releases
Wiki
Activity
1f9309ae25
srs
/
trunk
/
3rdparty
/
srs-bench
/
.gitignore
11 lines
77 B
Text
Raw
Normal View
History
Unescape
Escape
For regression test, add srs-bench to 3rdparty
2021-03-04 05:23:01 +00:00
.idea
objs
*.ogg
*.ivf
*.h264
.DS_Store
.format.txt
Squash: Merge SRS 4.0
2021-10-10 04:05:26 +00:00
.DS_Store
HLS: Ignore empty NALU to avoid error. v6.0.65 (#3750) For the DJI M30, there is a bug where empty NALU packets with a size of zero are causing issues with HLS streaming. This bug leads to random unpublish events due to the SRS disconnecting the connection for the HLS module when it fails to handle empty NALU packets. To address this bug, we have patched the system to ignore any empty NALU packets with a size of zero. Additionally, we have created a tool in the srs-bench to replay pcapng files captured by tcpdump or Wireshark. We have also added utest using mprotect and asan to detect any memory corruption. It is important to note that this bug has been fixed in versions 4.0.271 6477f31004c7c5ff95715b9b3f3afc798e81704d and 5.0.170 939f6b484b34c7e1f73217ab79948fbd0b439dfa. This patch specifically addresses the issue in SRS 6.0. Please be aware that there is another commit related to this bug that partially fixes the issue but still leaves a small problem for asan to detect memory corruption. This commit, 577cd299e1792cbc063b72a582688c2e2977bf22, only ignores empty NALU packets but still reads beyond the memory. --------- Co-authored-by: chundonglinlin <chundonglinlin@163.com>
2023-08-02 14:49:49 +00:00
*.log
*.pcapng
Reference in a new issue
Copy permalink