cookpad/janiConverter

Async fetch remote movie assets

Opened this issue · 0 comments

It takes some time, like 10s or more depends on internet connection between remote and encoder servers, to fetch movie from remote server. So given remote url, It takes like 10s. to respond. It usually cause timeout error on client.

One solution is to make remote fetch async. I think this works because only uuid is required for the response. But we should test carefully and handle error case right. e.g error in remote fetching.