Skip to content

Releases: bluenviron/mediamtx

v0.8.0

30 Jun 13:22
Compare
Choose a tag to compare
  • implement proxy mode
  • ship conf.yml with the executable

v0.7.1

28 Jun 15:49
Compare
Choose a tag to compare
fix Content-Base header

v0.7.0

27 Jun 19:28
Compare
Choose a tag to compare
  • arguments have been replaced by a configuration file, that allows different settings for each path
  • improve performance by using static buffers instead of dynamic allocation for each frame
  • add client count to each log entry
  • add pprof
  • remove mutexes, use exclusively channels

v0.6.6

21 Jun 19:13
Compare
Choose a tag to compare
add docker hub images

v0.6.5

21 Jun 13:40
Compare
Choose a tag to compare
add --read-ips and --publish-ips arguments; fix #12

v0.6.4

14 Jun 19:51
Compare
Choose a tag to compare
  • support authenticating with vlc

v0.6.3

14 Jun 15:50
Compare
Choose a tag to compare
  • support rtspbee

v0.6.2

21 May 20:07
Compare
Choose a tag to compare
  • more detailed error messages

v0.6.1

17 May 14:53
Compare
Choose a tag to compare
  • support non-canonical header keys (i.e. Content-length instead of Content-Length)
  • support interleaved frames up to 512KB
  • support SDPs with wrong protocols or missing origin

v0.6.0

10 May 21:00
Compare
Choose a tag to compare
  • new arguments: --read-user, --read-pass, --read-timeout, --write-timeout
  • add unit tests