08-06-2014 12:56 AM
Hi,
I am new to Nuxeo, it looks very promising.
I would like to understand more about how videos are being transcoded after ingestion? As per this post: http://blogs.nuxeo.com/development/2014/03/qa-fridayconfiguring-automatic-video-conversions-nuxeo-pl... It looks like videos are automatically transcoded. How scalable is the default auto transcoding? Are the videos trsanscoded on the webserver?
In a Cloud setup, I would like to offload transcoding to a cloud service or a custom service in the cloud such as ElasticTranscoder or Zencoder. Can this be achieved without too much hurdle?
Thank you
08-14-2014 10:47 AM
Internally Nuxeo makes use of a Converter abstraction. You can register or replace converters through XML contributions to the converter extension point, specifying to which MIME types they apply to. These contributed conversion classes have to implement a simple Converter interface but can then delegate to any third-party service.
So yes you can do anything you want.
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.