From what I understand by looking at the source, tc_video only provides a file loader - which means that it does not work with HTTP or HTTPS URLs, e.g. http://thumbor/unsafe/200x200/http://example.org/v.mp4.
This should be documented in the README.
So I tried to POST a video to the thumbor /image upload URL, and used that URL to generate my thumbnail - but this fails with a 404, as if tc_video is not able to load this file. Please document how to use thumbor+tc_video correctly.
From what I understand by looking at the source, tc_video only provides a file loader - which means that it does not work with HTTP or HTTPS URLs, e.g.
http://thumbor/unsafe/200x200/http://example.org/v.mp4.This should be documented in the README.
So I tried to POST a video to the thumbor
/imageupload URL, and used that URL to generate my thumbnail - but this fails with a 404, as if tc_video is not able to load this file. Please document how to use thumbor+tc_video correctly.