Adrian Rudnik
Newest Contacts
-
Karen Abad loves Dinosaurs.
I like to connect with people and love them as they deserve to be loved. [ i believe in you ] Pleasantness:… -
Jordan Clarke

Activity
-
-
27 days agoHe commented on I'm torn on buying the New Canon HF10 or the HV20?? HELP PLEASEGot the hf10 too and have to agree. 16GB SDHC costs about 40€, which isnt much for a rewritable "media". Sure, AVCHD may be problematic when it comes to encoding and editing, but hey: "You" just spend nearly 900€ on a camera and can't afford a QuadCore CPU and 8GB RAM for a total of 400€? ;) Had no problems editing anyway, vegas handles avchd comfortable enough for me. And for the encoding process: At least some time to do other stuff :)
-
28 days agoHe commented on identify private videos on API callsMaybe I'm mistaken, but using the SimpleApi you will not receive a single private video, because there is no way to authenticate, therefore vimeo would'nt know which ones private clips should be shown. As for the Advanced API you always have the privacy tag delivered inside the appropriate container like this: video id="285264" privacy="anybody" is_uploading="0" is_transcoding="0" is_hd="0" is_favorite="0"
-
28 days agoHe likes A SHORT LOVE STORY IN STOP MOTION -
29 days agoHe likes Manchester Orchestra "I can barely breathe" -
1 month agoHe commented on URL for advanced APIThe Simple API does not support something like getInfo (at least not known to me). First step would be to get your own API-access to use the advanced API. Then just read through the documentation at vimeo.com/api. There you can construct calls with the sandbox. Just open up the sandbox http://vimeo.com/api/sandbox/, then pick the vimeo.videos.getInfo call, as parameter put in video_id and as value for example 285264. Then hit test and it will even construct you the url that will be needed to "emulate" this request. Would be something like http://www.vimeo.com/api/rest?api_key=xyz&method=vimeo.videos.getInfo&video_id=285264&api_sig=xyz. Be sure, if you want to use advanced API-calls you need the api_key to be set and the api_sig to be constructed as mentioned in http://vimeo.com/api/docs/signing
-
1 month agoHe commented on Upload FormWhat do you need exactly? Formbased upload with CURL is no problem, but i hope you know how to send requests to the Vimeo API? most likley you are looking for something like this? $sFilename = $_FILES['uploadfile']['tmp_name']; $aArgs['format'] = 'php'; $aArgs['api_key'] = API_KEY; $aArgs['auth_token'] = TOKEN; $aArgs['ticket_id'] = UPLOAD_TICKET_ID; $aArgs['api_sig'] = GENERATED_API_SIG; $aArgs['file'] = "@$sFilename"; set_time_limit(0); // Disable script execution time $ch = curl_init('http://www.vimeo.com/services/upload/'); curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1); curl_setopt($ch, CURLOPT_POST, 1); curl_setopt($ch, CURLOPT_POSTFIELDS, $aArgs); curl_exec($ch); This will upload the video. Then call vimeo.videos.checkUploadStatus to confirm the upload and transcoding status.
-
-
2 months agoHe commented on php5 simple vimeo api classAdded video upload support and some other stuff. Question: vimeo.people.getPortraitUrl just returns nothing at all, no matter what is passed to it. Bug or something else?
-
2 months agoHe commented on php5 simple vimeo api classHi there, just wanted to announce a little class i wrote the last 8 hours. Started to fiddle around with the vimeo APi, then heavily modified the example class. The result ist a php 5 based class construct i will extend over the days with the missing API methods still not implemented. Every method implemented in a class has an example script and can be tested via authentication token or without it. Maybe someone finds it usefull :) http://code.google.com/p/php5-simplevimeo/ If someone has furhter ideas or wants to help extending it, feel free to do so!
Video Request
Open Requests

- Vimeo: About / Blog / Roadmap / Developers / Community Guidelines / Forums / Help! / Site Map
- Legal: © 2008 Connected Ventures, LLC. All rights reserved. / Terms & Conditions / Privacy Statement



.


Top
Bottom