Adrian Rudnik
^
  • portrait

Newest Contacts

If you've made videos, you should upload them to Vimeo. It's free, easy, and private. And quick to sign up.
Germany 
  •  
  •  
  •  

Activity

up down
  • By him
  • On him
nipple
  • add_comment_forum
    21 days ago
    He commented on Can't find phpVimeo.php

    http://vimeo.com/api-docs/libs/example-php.zip

  • add_comment_forum
    27 days ago
    He commented on I'm torn on buying the New Canon HF10 or the HV20?? HELP PLEASE

    Got 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 :)

  • add_comment_forum
    28 days ago
    He commented on identify private videos on API calls

    Maybe 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"

  • add_comment_forum
    1 month ago
    He commented on URL for advanced API

    The 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

  • add_comment_forum
    1 month ago
    He commented on Upload Form

    What 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.

  • add_comment_forum
    1 month ago
    He commented on php5 simple vimeo api class

    Thanks!

  • add_comment_forum
    2 months ago
    He commented on php5 simple vimeo api class

    Added 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?

  • add_comment_forum
    2 months ago
    He commented on php5 simple vimeo api class

    Hi 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

None yet

Sponsored by:

His Groups and Channels