µStreamer v%VERSION%
-
/state
Get JSON structure with state of the server.
-
/snapshot
Get a 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.
Sources & docs