ffmpegwasm / ffmpegwasm/ffmpeg.wasm

Support for Running in Workers without `document` Object

オープン
#258 コメント 2 件 リアクション 4 件 担当者 0 名 GitHub で見る
主要言語
C
スター
17.8k
フォーク
1.1k
PR マージ指標
30日以内にマージされた PR はありません

説明

At the moment, FFmpeg.wasm cannot be run on a Service Worker since Service Worker does not have access to `document`.

One reason this does not work is due to the usage of `resolve-url` which fails if the `document` object is not available.

One would also have to change the way the script is injected by using `importScripts` over `document.createElement('script')` if `document` is not available.

コントリビューションガイド

コントリビューションガイドを開く

評価

この issue はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。