Go to documentation repository
GET http://IPaddress:port/prefix/control/telemetry/session/acquire/{TELEMETRYCONTROLID}
Tip |
---|
TELEMETRYCONTROLID – template from – 지정된 비디오 소스에 대한 텔레메트리 장치 목록 가져오기.에서 템플릿 |
Parameter파라미터 | Required필수 | Description설명 |
---|---|---|
session_priority | No | Telemetry control priority from 텔레메트리 제어 우선순위는 1 (maximum최대) to 에서 5 (minimum최소)까지입니다. |
Sample request요청 예시:
GET http://127.0.0.1:80/control/telemetry/session/acquire/Server1/DeviceIpint.2/TelemetryControl.0?session_priority=2
If a telemetry device is not in use or a user with lower priority controls it, then telemetry control is taken over and Server sends theresponse텔레메트리 장치가 사용 중이 아니거나 우선순위가 낮은 사용자가 제어 중인 경우, 텔레메트리 제어가 인수되고 서버는 다음과 같은 응답을 보냅니다:
Code Block |
---|
{ "session_id" : [id] } |
where id is the session id여기서 id는 세션 id입니다.