-
Notifications
You must be signed in to change notification settings - Fork 209
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Custom cache location #306
Comments
We're updating this library to allow a custom TusClient to be used, rather than forcing the Vimeo Tus Client. Look for a release/documentation for your use case sometime this week. |
Gentlemen, thanks for the update! I just tested it and found one small issue, here's my code:
based on your sample. It works and uploads but in my case it creates cache file not inside 'path/cache/vimeo' folder, but near with the name: vimeotus_php.client.cache: If I change the line to:
only in this case I get the file saved inside 'cache/vimeo' folder: |
Thanks for the feedback! I'll update the example to be more clear. |
Looks like this library uses TusPhp code (ankitpokhrel/tus-php) to upload videos?
I just upgraded from 2.0.5 to recent 3.x version and now get such messages:
I had to set this .cache folder writable for web server but personally I'd like to save all the caches in some other location. So Is it possible to configure Vimeo code with custom caches location (or even engine like redis that is supported by TusPhp)?
The text was updated successfully, but these errors were encountered: