c# - AWS Elastic Transcoder Endpoint cannot be resolved -
I am working on a project for which the video needs to be transcoded and through the use of the AWS Lowstick Transcoder There are thumbnails to be removed. I have followed the APIs for my capabilities and I have the right code. However, I still get an error with My S3 buckets are configured in Oregon and policies have been added to make the file public. Apparently my virtual machine was not connecting to the Internet, which is why Nessen's failure was thrown away now all is well. NameResolutionFailure
and an internal exception is saying that the remote name can not be solved: 'elastictranscoder.us-west-2.amazonaws. Com 'my code is:
var transcoder = new Amazon elastic troncoder client (static.amazon s3evicet, static. Amazon s3 secret, personal endpoint, USWest 2); Var G = New JobPaint {Aspectatio = "Auto", Container = "mov", Framerate = "Auto", Interlaced = "Auto", Resolution = "Auto", Key = Filename}; Var output = new CreateJobOutput {ThumbnailPattern = filename + "_ {count}", rotate = "auto", preset id = "1351620000001-000010", key = file name + "_enc.mp4"}; Var createJob = New CreateJobRequest {input = g, output = output, pipeline id = "1413517673900-39qstm"}; Transcoder.CreateJob (createjob);
Comments
Post a Comment