mirror of
https://github.com/karl0ss/homepage.git
synced 2025-04-29 12:03:41 +01:00
15 lines
421 B
Markdown
15 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
|
|
```
|