Erno Kaikkonen
Erno Kaikkonen
The author of the nginx-vod-module commented on the matter in that module's issue queue: https://github.com/kaltura/nginx-vod-module/issues/717#issuecomment-338613841 What are your thoughts on the best way to fix the issue?
I've created a pull request based on instructions by @erankor. The only change is to move the auth module from NGX_HTTP_ACCESS_PHASE to NGX_HTTP_PREACCESS_PHASE. I've tested this on our server that...
I tried to start debugging this, but after setting up my local environment and trying to upload a _valid_ track file, I got these errors in the log: ``` Started...
I managed to get track scanner running, but it doesn't look like that's the issue. From the original log above: ``` Unpermitted parameter: :segment. Context: { controller: Api::V1::TracksController, action: create,...
I created a PR improving the README re: running track-scanner: https://github.com/skyderby/skyderby/pull/435