nihonjin98 Posted January 18 Posted January 18 Can i please request for having access to use ffmpeg on my account. I do not wish to convert videos just scan them for srt subtitle information. thanks.
wolstech Posted January 18 Posted January 18 I'm not sure if we can enable this or not. Most people who want it try to convert video with it, which is basically a guaranteed load suspension for anyone that isn't on Morty. Lets see what Krydos says.
nihonjin98 Posted January 19 Author Posted January 19 I appreciate your concerns but as mentioned my intention is not to do any video conversion whatsoever and happy to have my account suspended if I was to do otherwise and overload the server. My scan literally takes a few seconds and is not cpu intensive at all.
nihonjin98 Posted January 19 Author Posted January 19 Hi, To answer your question: I am using Node.js as my scripting language. Regarding my previous request for FFmpeg installation. I would like to cancel that request. I realized that my application uses WebAssembly (Client-Side FFmpeg), so the processing happens in the user's browser, not on your server. All I need is for my Node.js application (server.js) to run so it can serve the static files with the correct Cross-Origin security headers. I will handle uploading the necessary FFmpeg WASM files (in my /lib folder) myself. Thank you
nihonjin98 Posted January 19 Author Posted January 19 I am trying to enable node.js but id doesnt seem to let me is this something you need to do? I also want to change the document root to a subfolder but i get permission denied. thanks
Krydos Posted January 19 Posted January 19 59 minutes ago, nihonjin98 said: I am trying to enable node.js but id doesnt seem to let me is this something you need to do? It can take up to 2 hours for Node.js to start working after you enable it. You can read the documentation at https://wiki.helionet.org/Node.js 59 minutes ago, nihonjin98 said: I also want to change the document root to a subfolder but i get permission denied. Correct. Application root = / and document root = /httpdocs
nihonjin98 Posted January 19 Author Posted January 19 (edited) Nevermind I have managed to get it working. Thanks. Edited January 19 by nihonjin98
Krydos Posted January 19 Posted January 19 Glad you got it working. Let us know if you need help with anything else.
Recommended Posts