add ffmpeg progress file output
This commit is contained in:
		
							parent
							
								
									d9a8905724
								
							
						
					
					
						commit
						8e1e8b3925
					
				| 
						 | 
					@ -1,6 +1,6 @@
 | 
				
			||||||
[program:{{ uuid }}]
 | 
					[program:{{ uuid }}]
 | 
				
			||||||
directory=/app
 | 
					directory=/app
 | 
				
			||||||
command=/usr/bin/ffmpeg -loglevel repeat+level+info -i {{ edge }}{{ cfg["app"] }}/{{ cfg["stream"] }} -c copy -f flv {{ cfg["target"] }}
 | 
					command=/usr/bin/ffmpeg -y -nostats -progress /tmp/ffmpeg/{{ uuid }} -loglevel repeat+level+info -i {{ edge }}{{ cfg["app"] }}/{{ cfg["stream"] }} -c copy -f flv {{ cfg["target"] }}
 | 
				
			||||||
autostart=true
 | 
					autostart=true
 | 
				
			||||||
autorestart=true
 | 
					autorestart=true
 | 
				
			||||||
stderr_logfile=/app/tasks.logs/{{ uuid }}.stderr
 | 
					stderr_logfile=/app/tasks.logs/{{ uuid }}.stderr
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue