|
DreamineVMS 1.0.0.0
Windows PC의 RTSP·USB 카메라 영상을 HLS로 변환해 원격 CCTV Viewer에 전달하는 데스크톱 에이전트입니다.
|

Public 멤버 함수 | |
| Task | StartAsync (string cameraId, CancellationToken cancellationToken=default) |
| Task | StopAsync (string cameraId, CancellationToken cancellationToken=default) |
| Task | StartAllAsync (CancellationToken cancellationToken=default) |
| Task | StopAllAsync (CancellationToken cancellationToken=default) |
카메라 스트림 서비스를 나타냅니다.
ICameraStreamService.cs 파일의 11 번째 라인에서 정의되었습니다.
| Task DreamineVMS.Services.Streaming.ICameraStreamService.StartAllAsync | ( | CancellationToken | cancellationToken = default | ) |
모든 HLS 스트림을 시작합니다.
| cancellationToken | 취소 요청을 감시하는 토큰입니다. |
Task 결과입니다.DreamineVMS.Services.Streaming.FfmpegHlsStreamService에서 구현되었습니다.
| Task DreamineVMS.Services.Streaming.ICameraStreamService.StartAsync | ( | string | cameraId, |
| CancellationToken | cancellationToken = default ) |
지정한 카메라의 HLS 스트림을 시작합니다.
| cameraId | camera Id에 사용할 string 값입니다. |
| cancellationToken | 취소 요청을 감시하는 토큰입니다. |
Task 결과입니다.DreamineVMS.Services.Streaming.FfmpegHlsStreamService에서 구현되었습니다.
| Task DreamineVMS.Services.Streaming.ICameraStreamService.StopAllAsync | ( | CancellationToken | cancellationToken = default | ) |
모든 HLS 스트림을 중지합니다.
| cancellationToken | 취소 요청을 감시하는 토큰입니다. |
Task 결과입니다.DreamineVMS.Services.Streaming.FfmpegHlsStreamService에서 구현되었습니다.
| Task DreamineVMS.Services.Streaming.ICameraStreamService.StopAsync | ( | string | cameraId, |
| CancellationToken | cancellationToken = default ) |
지정한 카메라의 HLS 스트림을 중지합니다.
| cameraId | camera Id에 사용할 string 값입니다. |
| cancellationToken | 취소 요청을 감시하는 토큰입니다. |
Task 결과입니다.DreamineVMS.Services.Streaming.FfmpegHlsStreamService에서 구현되었습니다.