mirror of
				https://github.com/blakeblackshear/frigate.git
				synced 2025-10-27 10:52:11 +01:00 
			
		
		
		
	Add Low latency preset (#5367)
* Create new low latency preset * Update chart for new preset
This commit is contained in:
		
							parent
							
								
									74d6ab0555
								
							
						
					
					
						commit
						db131d4971
					
				@ -29,13 +29,14 @@ Input args presets help make the config more readable and handle use cases for d
 | 
			
		||||
See [the camera specific docs](/configuration/camera_specific.md) for more info on non-standard cameras and recommendations for using them in Frigate.
 | 
			
		||||
 | 
			
		||||
| Preset                           | Usage                     | Other Notes                                                                                      |
 | 
			
		||||
| ------------------------- | ------------------------- | --------------------------------------------------- |
 | 
			
		||||
| -------------------------------- | ------------------------- | ------------------------------------------------------------------------------------------------ |
 | 
			
		||||
| preset-http-jpeg-generic         | HTTP Live Jpeg            | Recommend restreaming live jpeg instead                                                          |
 | 
			
		||||
| preset-http-mjpeg-generic        | HTTP Mjpeg Stream         | Recommend restreaming mjpeg stream instead                                                       |
 | 
			
		||||
| preset-http-reolink              | Reolink HTTP-FLV Stream   | Only for reolink http, not when restreaming as rtsp                                              |
 | 
			
		||||
| preset-rtmp-generic              | RTMP Stream               |                                                                                                  |
 | 
			
		||||
| preset-rtsp-generic              | RTSP Stream               | This is the default when nothing is specified                                                    |
 | 
			
		||||
| preset-rtsp-restream      | RTSP Stream from restream | Use when using rtsp restream as source              |
 | 
			
		||||
| preset-rtsp-restream             | RTSP Stream from restream | Use for rtsp restream as source for frigate                                                      |
 | 
			
		||||
| preset-rtsp-restream-low-latency | RTSP Stream from restream | Use for rtsp restream as source for frigate to lower latency, may cause issues with some cameras |
 | 
			
		||||
| preset-rtsp-udp                  | RTSP Stream via UDP       | Use when camera is UDP only                                                                      |
 | 
			
		||||
| preset-rtsp-blue-iris            | Blue Iris RTSP Stream     | Use when consuming a stream from Blue Iris                                                       |
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
@ -231,6 +231,13 @@ PRESETS_INPUT = {
 | 
			
		||||
        "1",
 | 
			
		||||
    ],
 | 
			
		||||
    "preset-rtsp-restream": _user_agent_args
 | 
			
		||||
    + [
 | 
			
		||||
        "-rtsp_transport",
 | 
			
		||||
        "tcp",
 | 
			
		||||
        TIMEOUT_PARAM,
 | 
			
		||||
        "5000000",
 | 
			
		||||
    ],
 | 
			
		||||
    "preset-rtsp-restream-low-latency": _user_agent_args
 | 
			
		||||
    + [
 | 
			
		||||
        "-rtsp_transport",
 | 
			
		||||
        "tcp",
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user