Custom ping url per upload request?

Subscribe to Custom ping url per upload request? 3 posts, 2 voices

 
Avatar Michael 2 posts

Hey,

I’m working on a python/django app using hey!watch for transcoding videos. Works really great, nice service guys.

Now about my question, is it possible to customize the ‘after encore’ ping url based on an upload request? So basically if an upload request is sent from my development, it pings back to that development server, if the request comes from my staging server, it pings back to it.

Cheer! -M

 
Avatar Bruno Celeste 513 posts

Yes it’s possible, just add the parameter ping_url_after_encode or ping_url_after_transfer to the download / upload / job request.

 
Avatar Michael 2 posts

Ah I guess I missed that parameter. Works like a charm though, thanks!

Cheers.