namespace SHH.MjpegPlayer;
/// RTMP 推流对象类
public class RtmpVo
{
/// 算法代码
public string algCode { get; set; } = string.Empty;
/// 设备ID
public string deviceId { get; set; } = string.Empty;
/// 设备IP地址
public string deviceIp { get; set; } = string.Empty;
/// RTMP 推流地址
public string rtmp { get; set; } = string.Empty;
}