新增 Mjpegplayer 用来播放 Web 流
This commit is contained in:
18
SHH.MjpegPlayer/Core/Models/JsonConfigUris.cs
Normal file
18
SHH.MjpegPlayer/Core/Models/JsonConfigUris.cs
Normal file
@@ -0,0 +1,18 @@
|
||||
namespace SHH.MjpegPlayer
|
||||
{
|
||||
public class JsonConfigUris
|
||||
{
|
||||
public static string DispatcherConfig;
|
||||
public static string RtspRtcConfig;
|
||||
public static string RtspRtcPortsConfig;
|
||||
public static string MjpegConfig;
|
||||
public static string CloudServerConfig;
|
||||
public static string CloudServerSessionsConfig;
|
||||
public static string CloudAgentConfig;
|
||||
public static string CloudAITerminalConfig;
|
||||
public static string VirtualCameraConfig;
|
||||
public static string AIMainConfig;
|
||||
public static string AIDbConfig;
|
||||
public static string ToolLogConfig;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user