Questions tagged [pandastream]

Powerful video encoding for the web. "Lightning fast, dedicated video encoding in the cloud. Upload once, play everywhere."

Pandastream provides powerful video encoding for the web.

"Lightning fast, dedicated video encoding in the cloud. Upload once, play everywhere."

22 questions
0
votes
1 answer

Using Panda (pandastream) Video to show all videos in Index Action

I'm using PandaVideo (http://www.pandastream.com/docs/integrate_with_rails) to upload videos in my Rails app. I'm having trouble taking the code from the docs at Panda and Heroku to relate it to the index action to show ALL of the videos, both on…
Justin
  • 4,922
  • 2
  • 27
  • 69
0
votes
1 answer

Pandastream video uploading with rails

I'm just in the process of getting video uploading in my app using pandastream, but i can't wrap my head around this attr_accessible rails 3 stuff that isn't in rails 4. I know it has something to do with strong params, but as to what to pass into…
Spencer Hire
  • 735
  • 3
  • 14
  • 32
0
votes
0 answers

Heroku Integration with pandastream

Just going through the heroku add-ons docs and i'm coming up with this error.. irb(main):001:0> Panda::Profile.all NameError: uninitialized constant Panda I've done exactly what it says, but this error is popping up when testing the local setup,…
Spencer Hire
  • 735
  • 3
  • 14
  • 32
0
votes
1 answer

Aggregation of data from CSV file using Pandas python

I need to process data from csv file in such a way that output should print three columns e.g. c1,c2 and c3 where c1 and c2 must use group by clause like in mysql and c3 is sum of two other columns. I am new to python, Ideas will really help me.
Developer
  • 817
  • 2
  • 16
  • 28
0
votes
1 answer

JS Uncaught Error: Invalid Upload Button

I'm using pandastream's js uploader to upload videos. I'm following the documentation here However, I get the following console error: Uncaught Error: Invalid upload button. panda-uploader.min.js:112 (anonymous function)…
blue_zinc
  • 2,410
  • 4
  • 30
  • 38
0
votes
1 answer

Rails 3, Pandastream API - Video not showing up in App

I've been following this guide to make use of the Pandastream API in my Rails 3 app: http://www.pandastream.com/docs/integrate_with_rails I've gotten to the point where I can successfully upload a video (I can see it on the dashboard on my…
user1429496
  • 313
  • 1
  • 6
  • 20
0
votes
1 answer

Pandastream heroku error

I have followed the pandastream setup docs on Heroku, available here https://devcenter.heroku.com/articles/pandastream However when using heroku run console and executing Panda::Profile.all I get irb(main):001:0> Panda::Profile.all NoMethodError:…
pfdevilliers
  • 284
  • 1
  • 5
  • 18
1
2