Merge branch 'development' into LTS_development
This commit is contained in:
		
						commit
						69253082ca
					
				
					 12 changed files with 847 additions and 99 deletions
				
			
		|  | @ -738,6 +738,13 @@ namespace Mist{ | |||
|       } | ||||
|       H.SetHeader("Content-Type", "video/MP4"); | ||||
|       H.SetHeader("Accept-Ranges", "bytes, parsec"); | ||||
| 
 | ||||
|       if(!myMeta.live){ | ||||
|         fileSize = 0; | ||||
|         uint64_t headerSize = mp4HeaderSize(fileSize, myMeta.live); | ||||
|         H.SetHeader("Content-Length", fileSize); | ||||
|       } | ||||
| 
 | ||||
|       H.SendResponse("200", "OK", myConn); | ||||
|       return; | ||||
|     } | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Thulinma
						Thulinma