Jvc Protocol: H.264 Streaming - JVC VN-H37 Manual

Ip camera api guide
Table of Contents

Advertisement

Example: When width=640, the 13-byte area will be written as follows.
w
i
d

3. JVC Protocol: H.264 Streaming

3.1.
Basic Procedures
1) The client establishes a TCP connection to port number 80.
2) The client sends out API.
to get H.264 high profile stream encoded by first channel of the camera
Example
GET /api/video?encode=h264(1) HTTP/1.1<CRLF>
Host: 192.168.0.2<CRLF><CRLF>
Note <CRLF> denotes the line feed code (
3) The camera returns HTTP response and H.264 stream.
HTTP Response and H.264 stream sent out by the camera are as follows.
HTTP Response
I Picture of H.264 (First Frame)
P Picture of H.264 (Second Frame)
,,,
4) When the client wants to stop current H.264 transmission, the client disconnects TCP80.
The camera does not accept further API via current TCP that is used for H.264 transmission. To change
parameter, disconnect current TCP to stop the H.264 transmission, connect new TCP, and send API with new
parameter.
3.2.
API Format
Structure
GET
space
t
h
=
0x0D, 0x0A
API
6
4
0
).
space
HTTP/1.1
1 1
0x00
0x00
0x0D 0x0A

Advertisement

Table of Contents
loading

Table of Contents