mirror of
				https://github.com/gethomepage/homepage.git
				synced 2025-11-03 19:17:03 -05:00 
			
		
		
		
	
		
			
				
	
	
		
			15 lines
		
	
	
		
			418 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
		
			418 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
 | 
						|
```
 |