Skip to content

Commit

Permalink
Missed some presets @publish 2.1.10
Browse files Browse the repository at this point in the history
  • Loading branch information
Coolchickenguy committed Dec 20, 2024
1 parent 8209e97 commit a404093
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ Find the release you want under https://github.com/Coolchickenguy/streaming-serv
resolutionsAndBitrates: [number, string, string][]
[Width (like 1080 for HD),The Video Bitrate,The Audio bitrate][]
preset: The ffmpeg preset
"faster" | "fast" | "medium" | "slow" | "veryslow"
"ultrafast" | "superfast" |"veryfast" |"faster" | "fast" | "medium" | "slow" | "veryslow"
2 changes: 1 addition & 1 deletion src/server/hls.ts
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ export function createFfmpegHlsInst({
audioCodecs: string[];
useVideoTrack: number;
useAudioTrack: number;
preset: "faster" | "fast" | "medium" | "slow" | "veryslow";
preset: "ultrafast" | "superfast" |"veryfast" |"faster" | "fast" | "medium" | "slow" | "veryslow";
// Step 3
hlsTime: number;
segmentType: string;
Expand Down

0 comments on commit a404093

Please sign in to comment.