Files
gb28181/internal/core/bz/param.go
2025-01-31 19:55:33 +08:00

9 lines
292 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 = "m" // rtmp ID 前缀,取 rtmp 中的 m不好记但是清晰
IDPrefixRTSP = "s" // rtsp ID 前缀,取 rtsp 中的 s不好记但是清晰
)