Is there a way i could check whether or not a recording is available against a transcoder right after i finish recording? Or if i have to add a delay how much of delay should i add to reliably fetch recordings against a transcoder?
To give you some background, I’m using Wowza Cloud REST API to record a live stream and right after it finishes pick up the recordings created.
In my experience right after i stop recording, when i try to fetch recordings against that transcoder (using /transcoders/{id}/recordings), i get empty array. However if i wait for a little while i start getting recordings.
Problem is there’s no certain delay that has worked for me so far. I have seen that depending on the size of the recording delay adds up.
Hoping for someone to help me.