Skip to content

Commit

Permalink
3.11.8
Browse files Browse the repository at this point in the history
  • Loading branch information
ibc committed Jan 31, 2023
1 parent 21b1bf9 commit 78c3e89
Show file tree
Hide file tree
Showing 3 changed files with 99 additions and 97 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# Changelog


### NEXT
### 3.11.8

* `SimulcastConsumer::GetDesiredBitrate()`: Choose the highest bitrate among all Producer streams ([PR #992](https://github.com/versatica/mediasoup/pull/992)).
* `SimulcastConsumer`: Fix frozen video when syncing keyframe is discarded due to too high RTP timestamp extra offset needed ([PR #999](https://github.com/versatica/mediasoup/pull/999)).
* `SimulcastConsumer`: Fix frozen video when syncing keyframe is discarded due to too high RTP timestamp extra offset needed ([PR #999](https://github.com/versatica/mediasoup/pull/999), thanks to @satoren for properly reporting the issue and helping with the solution).
* Update NPM deps.


Expand Down
184 changes: 93 additions & 91 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mediasoup",
"version": "3.11.7",
"version": "3.11.8",
"description": "Cutting Edge WebRTC Video Conferencing",
"contributors": [
"Iñaki Baz Castillo <[email protected]> (https://inakibaz.me)",
Expand Down Expand Up @@ -95,8 +95,8 @@
"@types/jest": "^29.4.0",
"@types/node": "^18.11.18",
"@types/uuid": "^9.0.0",
"@typescript-eslint/eslint-plugin": "^5.49.0",
"@typescript-eslint/parser": "^5.49.0",
"@typescript-eslint/eslint-plugin": "^5.50.0",
"@typescript-eslint/parser": "^5.50.0",
"eslint": "^8.33.0",
"eslint-plugin-jest": "^27.2.1",
"jest": "^29.4.1",
Expand All @@ -105,6 +105,6 @@
"sctp": "^1.0.0",
"ts-jest": "^29.0.5",
"tsc-watch": "^6.0.0",
"typescript": "^4.9.4"
"typescript": "^4.9.5"
}
}

0 comments on commit 78c3e89

Please sign in to comment.