Fix a buffer name issue.
This commit is contained in:
		
							parent
							
								
									8a5a13eb2a
								
							
						
					
					
						commit
						ecbcf438de
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -234,7 +234,7 @@ void startStream(std::string name, JSON::Value & data){ | ||||||
|       cmd1 = "ffmpeg -re -async 2 -i "+URL+" "+preset+" -f flv -"; |       cmd1 = "ffmpeg -re -async 2 -i "+URL+" "+preset+" -f flv -"; | ||||||
|       cmd2 = "MistFLV2DTSC"; |       cmd2 = "MistFLV2DTSC"; | ||||||
|     } |     } | ||||||
|     cmd3 = "MistBuffer 500 "+name; |     cmd3 = "MistBuffer "+name; | ||||||
|     if (cmd2 != ""){ |     if (cmd2 != ""){ | ||||||
|       Util::Procs::Start(name, cmd1, cmd2, cmd3); |       Util::Procs::Start(name, cmd1, cmd2, cmd3); | ||||||
|     }else{ |     }else{ | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Thulinma
						Thulinma