Skip to content
This repository has been archived by the owner on May 14, 2024. It is now read-only.

Commit

Permalink
alwatys use custom ffmpeg core
Browse files Browse the repository at this point in the history
  • Loading branch information
abhinavkgrd committed Aug 27, 2021
1 parent 9f9adbf commit e3f903f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/services/ffmpeg/ffmpegClient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,7 @@ class FFmpegClient {
try {
this.ffmpeg = createFFmpeg({
log: true,
...(!process.env.NEXT_PUBLIC_SENTRY_ENV && {
corePath: '/ffmpeg/ffmpeg-core.js',
}),
corePath: '/ffmpeg/ffmpeg-core.js',
});
console.log('Loading ffmpeg-core.js');
this.isLoading = this.load();
Expand Down

0 comments on commit e3f903f

Please sign in to comment.