mirror of
https://github.com/ossrs/srs.git
synced 2025-02-15 04:42:04 +00:00
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 |
||
---|---|---|
.. | ||
.gitignore | ||
.golangci.yml | ||
AUTHORS.txt | ||
base_lexer.go | ||
codecov.yml | ||
common_description.go | ||
direction.go | ||
extmap.go | ||
fuzz.go | ||
jsep.go | ||
LICENSE | ||
marshal.go | ||
media_description.go | ||
README.md | ||
renovate.json | ||
sdp.go | ||
session_description.go | ||
time_description.go | ||
unmarshal.go | ||
util.go |
Pion SDP
A Go implementation of the SDP
Roadmap
The library is used as a part of our WebRTC implementation. Please refer to that roadmap to track our major milestones.
Community
Pion has an active community on the Golang Slack. Sign up and join the #pion channel for discussions and support. You can also use Pion mailing list.
We are always looking to support your projects. Please reach out if you have something to build!
If you need commercial support or don't want to use public methods you can contact us at team@pion.ly
Contributing
Check out the contributing wiki to join the group of amazing people making this project possible:
License
MIT License - see LICENSE for full text