What is the idea of live broadcast by surveillance cameras?

the specific requirements are unclear. For example, surveillance cameras will be installed in multiple places, and users can see the live streaming of these surveillance cameras.

those who have not touched the live broadcast section want to know what kind of hardware they want. For example, a camera or something, and then maybe the flow would be better to say

.

Thank you, bosses.

Php
Jun.25,2021

1. Source: you can learn about the webcam first

cameras can generally provide IP signals in RTMP RTSP and other formats.

2. Media server: you can learn about wowza, nginx-rtmp, etc.

the media server can access the IP live broadcast signal from the camera, and then allow end users to watch

3. Transcoder: responsible for coding the live broadcast signal

Professional processing such as adding logo, stream control, audio and video coding, and so on.

4. CDN: live broadcast signal distribution

you can read live documents such as Tencent Cloud and Ali Yun

(not all of these four parts are required. Choose according to the appropriate scenarios and requirements, for example, the media server can handle simple transcoding functions. CDN can also provide partial video encapsulation and coding)

Menu