Skip to content
3.2.2 (Bugfix Release)
======================

* __Bugfix:__ RTMP push output sent initial data with wrong timestamps, fixed
* __Bugfix:__ The new UDP packet pacing code accidentally broke WebRTC ingest, fixed
* __Bugfix:__ A rolling restart will no longer shut down a large percentage of segmented-protocol (e.g. HLS) viewers
* __Bugfix:__ Fix local file path DTSH writing (no longer written to a folder called "file:")
* __Bugfix:__ HTTP parser no longer chokes on reading an empty response body in non-chunked transfer modes
* __Feature:__ Support for AV1 codec in MP4 input and output
* __Bugfix:__ Incoming TS-SRT pushes set their UTC offset correctly now
* __Bugfix:__ Fixed track masking feature in MistProcMKVExec
* __Bugfix:__ If an TS-SRT push comes in and does not immediately send media data, no longer fails to receive the push
* __Bugfix:__ Packet jitter calculator no longer shared between inputs of single-process inputs (e.g. TS-SRT, TS-RIST)
* __Bugfix:__ Fixed output session shutting down while waiting for a `pushdelay` setting to be applied
* __Bugfix:__ SRT and RIST listening sockets no longer kill all connections when there is a viewer for a mid-shutdown stream connected over these protocols
* __Bugfix:__ Removed dead code in Meta-Player RAW WebSocket wrapper