Documentation
¶
Index ¶
- func AppointChannelList(deviceID string, page, limit int, status string, noPage bool) (replyData map[string]interface{})
- func DeviceList(page, limit int, status string, noPage bool) (replyData map[string]interface{})
- func Login(remoteAddr string, requestBody []byte) (replyData map[string]interface{})
- func Logout(token string) (replyData map[string]interface{})
- func PTZCtrl(channelID, cmd, action string, speed int) (replyData map[string]interface{})
- func StartStream(token, channelID string) (replyData map[string]interface{})
- func StreamNoneReaderHook(deviceID, channelID string)
- func StreamNotFound(deviceID, channelID string)
- func SystemInfo() (replyData map[string]interface{})
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AppointChannelList ¶
func AppointChannelList(deviceID string, page, limit int, status string, noPage bool) (replyData map[string]interface{})
查询指定设备下的通道列表
func DeviceList ¶
查询设备列表
func StartStream ¶
先判断内存中是否存在可用的sessionURL,若存在则直接返回
func StreamNoneReaderHook ¶
func StreamNoneReaderHook(deviceID, channelID string)
func StreamNotFound ¶
func StreamNotFound(deviceID, channelID string)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.