타사 장비에 하이크비전 제품을 등록이 필요할때 사용방법입니다. RTSP 를 사용하여 타사 제품에 등록하세요.
- RTSP 포트 : 초기 설정값을 수정안하셨다면 rtsp 포트는 “554”입니다. - Main Stream “01”, Sub Stream “02” 1. RTSP RTSP with Authentication rtsp://<username>:<password>@<IP address of device>:<RTSP port>/ISAPI/streaming/channels/101 RTSP without Authentication rtsp://<IP address of device>:<RTSP port>/ISAPI/streaming/channels/101 RTSP with Multicast rtsp://<username>:<password>@<IP address of device>:<RTSP port>/ISAPI/streaming/channels/101?transportmode=multicast (위에 101는 1체널의 메인스트림입니다. 서브 스트림이 필요하시면 102로 변경해도 됩니다. ) 2. HTTP 비고: HTTP는 서브 스트림만 받을 수 있습니다. 그리고 서브 스트림은 MJPEG 형식으로 설정되어 있어야 합니다.(Can only stream the Sub stream via HTTP and Need to change the Sub stream video encoding to MJPEG) HTTP with Authentication http://<username>:<password>@<IP address of IPC>:<HTTP port>/ISAPI/Streaming/channels/102/httpPreview HTTP without Authentication http://<IP address of IPC>:<HTTP port>/ISAPI/Streaming/channels/102/httpPreview |