Wallacy
Wallacy
CDCloudflare Developers
Created by cj on 10/7/2024 in #workers-help
I'm trying to build ffmpeg.wasm for CF worker. Need help
Unfortunately no... i didn't get time to do that. Anyway, the only thing that cross my mind whiout look at the script is: "self.location", should no be "globalThis.location"? Self will probably reference the function on this script, i dont know if is ES5/6 but anyway. The loader part is probably confusing a lot of refs. You may actually target nodejs and use CF worker node compat layer also.
10 replies
CDCloudflare Developers
Created by cj on 10/7/2024 in #workers-help
I'm trying to build ffmpeg.wasm for CF worker. Need help
When (if) i got to work i will let you know.
10 replies
CDCloudflare Developers
Created by cj on 10/7/2024 in #workers-help
I'm trying to build ffmpeg.wasm for CF worker. Need help
I may try build a ffmpeg build for workers at some point next weak when i will have more time. But just looking very quickly on you code here i can point few things: MAXIMUM_MEMORY as 2Gb make no sense. Should be 128M; Claude like others AIs appears to just make some renames and references to cloudflare but not make any real customization to the actual environment.
10 replies