mirror of
https://github.com/DI0IK/homepage-plus.git
synced 2025-07-06 12:18:48 +00:00
14 lines
421 B
Markdown
14 lines
421 B
Markdown
---
|
|
title: MJPEG
|
|
description: MJPEG Stream Widget Configuration
|
|
---
|
|
|
|

|
|
|
|
Pass the stream URL from a service like [µStreamer](https://github.com/pikvm/ustreamer) or [camera-streamer](https://github.com/ayufan/camera-streamer).
|
|
|
|
```yaml
|
|
widget:
|
|
type: mjpeg
|
|
stream: http://mjpeg.host.or.ip/webcam/stream
|
|
```
|