Files
gb28181/internal/core/bz/param.go
2025-02-11 23:08:56 +08:00

9 lines
300 B
Go
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

package bz
const (
IDPrefixGB = "gb" // 国标设备
IDPrefixGBChannel = "ch" // 国标通道 id 前缀
IDPrefixRTMP = "mp" // rtmp ID 前缀,取 rtmp 后缀的 mp不好记但是清晰
IDPrefixRTSP = "sp" // rtsp ID 前缀,取 rtsp 后缀的 sp不好记但是清晰
)