GWT and Panda Video Converter
Posted
by Maksim
on Stack Overflow
See other posts from Stack Overflow
or by Maksim
Published on 2010-03-16T23:46:02Z
Indexed on
2010/03/16
23:51 UTC
Read the original article
Hit count: 457
gwt
|video-encoding
I'm writing GWT application where I need to upload video file and encode that video into different video formats. I've decided to use Panda Video Converter. I was able to run panda on my EC2 instance (using their image) and I can upload video from Panda's test pages but now I'm trying to make same thing with my own application in GWT. The question that I have is: How do I get Video id and how do I post my video to the server. What URL do I need to use for that? I tried to read their documentation but have no clue where to start. This is my fist time working with webservices and url, probably that's why I don't how it works.
© Stack Overflow or respective owner