Releases: bluenviron/mediamtx
Releases · bluenviron/mediamtx
v0.8.0
- implement proxy mode
- ship conf.yml with the executable
v0.7.0
- 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.5
add --read-ips and --publish-ips arguments; fix #12
v0.6.4
- support authenticating with vlc
v0.6.2
- more detailed error messages
v0.6.1
- 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
- new arguments: --read-user, --read-pass, --read-timeout, --write-timeout
- add unit tests