Recent Posts by Brooks Lyrette
|
Nov 26, 2008
|
Topic: Issues / Status Code 101 on every video I’m getting the same error as well: <?xml version=”1.0” encoding=”UTF-8”?> <message status="fail">The audio codec of this video is not supported yet</message>This is an FLV file with VP6F video and mp3 audio |
|
Nov 13, 2008
|
Topic: Issues / Slow downloads from HeyWatch Hey Bruno, Do you guys limit the speed of which we can download videos? I uploaded 30 or so videos very very quickly. The downloads of the encoded content seem to be much slower. Thanks, B |
|
Nov 4, 2008
|
Topic: Issues / Videos not converting Works now, the restart must have fixed it |
|
Nov 4, 2008
|
Topic: Issues / Mp3 To video conversion Works now. |
|
Nov 4, 2008
|
Topic: Issues / Videos not converting It seems like no videos are converting (YouTube, uploaded files, etc) And as I typed this heywatch.com is now “The page you are looking for is temporarily unavailable. Please try again later.” Please let me know when the site is running and video’s can convert again. Thanks |
|
Nov 4, 2008
|
Topic: Issues / Mp3 To video conversion A few weeks ago we tested converting mp3’s to FLV. This worked great and sent us back an empty video (just black) with the mp3 as the audio track for the FLV. I tried this today and it no longer seems to work. Have you guys changed something on your end? Thanks, Brooks |
|
Nov 3, 2008
|
Topic: Issues / HTTP Codes changed? the Job URL is still retuning 201’s and seems to have some issues with return a message body and content length |
|
Nov 3, 2008
|
Topic: Issues / Creating a new Job is now an empty reply curl -v -u ‘user:pass’ -F format_id=980 -F video_id=675594 -H ‘Accept: application/xml’ https://heywatch.com/job This command use to return a body. Now it seems to just return:
|
|
Nov 3, 2008
|
Topic: Issues / HTTP Codes changed? Hey Guys, We’ve been using HeyWatch’s API’s for a while now. It seems some time late last week some of the HTTP response codes changed. URL’s https://heywatch.com/upload.xml and https://heywatch.com/encoded_video/ use to reply with HTTP code 201 and are now replying with 200. Is there a reason for this change? It has stopped our current API consumers to stop working. |
|
Oct 16, 2008
|
Topic: Issues / YouTube videos no longer converting I’m seeing ‘Unknown error’ every time I try to convert a youtube video. I also see a nil:nil error message popup in the heywatch UI for a few seconds. Is something broken? |
|
Aug 26, 2008
|
Topic: Issues / Videos taking a long time to begin converting We’ve been using heyWatch for around 8 months now. Usually videos begin converting in 5 to 20 minutes. I have 2 videos that are pending and have been waiting over an hour to convert. Is your system under heavy load? Or is there another issue at work here? |
|
Jul 25, 2008
|
Topic: Issues / Several videos in the last hour have no thumbnails Hey, I;ve been having problems over the last 24-28 hours. When requesting thumbnails for videos that have been converted I’m getting an image that says “No Thumbnail”. Is this issue on my end or the HeyWatch system? |
|
Jul 18, 2008
|
Topic: Issues / Can not create thumbnails for long videos I have a video that is 1 hour and 40 minutes long. When I request thumbnails via http://heywatch.com/encoded_video I can only get thumbnails for the first 30 minutes or so. Is there a limit to the amount of time I can generate thumbnails for? |
|
Mar 19, 2008
|
Topic: Issues / Sample ping_url_if_error requests I can not seem to find any sample data on ping_url_if_error pings. Can you point me in the right direction? |
|
Nov 6, 2007
|
Topic: Issues / Thumbnail generation Issue Thanks Bruno, it seems to be working fine now. |
|
Nov 6, 2007
|
Topic: Issues / Thumbnail generation Issue I’m having some problems generating thumbnails. When I make a call to ‘http://heywatch.com/encoded_video/<video_id>.jpg?start=<some_existing_position>’ 1 time out of 4 the file I download contains nothing. Here is a example of downloading a thumbnail that returns nothing using curl.
This will sometimes fail several times in a row, then succeeded. |
|
Nov 6, 2007
|
Topic: Issues / Downloading a file with Basic auth Thanks Bruno. It tuned out my HTTP library was not properly following the http redirect. |
|
Nov 6, 2007
|
Topic: Issues / Downloading a file with Basic auth I’m trying to download a file using basic HTTP Auth, using the url http://heywatch.com/encoded_video/<encoded_video_id>.bin I’m getting http 200 back but with the content of http://heywatch.com/auth not the file as expected. How is authentication handled for converted files? |