Browser example using unpkg.com CDN #580
LostBeard
started this conversation in
Show and tell
Replies: 2 comments 1 reply
-
Hi LostBeard. Do you know why when I use this the loading times are so much longer than usual? Many thanks! |
Beta Was this translation helpful? Give feedback.
0 replies
-
I have noticed that also. I am assuming it is due to using it directly from the CDN because the loading times are greatly improved when loading from the same server as the app. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This full web browser example loads all FFmpegWam files (UMD version) from the unpkg.com CDN.
It tests for multithread support via the crossOriginIsolated global var.
This includes an 'on the fly' patching of ffmpeg.js to allow setting the path of its worker programmatically. Pull #562 will make the patching unnecessary as it does the same thing. I will update this example as soon as that happens.
This example must be accessed in a browser via http:// or https://. file:// will not work.
Beta Was this translation helpful? Give feedback.
All reactions