Custom ping url per upload request?
|
|
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 |
|
|
Yes it’s possible, just add the parameter ping_url_after_encode or ping_url_after_transfer to the download / upload / job request. |
|
|
Ah I guess I missed that parameter. Works like a charm though, thanks! Cheers. |