Skip to content

Releases: bluenviron/mediamtx

v0.9.13

06 Sep 15:31
Compare
Choose a tag to compare

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

31 Aug 14:38
Compare
Choose a tag to compare

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

17 Aug 17:08
Compare
Choose a tag to compare

Fixes and improvements

  • fix i/o timeout when receiving udp sources
  • do not open udp listeners if udp is disabled

v0.9.10

05 Aug 13:14
Compare
Choose a tag to compare

Fixes and improvements

  • fix udp frames routing in case of multiple publishers with same ip

v0.9.9

05 Aug 10:24
Compare
Choose a tag to compare
  • support variables in custom commands
  • strictly check path names

v0.9.8

03 Aug 16:02
Compare
Choose a tag to compare
  • rewrite path handling; forbid slashes in base path
  • support receiving single tracks (#48)
  • speed up routing of udp frames

v0.9.7

31 Jul 16:20
Compare
Choose a tag to compare
  • fix regression that prevented proxied stream to stay opened in case of sourceOnDemand: no
  • new option runOnInit

v0.9.6

30 Jul 17:29
Compare
Choose a tag to compare
  • new options logDestinations and logFile

v0.9.5

30 Jul 11:51
Compare
Choose a tag to compare
  • new option sourceOnDemand
  • new option runOnDemand
  • rename arm64 porting into arm64v8 to comply with Docker naming

v0.9.4

20 Jul 08:30
Compare
Choose a tag to compare
adjust buffer sizes to avoid memory leaks (#43)