mirror of
https://github.com/p-stream/p-stream.git
synced 2026-04-21 04:52:25 +00:00
Update base.ts
This commit is contained in:
parent
a6e42435bd
commit
a026ed4352
1 changed files with 1 additions and 0 deletions
|
|
@ -35,6 +35,7 @@ const levelConversionMap: Record<number, SourceQuality> = {
|
||||||
1080: "1080",
|
1080: "1080",
|
||||||
720: "720",
|
720: "720",
|
||||||
480: "480",
|
480: "480",
|
||||||
|
2160: "4k",
|
||||||
};
|
};
|
||||||
|
|
||||||
function hlsLevelToQuality(level?: Level): SourceQuality | null {
|
function hlsLevelToQuality(level?: Level): SourceQuality | null {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue