Closed deep-randhawa closed 3 years ago
I'm curious if the issue is something simple. Would you mind replacing the parent field with this:
parent: transcoderServiceClient.locationPath(projectId, location)
And generally comparing against this sample.
If it doesn't work, I'll attempt to reproduce the issue more completely.
hi @sofisl , thanks for replying. Actually in code the parent
line is exactly what you recommended. I just pasted to resolved JSON payload here.
Please let me know if there is any other information I can provide to make it easier for you to debug. For reference, this is the asset I was testing with.
https://user-images.githubusercontent.com/5448275/119421025-967e6b00-bcb2-11eb-8d03-74b4593feaa5.mov
Hi @deep-randhawa, thanks so much for the video! It helped with the debugging.
I think this seems to be an issue at the bit level. The bitrateBps
field seems to only take numbers divisible by 10, i.e., 7651590
or 7651580
. Can you give that a try and see if it works for you?
@sofisl that totally worked. Thank YOU :)
@google-cloud/video-transcoder
version: 1.4.1Steps to reproduce
config
object:Received the following error from client:
Making sure to follow these steps will guarantee the quickest resolution possible.
Thanks!