ruby - get notified / check of end of transcoding for vimeo-api? -


what's best-practice method of checking release of video after transcoding using vimeo api?

is there way set callback url notification?

i'll using this ruby wrapper can make html request if need be....

thanks.

there not transcoding callback (it planned feature), new api tells transcoding status on of clip responses.

look "status", valid fields : available, uploading, transcoding, uploading_error, transcoding_error


Comments

Popular posts from this blog

css - I want to align grid in center -

python - SWIG function not printing output -

oop - Function for all prototypes - Javascript -