Hi, I have installed this module on our server, and everything seems to be done correctly as per the documentation. However the transcoding is not happening. When I uploaded test MP4, MOV and WMV videos, none of them are getting transcoded. So I looked at the te_VideoTranscoding_Video table to see if there is anything in there, and it is empty.
The question I have is this - "what exactly triggers the inserting of records in the te_VideoTranscoding_Video table"?
The reason I ask is because we have customized the server-side file-upload mechanism in 5.6, and we are still using it in 6.1 since it works for us just fine. However, I am suspecting that some "hook" may not be happening that would trigger the insertion of records into the te_VideoTranscoding_Video table, which is why nothing is happening.
I would appreciate if you could tell me exactly how to hook the event that would trigger the workflow that inserts the record in te_VideoTranscoding_Video table, and if there is anything more that I should look at.