Skip to content

Commit

Permalink
Revert "Temporary remove hld-lq & audio"
Browse files Browse the repository at this point in the history
This reverts commit 99b0473.
  • Loading branch information
nzws committed May 15, 2024
1 parent 260bf69 commit 0b91698
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
5 changes: 2 additions & 3 deletions apps/push-serverless/src/services/action.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,8 @@ export class Action {

setTimeout(() => {
void encoder.encodeToHighQualityHls();
// fixme: パフォーマンス足りない
// void encoder.encodeToLowQualityHls();
// void encoder.encodeToAudio();
void encoder.encodeToLowQualityHls();
void encoder.encodeToAudio();

// this.startRecording(liveId);
}, 500);
Expand Down
4 changes: 1 addition & 3 deletions apps/web/organisms/live/video/controller.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -303,8 +303,7 @@ const livePlayTypes: { id: LivePlayType; badge?: string }[] = [
{
id: LivePlayType.HlsHq,
badge: 'HLS'
}
/* fixme: パフォーマンス足りない
},
{
id: LivePlayType.HlsLq,
badge: 'HLS'
Expand All @@ -313,7 +312,6 @@ const livePlayTypes: { id: LivePlayType; badge?: string }[] = [
id: LivePlayType.Audio,
badge: 'HLS'
}
*/
];

const videoPlayTypes: { id: VideoPlayType; badge?: string }[] = [
Expand Down

0 comments on commit 0b91698

Please sign in to comment.