Skip to content

Releases: bluenviron/mediamtx

v0.8.7

12 Jul 11:29
Compare
Choose a tag to compare
  • implement RTCP receiver reports, fix timeout when pulling streams in TCP from v4lrtspserver
  • new options authMethods, streamDeadAfter

v0.8.6

10 Jul 10:29
Compare
Choose a tag to compare
  • fix authentication with VLC and login prompt
  • close connection after 3 failed login attempts

v0.8.5

09 Jul 21:21
Compare
Choose a tag to compare
fix authentication with vlc (#28)

v0.8.4

04 Jul 16:43
Compare
Choose a tag to compare
support receiving requests while receiving interleaved frames (#19)

v0.8.3

04 Jul 16:20
Compare
Choose a tag to compare
support auth headers with zero or more spaces between keys (#25)

v0.8.2

04 Jul 07:20
Compare
Choose a tag to compare
improve streamer performance by using static buffers

v0.8.1

02 Jul 10:04
Compare
Choose a tag to compare
support rtsp urls without port

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