新增 Mjpegplayer 用来播放 Web 流
This commit is contained in:
21
SHH.MjpegPlayer/Protocols/IMjpegImagesService.cs
Normal file
21
SHH.MjpegPlayer/Protocols/IMjpegImagesService.cs
Normal file
@@ -0,0 +1,21 @@
|
||||
using Core.WcfProtocol;
|
||||
using CoreWCF;
|
||||
using SHH.MjpegPlayer;
|
||||
|
||||
namespace Player.MJPEG
|
||||
{
|
||||
/// <summary>
|
||||
/// IMjpegImagesService 接口
|
||||
/// </summary>
|
||||
[ServiceContract]
|
||||
public interface IMjpegImagesService : ICoreImagesService
|
||||
{
|
||||
/// <summary>
|
||||
/// 注册模型
|
||||
/// </summary>
|
||||
/// <param name="req"></param>
|
||||
/// <returns></returns>
|
||||
[OperationContract]
|
||||
MjpegPlayInfoReply GetRtspRtcPlayInfo();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user