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
- support decoding M-JPEG streams with any quantization (bluenviron/gortsplib#566) (bluenviron/gortsplib#583)
RTMP
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
Dependencies