mirror of
https://github.com/ossrs/srs.git
synced 2025-11-24 11:54:21 +08:00
This PR removes the embedded GB28181 SIP server implementation from SRS and enforces the use of external SIP servers for production deployments. The embedded SIP server depended on the deprecated `http-parser` library. With the planned migration to `llhttp` (which doesn't support SIP parsing), maintaining the embedded SIP server would require significant additional work. Since external SIP servers are already the recommended approach for production, removing the embedded implementation simplifies the codebase and eliminates this dependency. Eliminated `srs_gb28181_test` from CI workflow. Removed SIP configuration validation tests. --------- Co-authored-by: OSSRS-AI <winlinam@gmail.com> Co-authored-by: haibo.chen <495810242@qq.com>