opicron / resourcespace-transcode

Resourcespace Transcode plugin

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Is the plugin working in windows systems?

jmvelasco opened this issue · comments

Hi,

In do_trasncode.php page there is the function definition get_pid() which executes *NIX commands.
Because that, I deduce this plugin is not working in windoze systems.
I would update such function to detect the environmnet first, and then get the PID accordanly to the OS.

I see there are a lot of *NIX system calls from do_transcode.php page so I will add in the README the restriction "The version of this plugin works on *NIX system only" and take as consideration to detect the environment and do the appropiate system calls to get the same results under windoze systems. Well, this becomes more a pull request...