µStreamer v%VERSION%
-
/cams
Show main page of the camera server (if supported and set).
-
/state
Get JSON structure with state of the server.
-
/snapshot
Get a current actual image from the server.
-
/snapshotraw
Get a raw frame of the current actual image from the server.
-
/stream
Get a live stream. Query params:
-
key=abc123
User-defined key, which is part of cookie stream_client, which allows
the stream client to determine its identifier and view statistics using /state.
-
extra_headers=1
Add X-UStreamer-* headers to /stream handle (like on /snapshot).
-
advance_headers=1
Enable workaround for Chromium/Blink
Bug #527446.
-
dual_final_frames=1
Enable workaround for Safari/WebKit bug when using option --drop-same-frames.
Without this option, when the frame series is completed, WebKit-based browsers
renders the last frame with a delay.
-
/cmd
Issue a command to the server:
-
nextcam=1
Select next camera.
-
prevcam=1
Select previous camera.
-
vd=123
Select video device, here /dev/video123.
Sources & docs