JVC 237VP, 257VP H.264 Stream Format Send Out by the camera, When API is successfully received

Models: VN-H37 157WP 257 257VP 237 137 VN-H57 237VP

1 108
Download 108 pages 6.38 Kb
Page 12
Image 12

Host:

space

IP Address of Camera

0x0D 0x0A 0x0D 0x0A

Unlike APIs for getting/setting parameters, Accept line is not required. Basic authentication is also not necessary.

Example

GET /api/video?encode=h264(1) HTTP/1.1<CRLF>

Host: 192.168.0.2<CRLF><CRLF>

Parameter value is indicated using =. Do not insert space before and after =.

Example encode=h264(1)

Parameter Description

encode For specifying compression format. For example, specify as encode=h264(1) to get H.264 encoded by channel 1. To know compression format of each channel, open Encoder setting page by IE described in INSTRUCTIONS manual, or issue "encode" API described in later chapter of this document.

3.3.Response

When API is successfully received.

The camera will return 200 OK. The x-vnh37_response line indicates actual parameter.

Example of VN-H137

HTTP/1.1 200 OK<CRLF>

Connection: Keep-Alive<CRLF>

Content-Type: video/mp4v-es<CRLF>

Date: Tue, 06 Mar 2012 15:10:55 GMT<CRLF>

Server: JVC VN-H137 Network Camera<CRLF>

x-vnh37_response: encode=h264&framesize=1920x1080<CRLF>

3.4.Restrictions

Access restriction

The camera has access restriction feature that enables to deny access from a specific IP address. If H.264 is requested from the IP address of access restrictions, the camera disconnects the TCP connection after API is send.

3.5.H.264 Stream Format Send Out by the camera

12

Page 12
Image 12
JVC 237VP, 257VP, 137, VN-H57, 157WP, VN-H37 H.264 Stream Format Send Out by the camera, When API is successfully received