-
-
Notifications
You must be signed in to change notification settings - Fork 5.6k
Description
The consensus we have currently reached is: to remove GB's SIP support from SRS and only support the media processing part.
What I am currently considering is: whether it is possible to go further and completely not support the access of GB28181.
Reasons are:
-
The monitoring scenario mainly involves RTSP, using FFmpeg to pull RTSP and convert it to RTMP for SRS pushing. Refer to FAQ: RTSP
-
The GB scenario is very small and can be completed with other open-source projects for protocol conversion, such as ZLM
-
Even if SRS supports GB, it only supports the media part of GB. It would still require a significant amount of time to integrate with the SIP project, maintain documentation, and provide future updates support.
-
Currently, we have too many directions, such as API improvement, RTC improvement, QUIC, JS virtual machine, slice protocol improvement, and so on.
-
After asking around, everyone still wants to continue supporting, so let's create a new repository. The owners will be @xialixin and @duiniuluantanqin. The repository address is ossrs/srs-gb28181.
-
Let GB develop independently, let the bullets fly for a while, maybe they will fly quite well.
TRANS_BY_GPT3