简体   繁体   中英

Unable to encode an asset with two videos in azure media services v3

I am capturing multiple videos and trying to store them all in one media asset and later encode them. But I always get the below error. There are no issues however if I upload one file to asset and run the encoding job.

Output 'BuiltInStandardEncoderPreset_0', Error: Microsoft.Azure.Management.Media.Models.JobError: While trying to download the input files, the files were not accessible, please check the availability of the source.

Do I need to use one media asset for each upload? Is having multiple files in one asset not the right approach?

FYI: I tried all thesew steps on media servicer explorer desktop app. So please be sure I didn't write any code for this.

You would indeed need to use a separate Asset for each video. We'll follow up with a service update to improve the error message in this situation.

I think the problem here is not the upload of multiple files in one asset, but the fact that the encoding job will not pick each blob of the asset and encoding them. That's why you need to use one asset per video file to be encoded.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM