Forums Issues

Ping after transfer not working when using Video.create

Subscribe to Ping after transfer not working when using Video.create 1 post, 1 voice

 
Avatar Francisco Tr... 4 posts

Our aim, as mentioned in another issue is to upload the raw video to S3 as well as the encoded one. It seems we can only do this by first uploaded the video to our own servers, and then manually uploading to heywatch (and at the same time sending the raw video to S3 ourselves)

At the moment we are successfully uploading the video to our servers and then using the Video.create method to then send it to HeyWatch for encoding, using the following segmant of code:

raw_video = HeyWatch::Video.create(
     :file => file, 
     :title => title
     )

this is working, and the video is getting to HeyWatch, however the ping_after_transfer is not being called. When we upload manually (through the HW interface) we are getting pinged so there are no problems with the URL. Any ideas why the ping is not happening when we use the Video.create route to upload a video?

Many Thanks,

Francisco

Forums Issues