Recent Posts by arowe

Subscribe to Recent Posts by arowe 1 post found

Apr 8, 2008
Avatar arowe 1 post

Topic: Issues / VideoID Mismatch

Hello,

I bought some credits today to test your service, and everything seems to work perfectly, except trying to record information after the video upload.

Using the form in the tutorial, it successfully encodes the video, uploads it to my server, then redirects me redirect_if_success url with the videoID at the end, eg:

upload_success.php?video_id=262734

The ping after upload is a PHP page that sends me and email of $_GET/$_POST arrays, eg:

$_POST Array ( [video_id] => 262734 [your_site_user_id] => my_id [post_id] => 1540 [custom_field] => asdf [my_custom_field] => my_custom_response )

However, when I try to get information on that videoID, I get nothing: http://heywatch.com/encoded_video/262734.xml

The correct URL to retrieve information is: http://heywatch.com/encoded_video/262735.xml

...I’m wondering if it’s because encode and upload are tracked as separate jobs? Anyways, I’d like to automate the entire process to put the encoded video, along with name, email, city, etc into a database.

Thanks