...
Code Block |
---|
{ "jsonrpc": "2.0", "method": "callback_run_app_instance", "params": { "run_result": "succeed", "app_instance_id": "98gduio4l2j9o08fusd9", // 앱 서버가 직접 생성한 인스턴스 ID "outputs": [ "rtsp://220.11.59.183:554/annotated_video_0", // 출력 비디오 RTSP URI #0 "rtsp://220.11.59.183:554/annotated_video_1", // 출력 비디오 RTSP URI #1 "https://220.11.59.183:554/nk2/people_counting/12973/statistics/674" // 분석통계에 접근할 수 있는 URI ] }, "id": "nk2-0" } |
...