Bill Scruggs
Young grasshopper
- Aug 15, 2014
- 32
- 18
Here is the list I have.
/image/{cam-short-name}?q=50&s=80
A single JPEG image from a specific camera, with optional quality (q) and scale (s) parameters. Quality is a percentage from 1-100, and scale may be any number >0.
/image/{cam-short-name}?h=100
You may also specify a specific height (h) or width (w) instead of scale.
/mjpg/{cam-short-name}/video.mjpg
An M-JPEG stream. This stream is compatible with Blue Iris's "MJPEG stream request."
/file/clips/{filename}&mode=jpeg&speed=100
An M-JPEG stream of a clip from your New clips folder. You may include additional subdirectory names in the filename. The speed parameter is optional, a percentage of normal playback speed.
/thumbs/{filename}
A thumbnail image from a specific file in the New clips folder.
/admin?signal
Changes the traffic signal icon and returns the new status. This requires admin authentication.
audio/{cam-short-name}/temp.wav
Pull a raw audio stream (MIME type audio/x-wav).
/cam/{cam-short-name}?pos=x
Performs a PTZ command on the specified camera, where x= 0=left, 1=right, 2=up, 3=down, 4=home, 5=zoom in, 6=zoom out, 7+1 = Preset 1, 7+2 = Preset 2, etc
/cam/{cam-short-name}?pos=100
Causes a snapshot image to be captured from the specified camera.
/h264/{cam-short-name}/temp.h264
Pull a raw H.264 stream (MIME type video/H264). This stream will play in a tool like VLC, and may be used in future versions of the ActiveX control.
/h264/{cam-short-name}/temp.ts
Pull an MPEG-2 transport stream (MIME type video/MP2T).
/h264/{cam-short-name}/temp.m or .m3u8
Pull a virtual M3U8 file (MIME type application/vnd.apple.mpegurl). This will play in QuickTime, iPad and the iPhone using the iPhone Live Streaming format.
/image/{cam-short-name}?q=50&s=80
A single JPEG image from a specific camera, with optional quality (q) and scale (s) parameters. Quality is a percentage from 1-100, and scale may be any number >0.
/image/{cam-short-name}?h=100
You may also specify a specific height (h) or width (w) instead of scale.
/mjpg/{cam-short-name}/video.mjpg
An M-JPEG stream. This stream is compatible with Blue Iris's "MJPEG stream request."
/file/clips/{filename}&mode=jpeg&speed=100
An M-JPEG stream of a clip from your New clips folder. You may include additional subdirectory names in the filename. The speed parameter is optional, a percentage of normal playback speed.
/thumbs/{filename}
A thumbnail image from a specific file in the New clips folder.
/admin?signal
Changes the traffic signal icon and returns the new status. This requires admin authentication.
audio/{cam-short-name}/temp.wav
Pull a raw audio stream (MIME type audio/x-wav).
/cam/{cam-short-name}?pos=x
Performs a PTZ command on the specified camera, where x= 0=left, 1=right, 2=up, 3=down, 4=home, 5=zoom in, 6=zoom out, 7+1 = Preset 1, 7+2 = Preset 2, etc
/cam/{cam-short-name}?pos=100
Causes a snapshot image to be captured from the specified camera.
/h264/{cam-short-name}/temp.h264
Pull a raw H.264 stream (MIME type video/H264). This stream will play in a tool like VLC, and may be used in future versions of the ActiveX control.
/h264/{cam-short-name}/temp.ts
Pull an MPEG-2 transport stream (MIME type video/MP2T).
/h264/{cam-short-name}/temp.m or .m3u8
Pull a virtual M3U8 file (MIME type application/vnd.apple.mpegurl). This will play in QuickTime, iPad and the iPhone using the iPhone Live Streaming format.