Skip to content

v1.8.4

Compare
Choose a tag to compare
@github-actions github-actions released this 07 Jul 19:41
· 67 commits to main since this release
1a4fd9c

Fixes and improvements

General

  • allow using MTX_QUERY inside source (#3486). this allows to pass query parameters to sources
  • fix support for HTTP preflight requests (#1792) (#3535)
  • h264: fix DTS extraction of NVC4000 streams (bluenviron/mediacommon#136). (#3094)

RTSP

RTMP

  • fix publishing from DJI FlightHub Sync (#3301) (#3504)

WebRTC

  • support publishing H265 tracks (#3435) (#3492). IMPORTANT NOTE: this doesn't allow to read H265 tracks with WebRTC, just to publish them. The inability to read H265 tracks with WebRTC is not in any way related to the server but depends on browsers and on the fact that they are not legally entitled to embed a H265 decoder.

SRT

  • process connection requests in parallel (#3382) (#3534)

Dependencies

  • build(deps): bump github.com/gorilla/websocket from 1.5.2 to 1.5.3 (#3470)
  • build(deps): bump golang.org/x/sys from 0.21.0 to 0.22.0 (#3530)
  • build(deps): bump golang.org/x/crypto from 0.24.0 to 0.25.0 (#3532)
  • build(deps): bump golang.org/x/term from 0.21.0 to 0.22.0 (#3533)
  • bump dependencies (#3537)