Marco 
								
							 
						 
						
							
							
							
							
								
							
							
								c9cd529927 
								
							 
						 
						
							
							
								
								Fixes for playlist support  
							
							... 
							
							
							
							Track matching fixes:
  Input MP4 is not getting dimensions properly, causing resume to not find a collision
    Fixed by overwriting dimensions when media frames are read
  Detecting collisions using track identifier can cause issues (ie audio_AAC_2ch_44100hz_eng VS audio_AAC_2ch_44100hz)
    Fixed by matching using init data, then check by identifier if there is more than 1 match
Fixed buffering code for playlist streams, ensuring correct page creation:
  In resume mode new pages do not get created, but existing one(s) fill up
    Keyframes were not being recognized due to them being deleted during track switching
      Fixed by changing negotiationProxy::bufferNext:
        Removed seemingly unnecessary function which cleared keyframes
      Lastly, the offset of a resumed track seems wrong
        Added to NegotiationProxy::continueNegotiate
          pagesByTrack[tid][firstPage].curOffset = 0;
        Added to negotiationProxy::bufferSinglePacket:
          if (!pagesByTrack[tid][currentPageNum].curOffset) {
            pagesByTrack[tid][currentPageNum].firstTime = packet.getTime();
          }
Fixed numbering for keys from the buffer when accepting tracks (was amount of buffered keys, not last key number) 
							
						 
						
							2021-02-19 22:43:26 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Thulinma 
								
							 
						 
						
							
							
							
							
								
							
							
								19840f32d4 
								
							 
						 
						
							
							
								
								Do not cause a floating point exception during stream shutdown in TS-based outputs with AAC audio  
							
							
							
						 
						
							2020-10-16 14:39:11 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Thulinma 
								
							 
						 
						
							
							
							
							
								
							
							
								f38ec0322e 
								
							 
						 
						
							
							
								
								Improvements/tests for SEM_LIVE locking for iRankLocally  
							
							
							
						 
						
							2020-09-30 17:31:13 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Thulinma 
								
							 
						 
						
							
							
							
							
								
							
							
								d522c1d90f 
								
							 
						 
						
							
							
								
								Merge branch 'development' into LTS_development  
							
							... 
							
							
							
							# Conflicts:
#	src/input/input_buffer.cpp 
							
						 
						
							2020-09-30 17:29:49 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Thulinma 
								
							 
						 
						
							
							
							
							
								
							
							
								bafe30e234 
								
							 
						 
						
							
							
								
								Improvements/tests for SEM_LIVE locking  
							
							
							
						 
						
							2020-09-30 17:24:57 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Thulinma 
								
							 
						 
						
							
							
							
							
								
							
							
								431fecb67b 
								
							 
						 
						
							
							
								
								RTSP input fixes  
							
							
							
						 
						
							2020-09-24 20:11:44 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Thulinma 
								
							 
						 
						
							
							
							
							
								
							
							
								52a10eaea7 
								
							 
						 
						
							
							
								
								Decreased trigger verbosity, fixed RTMP_PUSH_REWRITE and PUSH_OUT_START triggers not properly ignoring response when ran in non-blocking mode.  
							
							
							
						 
						
							2020-09-24 16:06:56 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Thulinma 
								
							 
						 
						
							
							
							
							
								
							
							
								19f1df18aa 
								
							 
						 
						
							
							
								
								HLS input converted to URIReader, temporarily disabled clearkey encryptionHLS input fixes:  
							
							... 
							
							
							
							- Re-enabled file-based input
- Added support for clearkey-encrypted file-based input
- Converted to HTTP::URIReader for all input types
- Both live and VoD functional
 support 
							
						 
						
							2020-09-14 10:57:00 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Thulinma 
								
							 
						 
						
							
							
							
							
								
							
							
								e6a9e5d421 
								
							 
						 
						
							
							
								
								Merge branch 'development' into LTS_development  
							
							
							
						 
						
							2020-08-31 15:28:30 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Thulinma 
								
							 
						 
						
							
							
							
							
								
							
							
								ef1ee853b9 
								
							 
						 
						
							
							
								
								Fix shutdown API call  
							
							
							
						 
						
							2020-08-31 15:27:59 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Thulinma 
								
							 
						 
						
							
							
							
							
								
							
							
								eb15ad41a9 
								
							 
						 
						
							
							
								
								Merge branch 'development' into LTS_development  
							
							... 
							
							
							
							# Conflicts:
#	src/controller/controller_api.cpp 
							
						 
						
							2020-08-10 14:49:59 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Thulinma 
								
							 
						 
						
							
							
							
							
								
							
							
								a05dba0ce8 
								
							 
						 
						
							
							
								
								Added API call for shutting down MistServer from local API connections  
							
							
							
						 
						
							2020-08-10 14:48:32 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Thulinma 
								
							 
						 
						
							
							
							
							
								
							
							
								a15b3c20f1 
								
							 
						 
						
							
							
								
								Merge branch 'development' into LTS_development  
							
							... 
							
							
							
							# Conflicts:
#	src/controller/controller_api.cpp 
							
						 
						
							2020-07-15 19:30:40 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Thulinma 
								
							 
						 
						
							
							
							
							
								
							
							
								b057698018 
								
							 
						 
						
							
							
								
								Added api_endpoint API call to give local API endpoint address, added responses to local-only UDP API, added Socket::getSocketName(), added ability to discover current listening interface address and port for serveSocket-style functions  
							
							
							
						 
						
							2020-07-15 19:29:16 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Thulinma 
								
							 
						 
						
							
							
							
							
								
							
							
								b3df058a3e 
								
							 
						 
						
							
							
								
								Merge branch 'development' into LTS_development  
							
							
							
						 
						
							2020-07-14 21:47:20 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Thulinma 
								
							 
						 
						
							
							
							
							
								
							
							
								b45fd85b95 
								
							 
						 
						
							
							
								
								Workaround bug in OBS v25  
							
							
							
						 
						
							2020-07-14 21:47:11 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Thulinma 
								
							 
						 
						
							
							
							
							
								
							
							
								b7e6cbbf89 
								
							 
						 
						
							
							
								
								Merge branch 'development' into LTS_development  
							
							... 
							
							
							
							# Conflicts:
#	src/output/output_hls.cpp 
							
						 
						
							2020-07-13 17:06:23 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Thulinma 
								
							 
						 
						
							
							
							
							
								
							
							
								16bb689b7e 
								
							 
						 
						
							
							
								
								Removed appleCompat mode from TS/HLS outputs, now sends identical segments to all client devices  
							
							
							
						 
						
							2020-07-13 16:24:39 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Thulinma 
								
							 
						 
						
							
							
							
							
								
							
							
								a1da1469e9 
								
							 
						 
						
							
							
								
								Merge branch 'development' into LTS_development  
							
							
							
						 
						
							2020-07-13 14:59:02 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Thulinma 
								
							 
						 
						
							
							
							
							
								
							
							
								90c9d16a32 
								
							 
						 
						
							
							
								
								Added support for empty array as non-configured public address.  
							
							
							
						 
						
							2020-07-13 14:58:53 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Thulinma 
								
							 
						 
						
							
							
							
							
								
							
							
								563fa752e4 
								
							 
						 
						
							
							
								
								Merge branch 'development' into LTS_development  
							
							
							
						 
						
							2020-05-27 12:45:59 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Thulinma 
								
							 
						 
						
							
							
							
							
								
							
							
								cc95702a36 
								
							 
						 
						
							
							
								
								Fixed sourcery compile  
							
							
							
						 
						
							2020-05-27 12:39:12 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Thulinma 
								
							 
						 
						
							
							
							
							
								
							
							
								d259f66b0f 
								
							 
						 
						
							
							
								
								Merge branch 'development' into LTS_development  
							
							
							
						 
						
							2020-05-27 11:53:34 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Thulinma 
								
							 
						 
						
							
							
							
							
								
							
							
								43b7762ff8 
								
							 
						 
						
							
							
								
								Added stylesheet merging support to sourcery  
							
							
							
						 
						
							2020-05-27 11:48:27 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Thulinma 
								
							 
						 
						
							
							
							
							
								
							
							
								dd5d8815be 
								
							 
						 
						
							
							
								
								Merge branch 'development' into LTS_development  
							
							
							
						 
						
							2020-03-12 16:26:48 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Thulinma 
								
							 
						 
						
							
							
							
							
								
							
							
								4a621ea5c0 
								
							 
						 
						
							
							
								
								Fixed IP detection over HTTPS output  
							
							
							
						 
						
							2020-03-12 16:18:55 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Thulinma 
								
							 
						 
						
							
							
							
							
								
							
							
								c2fd7af109 
								
							 
						 
						
							
							
								
								Fix always on streams being misdetected when set to false. -_-  
							
							
							
						 
						
							2020-03-12 16:03:15 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Thulinma 
								
							 
						 
						
							
							
							
							
								
							
							
								8d519d0fc5 
								
							 
						 
						
							
							
								
								Merge branch 'development' into LTS_development  
							
							
							
						 
						
							2020-03-10 14:01:31 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Thulinma 
								
							 
						 
						
							
							
							
							
								
							
							
								04a1b394dd 
								
							 
						 
						
							
							
								
								Fixed multiple public addresses in controller settings, fixed debug level being passed when set to default  
							
							
							
						 
						
							2020-03-10 14:01:21 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Thulinma 
								
							 
						 
						
							
							
							
							
								
							
							
								a2beecee64 
								
							 
						 
						
							
							
								
								Small fixup  
							
							
							
						 
						
							2020-03-09 21:00:08 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Thulinma 
								
							 
						 
						
							
							
							
							
								
							
							
								69253082ca 
								
							 
						 
						
							
							
								
								Merge branch 'development' into LTS_development  
							
							
							
						 
						
							2020-03-09 20:01:43 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Ramoe 
								
							 
						 
						
							
							
							
							
								
							
							
								1d0e68c5a4 
								
							 
						 
						
							
							
								
								Fixed MP4 output not setting Content-Length for HEAD/OPTIONS requests  
							
							
							
						 
						
							2020-03-09 19:58:57 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Thulinma 
								
							 
						 
						
							
							
							
							
								
							
							
								29bc96d8d7 
								
							 
						 
						
							
							
								
								Merge branch 'development' into LTS_development  
							
							... 
							
							
							
							# Conflicts:
#	src/output/output_http.cpp
#	src/output/output_http_internal.cpp
#	src/output/output_http_internal.h
#	src/output/output_https.cpp 
							
						 
						
							2020-03-06 15:20:38 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Thulinma 
								
							 
						 
						
							
							
							
							
								
							
							
								cd19cca36b 
								
							 
						 
						
							
							
								
								Support for multiple public addresses, as well as proxy-overridden public addresses  
							
							
							
						 
						
							2020-03-05 16:14:58 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Thulinma 
								
							 
						 
						
							
							
							
							
								
							
							
								131eb58c6a 
								
							 
						 
						
							
							
								
								Backport of public URL setting to Open Source edition  
							
							
							
						 
						
							2020-03-05 16:14:58 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Thulinma 
								
							 
						 
						
							
							
							
							
								
							
							
								58276b8fbe 
								
							 
						 
						
							
							
								
								Switched hook order in certbot integration so it does not detect RENEWED_LINEAGE as CERTBOT_VALIDATION hook.  
							
							
							
						 
						
							2020-03-05 16:14:58 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Thulinma 
								
							 
						 
						
							
							
							
							
								
							
							
								eb8694052d 
								
							 
						 
						
							
							
								
								Merge branch 'development' into LTS_development  
							
							... 
							
							
							
							# Conflicts:
#	lib/http_parser.cpp 
							
						 
						
							2020-03-03 17:04:10 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Thulinma 
								
							 
						 
						
							
							
							
							
								
							
							
								27a2e596fd 
								
							 
						 
						
							
							
								
								Updated sourcery to be slightly more magical.  
							
							... 
							
							
							
							Now supports replacing script tags with their contents as well as splitting a source file on a given string. 
							
						 
						
							2020-02-28 16:46:14 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Thulinma 
								
							 
						 
						
							
							
							
							
								
							
							
								793f6f7809 
								
							 
						 
						
							
							
								
								Split HTTP namespace up into http_parser.h and url.h, since the URL library can be useful stand-alone as well.  
							
							
							
						 
						
							2020-02-28 16:39:24 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Thulinma 
								
							 
						 
						
							
							
							
							
								
							
							
								af87ab3552 
								
							 
						 
						
							
							
								
								Fix stats JSON output of connector counts -_-  
							
							
							
						 
						
							2020-02-27 12:07:05 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Thulinma 
								
							 
						 
						
							
							
							
							
								
							
							
								93d28526f7 
								
							 
						 
						
							
							
								
								Merge branch 'development' into LTS_development  
							
							... 
							
							
							
							# Conflicts:
#	src/controller/controller.cpp 
							
						 
						
							2020-02-26 16:09:22 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Thulinma 
								
							 
						 
						
							
							
							
							
								
							
							
								10e965327a 
								
							 
						 
						
							
							
								
								Memory limit checking to help users create optimal configs  
							
							
							
						 
						
							2020-02-26 16:08:39 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Thulinma 
								
							 
						 
						
							
							
							
							
								
							
							
								08e5ceca2b 
								
							 
						 
						
							
							
								
								Improvements and backports for HLS input  
							
							
							
						 
						
							2020-02-12 12:19:34 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Thulinma 
								
							 
						 
						
							
							
							
							
								
							
							
								3e607d864e 
								
							 
						 
						
							
							
								
								Merge branch 'development' into LTS_development  
							
							
							
						 
						
							2020-02-12 12:19:23 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Thulinma 
								
							 
						 
						
							
							
							
							
								
							
							
								9743f405a3 
								
							 
						 
						
							
							
								
								Sudden timestamp jump message  
							
							
							
						 
						
							2020-02-12 12:19:12 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Thulinma 
								
							 
						 
						
							
							
							
							
								
							
							
								7337285c8d 
								
							 
						 
						
							
							
								
								Fix debug level setting  
							
							
							
						 
						
							2020-02-12 12:18:16 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Thulinma 
								
							 
						 
						
							
							
							
							
								
							
							
								38a5522832 
								
							 
						 
						
							
							
								
								Fix controller segfault when source is very short  
							
							
							
						 
						
							2020-02-03 16:53:26 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Thulinma 
								
							 
						 
						
							
							
							
							
								
							
							
								e9832ac723 
								
							 
						 
						
							
							
								
								Added stats entry for RTSP pull input  
							
							
							
						 
						
							2020-02-03 16:34:05 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Thulinma 
								
							 
						 
						
							
							
							
							
								
							
							
								3b3377ae92 
								
							 
						 
						
							
							
								
								Merge branch 'development' into LTS_development  
							
							
							
						 
						
							2020-01-23 16:59:15 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Thulinma 
								
							 
						 
						
							
							
							
							
								
							
							
								3992355a74 
								
							 
						 
						
							
							
								
								allow setting a starting time through url in stream.html  
							
							... 
							
							
							
							(Correct commit for a mistake by Carina *shakes fist angrily*) 
							
						 
						
							2020-01-23 16:59:08 +01:00