Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

1
vote
3answers
839 views

Java Proxy Servlet for submitting files

I'm attempting to use Panda with my GWT application. I can upload videos directly to my panda server using POST MY_PANDA_SERVER/videos/MY_VIDEO_ID/upload However I would like hide my panda server ...
0
votes
1answer
26 views

RSpec fails when matching two classes, even though the classes are _identical_

I have the following piece of code that checks if the returned video object is the same as the one I put in. The video object is a Panda Stream object, and referring to their homepage, the ...
0
votes
1answer
49 views

Panda gem and heroku

I've tried following the instructions here: http://devcenter.heroku.com/articles/pandastream However, when I open up the heroku console and run the command: video = Panda::Video.create(:source_url ...
0
votes
0answers
23 views

cap copy_config_files_to_server asks for a password

I am trying to connect and run commands to drop the files to ec2 panda instance as specified in getting started guide but it asks me a password to enter. I am not sure what this password is. I can SSH ...
0
votes
1answer
81 views

Anyone know how to send this via ajax?

This is pandastream's pandauploader . Except I want it to be sent via AJAX. Anyone know how I would convert this? :javascript $("#returned_video_id").pandaUploader(#{Panda.signed_params('post', ...
0
votes
2answers
1k views

Upload Video file using HttpClient

I'm building Java client that will automatically upload file from Java server to Panda Instance that I installed on my EC2 cloud using their AMI. I'm trying to use Apache HTTP Components to upload to ...
0
votes
2answers
177 views

Best Method for reading a YAML response in .NET?

Weve recently been trying to work on an application that uses pandastream to encode our videos, we are sending the videos successfully, and the response that we get back is in YAML, however the only ...