Skip to content

Commit 078eb22

Browse files
committed
chore: adds sentry for tracking errors, so that we can better test on mobile devices: test unpgk as host
1 parent 61e5c18 commit 078eb22

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

src/app/services/video/video.service.ts

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,11 @@ export class VideoService {
2222
});
2323
await this.ffmpeg.load({
2424
coreURL: await toBlobURL(`${assetBasePath}/ffmpeg-core.js`, "text/javascript"),
25-
wasmURL: await toBlobURL(
26-
`${assetBasePath}/ffmpeg-core.wasm`,
25+
/*wasmURL: await toBlobURL(
26+
``,
2727
"application/wasm"
28-
),
28+
),*/
29+
wasmURL: await toBlobURL(`https://unpkg.com/@ffmpeg/core@0.12.6/dist/esm/ffmpeg-core.wasm`, `application/wasm`),
2930
classWorkerURL: `${assetBasePath}/worker.js`
3031
});
3132
this.loaded = true;

0 commit comments

Comments
 (0)