-
-
Notifications
You must be signed in to change notification settings - Fork 5.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PUSH RTSP is removed, does not support RTSP streaming #2304
Comments
1 similar comment
winlinvip
added a commit
that referenced
this issue
Apr 25, 2021
This was referenced Aug 22, 2021
Closed
winlinvip
added a commit
that referenced
this issue
Oct 10, 2021
winlinvip
changed the title
Introduce ZLM to transmux RTSP/GB28181 to RTMP.
PUSH RTSP is removed,不再支持RTSP推流
Nov 1, 2021
winlinvip
changed the title
PUSH RTSP is removed,不再支持RTSP推流
PUSH RTSP is removed,不支持RTSP推流
Nov 1, 2021
winlinvip
changed the title
PUSH RTSP is removed,不支持RTSP推流
PUSH RTSP is removed, does not support RTSP streaming
Jul 28, 2023
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Push RTSP to SRS
is removed by 2fa5a0bRegarding RTSP, let's start with the conclusion: SRS does not directly support RTSP. The existing feature of pushing RTSP to SRS will be marked as deprecated and eventually removed. SRS can use Ingester (FFmpeg) to pull RTSP streams and convert them to RTMP before pushing them to SRS. However, this functionality is actually supported by FFmpeg.
Wikis: v2_EN_Streamer, v2_CN_Streamer, v3_EN_Streamer, v3_CN_Streamer, v4_EN_Streamer, v4_CN_Streamer
Discussion: From the perspective of media transmission, why do IPCs (Internet Protocol Cameras) support different methods for GB (Great Britain) and RTSP? One method is to pull the stream from the IPC using RTSP, while the other is for the IPC to push the stream out using GB28181.
RTSP
For the RTSP part, many friends have discussed it for a long time, and we will maintain the current approach of SRS.
The flowchart for RTSP stream processing should be as follows:
GB28181: Reverse Gateway
According to reports, there is a scenario where the RTSP stream of a camera from the public network is pulled and pushed to an internal network server for viewing by internal network users. Due to the fact that it is a one-way gateway from the public network to the internal network (only allowing connections initiated from the public network to the internal network, and not vice versa), it is said that the GB protocol is needed to push the stream to the internal network server (all using UDP), as shown in the following diagram:
Public Network Reverse Gateway Internal Network
OBS
NVR
Plan
TRANS_BY_GPT3
The text was updated successfully, but these errors were encountered: