Skip to content

Commit

Permalink
chore: update hls-vodtolive to version 4.1.3 (#319)
Browse files Browse the repository at this point in the history
* fix: reset by channel Id still resets all

* chore: bump hls-vodtolive to v4.1.3
  • Loading branch information
Nfrederiksen authored Dec 2, 2024
1 parent e6b9e2a commit bc14e88
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 20 deletions.
5 changes: 3 additions & 2 deletions engine/session.js
Original file line number Diff line number Diff line change
Expand Up @@ -348,9 +348,10 @@ class Session {
if (id) {
await this._sessionStateStore.reset(id);
await this._playheadStateStore.reset(id);
} else {
await this._sessionStateStore.resetAll();
await this._playheadStateStore.resetAll();
}
await this._sessionStateStore.resetAll();
await this._playheadStateStore.resetAll();
}

async getSessionState() {
Expand Down
32 changes: 16 additions & 16 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@
"dependencies": {
"@eyevinn/hls-repeat": "^0.2.0",
"@eyevinn/hls-truncate": "^0.3.0",
"@eyevinn/hls-vodtolive": "^4.1.1",
"@eyevinn/m3u8": "^0.5.3",
"@eyevinn/hls-vodtolive": "^4.1.3",
"@eyevinn/m3u8": "^0.5.8",
"abort-controller": "^3.0.0",
"debug": "^3.2.7",
"ioredis": "^5.3.2",
Expand Down

0 comments on commit bc14e88

Please # to comment.