rawsta

Results 7 comments of rawsta

When using PHP, have you tried this?: ```

Looks like the project is dead. The core got no updates for 10months. Even the Demo page doesn't work right. I think it's safe to say it's dead...

i have the same problem in a different setup. intertesting that i'm not the only one with that slide problem and nobody knows why it happens.

I'm no expert on this, but it's safe to assume this project is abandoned after 6 years. At least, I wouldn't advise using it in a production environment.

Yep. i got it working via query_args and setting the correct mime-type. ``` 'query_args' => [ 'type' => [ 'video/mp4', 'video/mpeg', 'video/x-mpeg', 'video/avi', 'video/msvideo', 'video/x-msvideo', ] ], // Only video...

Not sure, if it is related, but nobody mentioned it. It's just a guess, but all the errors about missing Python (like: Error: Can't find Python executable "python", you can...

With your explanation, extending the switch-case should be easy enough. I'm a web-dev, so my C/C++ knowledge is limited. If this were for the web, I would throw all localization...