Skip to content

Commit

Permalink
chore: vp9 codecs issue
Browse files Browse the repository at this point in the history
  • Loading branch information
guoxianzhe committed Dec 24, 2024
1 parent 4ee061d commit 5122a72
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion ts/Types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,11 @@ export const codecMapping: CodecMappingItem[] = [
profile: 'hevc',
},
{ codec: 'vp8', type: VideoCodecType.VideoCodecVp8, profile: 'vp8' },
{ codec: 'vp9', type: VideoCodecType.VideoCodecVp9, profile: 'vp9' },
{
codec: 'vp09.00.50.08',
type: VideoCodecType.VideoCodecVp9,
profile: 'vp9',
},
];

export interface CodecConfigInfo {
Expand Down

0 comments on commit 5122a72

Please sign in to comment.