Product
Encoding - VOD
Question
What could I be missing?
I can successfully save to an AWS bucket (role-based Output) when using per-title encoding and ClearKey or AES-128 encryption.
But can’t save to the Bitmovin CDN with the same setup. When I switch from AWS Output to the CDN Output, the _execute_encoding method always fails. The error message is simply
‘Exception(“Encoding failed”)’.
To get the CDN Output, I’ve tried both _get_cdn_output and output = bitmovin_api.encoding.outputs.cdn.get(outpuLid=config_provider.geLoutput_cdn_id())'. I’ve also tried combinations with different folder paths.
Does anyone have advice for what to check? Thanks.