From 37ba289093ed17c5b6784f6f2fec33c0eefd8a69 Mon Sep 17 00:00:00 2001 From: HarlanC Date: Wed, 3 Apr 2024 19:18:58 +0800 Subject: [PATCH] update changelog --- application/xiu/CHANGELOG.md | 1 + protocol/webrtc/CHANGELOG.md | 1 + 2 files changed, 2 insertions(+) diff --git a/application/xiu/CHANGELOG.md b/application/xiu/CHANGELOG.md index d3161bd1..2822878d 100644 --- a/application/xiu/CHANGELOG.md +++ b/application/xiu/CHANGELOG.md @@ -12,6 +12,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## [0.12.6] - 2021-04-03 - Fix bug that the whip stream can not be established successfully #111. - Fix the issue of not correctly recognizing Opus encoding parameters. +- Fix the issue of not being able to read HTTP resources when pulling streams using the WHEP. ## [0.12.5] - Support querying more detailed statistic data by adding two new HTTP APIs. diff --git a/protocol/webrtc/CHANGELOG.md b/protocol/webrtc/CHANGELOG.md index a3d29525..eb654093 100644 --- a/protocol/webrtc/CHANGELOG.md +++ b/protocol/webrtc/CHANGELOG.md @@ -12,6 +12,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## [0.3.3] - 2021-04-03 - Fix bug that the whip stream can not be established successfully. - Fix the issue of not correctly recognizing Opus encoding parameters. +- Fix the issue of not being able to read HTTP resources when pulling streams using the WHEP. ## [0.3.2] - 2021-03-15 - Upgrade failure library.