Open HenriqueOtsuka opened 1 year ago
Maybe vod_mode mapped
? I don't see it here...
Sorry for the late response.
I've tried another example different than that with a simpler configuration and also using the vod_mode, but without success.
I will try again in few weeks, then I give you a feedback about another way to do it.
Thank you in advance
@HenriqueOtsuka Did you ever solve this? It also looks up the wrong upstream url for me.
Edit: solved by creating two servers (mapped, mapped + remote)
Hey guys,
I'm using Openresty nginx 1.19.9.1 and I've built it with kaltura/nginx-vod-module.
Into nginx.conf, I've added
include /usr/local/openresty/nginx/conf/sites-enabled/*.*;
My current configuration is sites-enabled/kaltura.conf
My
app:8080/video/$video_id;
returns the JSON Simple mappingMy problem is that when I try to test it with a curl request like
curl http://localhost/video/exampleId
, it's not even call the location /get_file and then don't make the proxy_pass to get the JSON Map.I really tried to do everything and nothing is working.
May anyone help me, please?