<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0"><channel><description></description><title>Panda</title><generator>Tumblr (3.0; @pandastream)</generator><link>https://pandastream.tumblr.com/</link><item><title>New hosted Panda service begins testing</title><description>&lt;p&gt;Although things have been quiet for some time here, rest assured we have been working hard! We&amp;rsquo;re currently at the final stages testing the new managed Panda service internally. This service will allow people to make use of Panda without the fuss of managing the software installation and EC2 instances manually. The new version includes an improved API, with more control of the encoding options, and the managed service also allows you to instantly scale the number of encoding workers operating at any time.&lt;/p&gt;

&lt;p&gt;At present the new API will only be available to a selection of beta users using the new managed service. However we are committed to the continuing the open source development of Panda, and next quarter we hope to have the new open source version of the codebase ready to release. This will be most useful for people who wish to use Panda on their own infrastructure.&lt;/p&gt;

&lt;p&gt;If you are interested in being part of the beta, you can sign up for an invite on the homepage. We plan to send out the first invites this week.&lt;/p&gt;</description><link>https://pandastream.tumblr.com/post/341120739</link><guid>https://pandastream.tumblr.com/post/341120739</guid><pubDate>Mon, 18 Jan 2010 12:11:32 -0500</pubDate></item><item><title>Flex upload example</title><description>&lt;a href="http://github.com/newbamboo/panda_flex_uploader"&gt;Flex upload example&lt;/a&gt;: &lt;p&gt;This little example Flex application will get you started with using Flex to upload videos to Panda.&lt;/p&gt;</description><link>https://pandastream.tumblr.com/post/91199069</link><guid>https://pandastream.tumblr.com/post/91199069</guid><pubDate>Mon, 30 Mar 2009 08:15:00 -0400</pubDate></item><item><title>An Interview With The Developers Of FFmpeg</title><description>&lt;a href="http://www.phoronix.com/scan.php?page=article&amp;item=ffmpeg_05_interview&amp;num=1"&gt;An Interview With The Developers Of FFmpeg&lt;/a&gt;</description><link>https://pandastream.tumblr.com/post/86478601</link><guid>https://pandastream.tumblr.com/post/86478601</guid><pubDate>Sat, 14 Mar 2009 16:32:20 -0400</pubDate></item><item><title>FFmpeg 0.5 released!</title><description>&lt;a href="http://ffmpeg.org/"&gt;FFmpeg 0.5 released!&lt;/a&gt;: &lt;p&gt;We were very happy to hear today that FFmpeg is back on track to a making a regular release schedule. With the release of version 0.5 we will be including it in the new Panda EC2 AMI.&lt;/p&gt;</description><link>https://pandastream.tumblr.com/post/85232029</link><guid>https://pandastream.tumblr.com/post/85232029</guid><pubDate>Tue, 10 Mar 2009 11:48:18 -0400</pubDate></item><item><title>Implementing Panda Into Our API</title><description>&lt;a href="http://redwriteshere.com/2008/12/implementing-panda-into-our-api/"&gt;Implementing Panda Into Our API&lt;/a&gt;: &lt;p&gt;Red takes us through customising Panda to allow both image and video uploads though the same API.&lt;/p&gt;</description><link>https://pandastream.tumblr.com/post/63678125</link><guid>https://pandastream.tumblr.com/post/63678125</guid><pubDate>Mon, 08 Dec 2008 06:36:39 -0500</pubDate></item><item><title>Panda 1.2 released</title><description>&lt;p&gt;We&amp;rsquo;ve just released version 1.2 of Panda.&lt;/p&gt;

&lt;p&gt;Over the past couple of weeks we&amp;rsquo;ve been busy working on a couple of features:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Optionally storing videos on the local filesystem instead of S3.&lt;/li&gt;
&lt;li&gt;Changing the clipping (thumbnail and screenshot) for videos through the admin interface.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Filesystem storage is great news if you want to host Panda yourself without relying on S3. It&amp;rsquo;s also great if you&amp;rsquo;re hacking on Panda because local storage is so much faster than waiting around for S3; also, it&amp;rsquo;s much easier to see what&amp;rsquo;s happening!&lt;/p&gt;

&lt;p&gt;The second change allows you to specify that Panda should generate a range of clippings for your video when the encoding process happens. Then, through the admin interface, you can change the default clipping for the video. This will immediately be reflected in the screenshot displayed before the video starts playing, and in the default thumbnail if you&amp;rsquo;re making use of it.&lt;/p&gt;

&lt;p&gt;&lt;img src="http://img.skitch.com/20081013-qs1khqhggybmum6fjn7jwrj17f.png" alt="thumbnails"/&gt;&lt;/p&gt;

&lt;p&gt;The Getting Started guide has been updated to reflect these changes. There are also a few niceties which should make life simpler for new users of panda.&lt;/p&gt;

&lt;p&gt;If you&amp;rsquo;re upgrading please note that the &lt;code&gt;tmp_video_dir&lt;/code&gt; configuration option was renamed to &lt;code&gt;private_tmp_path&lt;/code&gt;. It won&amp;rsquo;t hurt to take a look through the new &lt;code&gt;panda_init.rb.example&lt;/code&gt; file either.&lt;/p&gt;</description><link>https://pandastream.tumblr.com/post/54322685</link><guid>https://pandastream.tumblr.com/post/54322685</guid><pubDate>Mon, 13 Oct 2008 06:44:00 -0400</pubDate></item><item><title>Playing with Panda without SimpleDB account</title><description>&lt;p&gt;If you are interested in trying out panda without getting a SimpleDB account we&amp;rsquo;ve got good news for you!&lt;/p&gt;

&lt;p&gt;There are currently 2 simpledb like tools at this moment(as far as I know). They won&amp;rsquo;t be for production use, but should be enough to play around or use it for development purpose.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;a href="http://aws.amazon.com/simpledb/"&gt;simplerdb&lt;/a&gt; = Ruby implementation.&lt;/li&gt;
&lt;li&gt;&lt;a href="http://code.google.com/p/simpledb-dev/"&gt;simpledb-dev&lt;/a&gt; = Python implementation&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;I initially tried simplerdb, but found that the implementation is not complete, therefore not suitable for Panda use. Also it&amp;rsquo;s an in-memory db, so the data will be lost every time you stop simplerdb.&lt;/p&gt;

&lt;p&gt;I then tried simplerdb-dev(the Python one). simpledb-dev stores data on file systems, so you don&amp;rsquo;t need to worry about losing data every time you stop simpledb-dev. However, EC2 vapors every time you restart the instance, so you still need to use&lt;br/&gt;
&lt;a href="http://developer.amazonwebservices.com/connect/entry.jspa?externalID=1667"&gt;Amazon Elastic Block Store&lt;/a&gt; to keep your data.&lt;/p&gt;

&lt;p&gt;Here are the quick steps to use simpledb-dev at Panda.
Please give a try and let me know if you find any issues. If people find this solution useful, I will add simpledb-dev into next AMI release image, and also update the documentation.&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;&lt;p&gt;Setup simplerdb-dev on your EC2 instance.&lt;/p&gt;

&lt;pre&gt;&lt;code&gt;#You can skip this part if python version is already 2.5
apt-get update
apt-get install python2.5-dev
rm /usr/bin/python
ln -s /usr/bin/python2.5 /usr/bin/python

# This step is to install easy_install, Python equivalent of Gems.
# If you are installing Panda locally on your machine (I only tried on OSX Leopard),
# you may already have easy_install, so you can skip it.
curl -O &lt;a href="http://peak.telecommunity.com/dist/ez_setup.py"&gt;http://peak.telecommunity.com/dist/ez_setup.py&lt;/a&gt;
python ez_setup.py

# Installing Web module
easy_install web.py

# Downloading simpledb-dev
wget &lt;a href="http://simpledb-dev.googlecode.com/files/simpledb-dev-0.1.5.zip"&gt;http://simpledb-dev.googlecode.com/files/simpledb-dev-0.1.5.zip&lt;/a&gt;
unzip simpledb-dev-0.1.5.zip
cd SimpleDB-Dev/
cd src

# Starting simpledb_dev server
python simpledb_dev.py 8087 (can be any port number.).
&lt;/code&gt;&lt;/pre&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Open up another terminal, and follow up to &amp;ldquo;Configure Panda&amp;rdquo; section of &lt;a href="http://pandastream.com/docs/getting_started"&gt;Getting Started guide&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Override simpledb url, before &amp;ldquo;Create S3 buckets and SimpleDB domains&amp;rdquo; of &lt;a href="http://pandastream.com/docs/getting_started"&gt;Getting Started guide&lt;/a&gt;.
Add the following line at the beginning of config/aws.rb file of Panda&lt;/p&gt;

&lt;pre&gt;&lt;code&gt;Amazon::SDB::Base::BASE_PATH = 'http://127.0.0.1:8087'
&lt;/code&gt;&lt;/pre&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Continue &amp;ldquo;Create S3 buckets and SimpleDB domains&amp;rdquo; of &lt;a href="http://pandastream.com/docs/getting_started"&gt;Getting Started guide&lt;/a&gt;.
Once it&amp;rsquo;s all done, confirm via console that you can connect to simpledb-dev&lt;/p&gt;

&lt;pre&gt;&lt;code&gt;$cd /var/local/www/panda
$merb -i
~ Loaded DEVELOPMENT Environment...
~ loading gem 'merb-assets' ...
~ loading gem 'merb-mailer' ...
~ loading gem 'merb_helpers' ...
~ loading gem 'uuid' ...
~ loading gem 'to_simple_xml' ...
~ loading gem 'rog' ...
~ loading gem 'amazon_sdb' ...
~ loading gem 'simple_db' ...
~ loading gem 'retryable' ...
~ loading gem 'activesupport' ...
~ loading gem 'rvideo' ...
~ loading gem 'panda' ...
~ loading gem 'gd_resize' ...
~ loading gem 'map_to_hash' ...
~ loading gem 'spec_eql_hash' ...
~ loading gem 'error_sender' ...
~ Compiling routes...
./config/aws.rb:1: warning: already initialized constant BASE_PATH
~ Starting Merb server listening at 0.0.0.0:4000
irb(main):001:0&amp;gt; Amazon::SDB::Base::BASE_PATH
=&amp;gt; "http://127.0.0.1:8087"
irb(main):002:0&amp;gt; User.query
=&amp;gt; [#&amp;lt;User:0xb71fda08 @key="admin", @new_record=false, @attributes=#&amp;lt;Amazon::SDB::
Multimap:0xb71fd9e0 @size=nil, @mset={}&amp;gt;&amp;gt;]
irb(main):003:0&amp;gt; Profile.query
=&amp;gt; [#&amp;lt;Profile:0xb71dc1c8 @key="561e38b0-706e-012b-b437-123138002d32", @new_record=false, @attributes=#&amp;lt;Amazon::SDB::Multimap:0xb71dc1a0 @size=nil, @mset={}&amp;gt;&amp;gt;, #&amp;lt;Profile:0xb71dc1b4 @key="562ef420-706e-012b-b437-123138002d32", @new_record=false, @attributes=#&amp;lt;Amazon::SDB::Multimap:0xb71dc164 @size=nil, @mset={}&amp;gt;&amp;gt;, #&amp;lt;Profile:0xb71dc18c @key="56101ea0-706e-012b-b437-123138002d32", @new_record=false, @attributes=#&amp;lt;Amazon::SDB::Multimap:0xb71dc128 @size=nil, @mset={}&amp;gt;&amp;gt;, #&amp;lt;Profile:0xb71dc150 @key="5621fa70-706e-012b-b437-123138002d32", @new_record=false, @attributes=#&amp;lt;Amazon::SDB::Multimap:0xb71dc0ec @size=nil, @mset={}&amp;gt;&amp;gt;, #&amp;lt;Profile:0xb71dc114 @key="56dd8600-706e-012b-b437-123138002d32", @new_record=false, @attributes=#&amp;lt;Amazon::SDB::Multimap:0xb71dc0b0 @size=nil, @mset={}&amp;gt;&amp;gt;]
&lt;/code&gt;&lt;/pre&gt;&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Enjoy&lt;/p&gt;</description><link>https://pandastream.tumblr.com/post/52779609</link><guid>https://pandastream.tumblr.com/post/52779609</guid><pubDate>Thu, 02 Oct 2008 13:20:00 -0400</pubDate></item><item><title>Panda AMI 1.1 release</title><description>&lt;p&gt;We made a several changes to the Panda AMI and released new image. We have updated the documentation - please see the &lt;a href="http://pandastream.com/docs/getting_started"&gt;&amp;ldquo;getting_started&amp;rdquo; page&lt;/a&gt; for details. &lt;br/&gt;&lt;br/&gt;Here are the list of changes we made. We will keep ~/CHANGELOG (on the image) updated as we make changes in future.&lt;/p&gt;
&lt;ul&gt;&lt;li&gt;Created CHANGELOG &lt;/li&gt;
&lt;li&gt;Upgraded merb from 0.9.3 to 0.9.7&lt;/li&gt;
&lt;li&gt;Upgraded Erubis from 2.4.1 to 2.6.2&lt;/li&gt;
&lt;li&gt;Installed tlsmail gems.&lt;/li&gt;
&lt;li&gt;Moved Panda directory from /usr/local/www to /var/local/www&lt;/li&gt;
&lt;li&gt;Moved default tmp_video_dir directory from Merb.root + &amp;ldquo;/videos&amp;rdquo; to &amp;ldquo;/var/tmp/videos&amp;rdquo; and created the directory by default&lt;/li&gt;
&lt;li&gt; Reflected the above directory change on nginx config file at /usr/local/nginx/conf/nginx-panda.conf&lt;/li&gt;
&lt;/ul&gt;&lt;ul&gt;&lt;li&gt;Removed private key from ~/.ssh/authorized_keys&lt;/li&gt;
&lt;li&gt;Installed postfix&lt;/li&gt;
&lt;li&gt;Installed less&lt;/li&gt;
&lt;/ul&gt;&lt;p&gt;&lt;br/&gt;If you are already using the old image there is no particular need to upgrade to the new Panda AMI. When you decide to pull  the latest release of panda from stable branch, you will simply need to update merb and erubis.&lt;br/&gt;Enjoy!&lt;/p&gt;</description><link>https://pandastream.tumblr.com/post/51576400</link><guid>https://pandastream.tumblr.com/post/51576400</guid><pubDate>Wed, 24 Sep 2008 12:57:05 -0400</pubDate></item><item><title>Amazon's CDN is coming soon </title><description>&lt;a href="http://blog.new-bamboo.co.uk/2008/9/18/amazon-s-cdn-is-coming-soon"&gt;Amazon's CDN is coming soon &lt;/a&gt;</description><link>https://pandastream.tumblr.com/post/50687378</link><guid>https://pandastream.tumblr.com/post/50687378</guid><pubDate>Thu, 18 Sep 2008 07:55:23 -0400</pubDate></item><item><title>Using MySQL instead of SimpleDB</title><description>&lt;a href="http://redwriteshere.com/2008/09/panda-and-some-embedit/"&gt;Using MySQL instead of SimpleDB&lt;/a&gt;: &lt;p&gt;Amazon’s SimpleDB is unfortunately still in closed beta, so not everyone can make use of Panda running completely on AWS. Luckily Red has just started work on &lt;a href="http://redwriteshere.com/2008/09/panda-and-some-embedit/"&gt;adding MySQL support to Panda&lt;/a&gt;.&lt;/p&gt;</description><link>https://pandastream.tumblr.com/post/49573487</link><guid>https://pandastream.tumblr.com/post/49573487</guid><pubDate>Wed, 10 Sep 2008 11:45:15 -0400</pubDate></item><item><title>Panda Google Group</title><description>&lt;a href="http://groups.google.com/group/pandastream"&gt;Panda Google Group&lt;/a&gt;</description><link>https://pandastream.tumblr.com/post/46959551</link><guid>https://pandastream.tumblr.com/post/46959551</guid><pubDate>Fri, 22 Aug 2008 08:07:28 -0400</pubDate></item></channel></rss>
