Releases: bluenviron/mediamtx
Releases · bluenviron/mediamtx
v0.9.13
New minor features
- add path name to all log entries related to a certain path
Fixes and improvements
- try opening the firewall when reading or publishing UDP streams
- fix bug that caused sudden disconnections when reading TCP streams
- fix multiple race conditions
- support live reporter app (#75)
- support query parameters when publishing or reading (#74)
v0.9.12
New minor features
- allow again slashes in paths (#66)
- allow onInitCmd only if path is not 'all'
- allow onDemandCmd when path is 'all'
Fixes and improvements
- improve performance by avoiding copy() (#21)
- send TEARDOWN to a source when its connection closes (#63)
- fix error 401 by sorting keys of authorization header correctly (#69)
- fix crash when udp is disabled (#69)
- add Accept header to DESCRIBE requests
- fix possible deadlock when communicating with clients
v0.9.11
Fixes and improvements
- fix i/o timeout when receiving udp sources
- do not open udp listeners if udp is disabled
v0.9.10
Fixes and improvements
- fix udp frames routing in case of multiple publishers with same ip
v0.9.9
- support variables in custom commands
- strictly check path names
v0.9.8
- rewrite path handling; forbid slashes in base path
- support receiving single tracks (#48)
- speed up routing of udp frames
v0.9.7
- fix regression that prevented proxied stream to stay opened in case of
sourceOnDemand: no
- new option runOnInit
v0.9.6
- new options logDestinations and logFile
v0.9.5
- new option sourceOnDemand
- new option runOnDemand
- rename arm64 porting into arm64v8 to comply with Docker naming
v0.9.4
adjust buffer sizes to avoid memory leaks (#43)