mirror of
				https://github.com/Brandon-Rozek/website.git
				synced 2025-10-31 05:41:13 +00:00 
			
		
		
		
	Better formatting
This commit is contained in:
		
							parent
							
								
									2945159b41
								
							
						
					
					
						commit
						04dc5689eb
					
				
					 1 changed files with 5 additions and 1 deletions
				
			
		|  | @ -16,7 +16,11 @@ OBS has two different options, streaming and recording. Since I want the ability | ||||||
| We will use `ffmpeg` as our RTMP server | We will use `ffmpeg` as our RTMP server | ||||||
| 
 | 
 | ||||||
| ```bash | ```bash | ||||||
| ffmpeg -hwaccel vdpau -fflags nobuffer -listen 1 -i rtmp://localhost:12345/live/app/ -f v4l2 /dev/video20 | ffmpeg -hwaccel vdpau \ | ||||||
|  |        -fflags nobuffer \ | ||||||
|  |        -listen 1 \ | ||||||
|  |        -i rtmp://localhost:12345/live/app/ \ | ||||||
|  |        -f v4l2 /dev/video20 | ||||||
| ``` | ``` | ||||||
| 
 | 
 | ||||||
| | Flag               | Description                                                  | | | Flag               | Description                                                  | | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue