mirror of
				https://github.com/jellyfin/jellyfin.git
				synced 2025-11-04 03:27:21 -05:00 
			
		
		
		
	increase the max muxing queue size for ffmpeg
This commit is contained in:
		
							parent
							
								
									7ce21d436b
								
							
						
					
					
						commit
						6462ca0036
					
				@ -1356,7 +1356,7 @@ namespace Jellyfin.Api.Controllers
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
            return string.Format(
 | 
					            return string.Format(
 | 
				
			||||||
                CultureInfo.InvariantCulture,
 | 
					                CultureInfo.InvariantCulture,
 | 
				
			||||||
                "{0} {1} -map_metadata -1 -map_chapters -1 -threads {2} {3} {4} {5} -copyts -avoid_negative_ts disabled -f hls -max_delay 5000000 -hls_time {6} -individual_header_trailer 0 -hls_segment_type {7} -start_number {8} -hls_segment_filename \"{9}\" -hls_playlist_type vod -hls_list_size 0 -y \"{10}\"",
 | 
					                "{0} {1} -map_metadata -1 -map_chapters -1 -threads {2} {3} {4} {5} -copyts -avoid_negative_ts disabled -max_muxing_queue_size 2048 -f hls -max_delay 5000000 -hls_time {6} -individual_header_trailer 0 -hls_segment_type {7} -start_number {8} -hls_segment_filename \"{9}\" -hls_playlist_type vod -hls_list_size 0 -y \"{10}\"",
 | 
				
			||||||
                inputModifier,
 | 
					                inputModifier,
 | 
				
			||||||
                _encodingHelper.GetInputArgument(state, encodingOptions),
 | 
					                _encodingHelper.GetInputArgument(state, encodingOptions),
 | 
				
			||||||
                threads,
 | 
					                threads,
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user