We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61e5c18 commit 078eb22Copy full SHA for 078eb22
src/app/services/video/video.service.ts
@@ -22,10 +22,11 @@ export class VideoService {
22
});
23
await this.ffmpeg.load({
24
coreURL: await toBlobURL(`${assetBasePath}/ffmpeg-core.js`, "text/javascript"),
25
- wasmURL: await toBlobURL(
26
- `${assetBasePath}/ffmpeg-core.wasm`,
+ /*wasmURL: await toBlobURL(
+ ``,
27
"application/wasm"
28
- ),
+ ),*/
29
+ wasmURL: await toBlobURL(`https://unpkg.com/@ffmpeg/core@0.12.6/dist/esm/ffmpeg-core.wasm`, `application/wasm`),
30
classWorkerURL: `${assetBasePath}/worker.js`
31
32
this.loaded = true;
0 commit comments