386
<MPEG4 audio data>\r\n
--<boundary>\r\n
<image>
Example: Get MJPEG video stream
http://<servername>/video.mjpg
Return:
HTTP/1.0 200 OK\r\n
Content-Type: multipart/x-mixed-replace;boundary=<boundary>\r\n
\r\n
--<boundary>\r\n
<image>
where the proposed <boundary> is
myboundary
and the returned <image> field is
Content-Type:
image/jpeg
\r\n
Content-Length: <image size>\r\n
\r\n
<JPEG image data>\r\n
--<boundary>\r\n
<image>
1.2.17 Transmit
audio
stream
data
Example:
http://<servername>/
in/view/transmit
2 SAMPLE
VIDEO/AUDIO
STREAM
GET
FLOW
A. Decide
video
streaming
format
MPEG4 or MJPEG.
Only MEPEG4 support audio stream.
B. Decide device IP address and HTTP port number
Remote device IP address or host name.
Ex: “192.168.1.99” or “example.dyndns.org”
http port: 80