<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>rtCamp » Blog</title>
	
	<link>http://rtcamp.com</link>
	<description>Empowering the web with WordPress!</description>
	<lastBuildDate>Mon, 20 May 2013 13:08:41 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/rtCamp" /><feedburner:info uri="rtcamp" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><item>
		<title>Celebrating Ganesh and Ankit’s Birthdays</title>
		<link>http://feedproxy.google.com/~r/rtCamp/~3/AlbWIWVEtnk/</link>
		<comments>http://rtcamp.com/rtfamily/celebrating-ganesh-ankits-birthdays/#comments</comments>
		<pubDate>Mon, 20 May 2013 13:08:41 +0000</pubDate>
		<dc:creator>Saurabh Shukla</dc:creator>
				<category><![CDATA[rtFamily]]></category>

		<guid isPermaLink="false">http://rtcamp.com/?p=38389</guid>
		<description><![CDATA[A very Happy Birthday to Ganesh Kerkar and Ankit Gupta, rtCamp style.]]></description>
				<content:encoded><![CDATA[<p>A very Happy Birthday to Ganesh Kerkar and Ankit Gupta, rtCamp style.</p>

<a href='http://rtcamp.com/rtfamily/celebrating-ganesh-ankits-birthdays/attachment/image_7/' title='image_7'><img width="240" height="184" src="http://cdn.rtcamp.com/wp-content/uploads/2013/05/image_7-240x184.jpeg" class="attachment-thumbnail" alt="Birthday Boys" /></a>
<a href='http://rtcamp.com/rtfamily/celebrating-ganesh-ankits-birthdays/attachment/image-7/' title='image'><img width="240" height="184" src="http://cdn.rtcamp.com/wp-content/uploads/2013/05/image-240x184.jpeg" class="attachment-thumbnail" alt="The Cake" /></a>
<a href='http://rtcamp.com/rtfamily/celebrating-ganesh-ankits-birthdays/attachment/image_3/' title='image_3'><img width="240" height="184" src="http://cdn.rtcamp.com/wp-content/uploads/2013/05/image_3-240x184.jpeg" class="attachment-thumbnail" alt="The excited rtCampers" /></a>
<a href='http://rtcamp.com/rtfamily/celebrating-ganesh-ankits-birthdays/attachment/image_9/' title='image_9'><img width="240" height="184" src="http://cdn.rtcamp.com/wp-content/uploads/2013/05/image_9-240x184.jpeg" class="attachment-thumbnail" alt="The Cake cutting" /></a>
<a href='http://rtcamp.com/rtfamily/celebrating-ganesh-ankits-birthdays/attachment/image_11/' title='image_11'><img width="240" height="184" src="http://cdn.rtcamp.com/wp-content/uploads/2013/05/image_11-240x184.jpeg" class="attachment-thumbnail" alt="Fruits of thy own labour..." /></a>
<a href='http://rtcamp.com/rtfamily/celebrating-ganesh-ankits-birthdays/attachment/image_14/' title='image_14'><img width="240" height="184" src="http://cdn.rtcamp.com/wp-content/uploads/2013/05/image_14-240x184.jpeg" class="attachment-thumbnail" alt="The overexcited rtCamper!" /></a>

<img src="http://feeds.feedburner.com/~r/rtCamp/~4/AlbWIWVEtnk" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://rtcamp.com/rtfamily/celebrating-ganesh-ankits-birthdays/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://rtcamp.com/rtfamily/celebrating-ganesh-ankits-birthdays/</feedburner:origLink></item>
		<item>
		<title>Forwarding Visitor’s Real-IP in Nginx Proxy/Fastcgi backend correctly</title>
		<link>http://feedproxy.google.com/~r/rtCamp/~3/rMpLoD4weyw/</link>
		<comments>http://rtcamp.com/tutorials/forwarding-visitors-real-ip-in-nginx-proxy-fastcgi-backend-correctly/#comments</comments>
		<pubDate>Thu, 16 May 2013 10:05:06 +0000</pubDate>
		<dc:creator>Rahul Bansal</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[fastcgi]]></category>
		<category><![CDATA[HttpRealip Module]]></category>
		<category><![CDATA[Nginx]]></category>
		<category><![CDATA[proxy]]></category>
		<category><![CDATA[REMOTE_ADDR]]></category>
		<category><![CDATA[X-Real-IP]]></category>

		<guid isPermaLink="false">http://rtcamp.com/?p=38231</guid>
		<description><![CDATA[Fix real-ip for backend fastcgi applications using fastcgi headers method. Also it covers HTTPRealIP module based solution where nginx is built with it.]]></description>
				<content:encoded><![CDATA[<p>Here, we are dealing with 2 nginx servers. A front-end nginx, proxying request to another nginx-server running behind firewall. This backend-nginx is a WordPress setup, using PHP-FPM (fastcgi) on our case. Article is valid for any code/application running behind fastcgi upstream.</p>
<p>To manage security properly, we need to pass-on visitors real-IP to backend-nginx. In backend-nginx, WordPress do some stuff based on user-ip.</p>
<p><strong>First, a portion of Nginx config from front-end proxy:</strong></p>
<pre><code class="nginx">proxy_set_header        X-Real-IP       $remote_addr;
proxy_set_header        X-Forwarded-For $proxy_add_x_forwarded_for;</code></pre>
<p>With this config, backend-nginx receives extra HTTP  Headers which are passed to fastcgi upstream (PHP/WordPress in our case).</p>
<p>If you see output of <code>phpinfo()</code> you will see extra headers as highlighted below:</p>
<p><img class="alignnone size-full wp-image-38232" alt="phpinfo()" src="http://cdn.rtcamp.com/wp-content/uploads/2013/05/phpinfo.png" width="595" height="250" /></p>
<p>The problem with above setup is that fastcgi app running behind backend-nginx, uses <code>REMOTE_ADDR</code> value whenever it needs to deal with visitor IP address.</p>
<p>A solution would be check existence of<code>HTTP_X_REAL_IP</code> and use that value instead. I think WordPress does this for itself but one of our custom plugin was not already doing that. We could either fix it in PHP code, but rather than modifying every piece of PHP code which rely on <code>REMOTE_ADDR</code>, we added following lines inside backend-nginx conf:</p>
<pre><code class="no-highlight">location ~ \.php$ {
        fastcgi_param REMOTE_ADDR $http_x_real_ip;
        #...other rules
}</code></pre>
<p>With this change <code>phpinfo()</code> shows correct user IP for<code>REMOTE_ADDR</code> value.</p>
<p><img class="alignnone size-full wp-image-38233" alt="remote-ip-in-php" src="http://cdn.rtcamp.com/wp-content/uploads/2013/05/remote-ip-in-php.png" width="594" height="252" /></p>
<p>Now any piece of code, which depend on<code>REMOTE_ADDR</code> value will work as it is!</p>
<h3>Nginx&#8217;s HTTP Real IP Module</h3>
<p>If you want to do some real-user IP-based stuff in backend, it will NOT work.</p>
<p>Nginx itself will not see real-user IP. Only application/codes behind fastcgi will benefit from above change.</p>
<p>For Nginx, you can simply use variable <code>$http_x_real_ip</code> instead of IP-address.</p>
<p>Below is an example of <code>$http_x_real_ip</code> usage to emulate allow/deny functionality:</p>
<pre><code class="nginx">        if ($http_x_real_ip != 115.115.82.210) {
                return 403;
        }</code></pre>
<p>There are cases when a workaround using <code>$http_x_real_ip</code> may not be possible. In those caes, we can use <a href="http://wiki.nginx.org/HttpRealipModule">Nginx&#8217;s Http Real IP Module</a>.</p>
<p>You can fix real-ip and<code>REMOTE_ADDR</code> by adding a line like below to your backend nginx-config:</p>
<pre><code class="nginx">        set_real_ip_from   192.168.122.1;</code></pre>
<p>Make sure you replace 192.168.122.1 with REMOTE_ADDR value that was being received originally. It is IP of proxy-nginx as seen by backend-nginx.</p>
<p>Advantage of Http Real IP Module is that it sets correct IP for nginx config as well as fastcgi backend app in one go. Apart form this, it is secure also.</p>
<p>You can use earlier way if your Nginx is not built with <code>--with-http_realip_module</code> option.</p>
<p>If you have any questions, feel free to check our <a href="http://rtcamp.com/support/forum/wordpress-nginx/">Nginx support forum</a>.</p>
<p><strong>Link:</strong> <a href="http://rtcamp.com/wordpress-nginx/tutorials">WordPress-Nginx Tutorials Series</a></p>
<img src="http://feeds.feedburner.com/~r/rtCamp/~4/rMpLoD4weyw" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://rtcamp.com/tutorials/forwarding-visitors-real-ip-in-nginx-proxy-fastcgi-backend-correctly/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://rtcamp.com/tutorials/forwarding-visitors-real-ip-in-nginx-proxy-fastcgi-backend-correctly/</feedburner:origLink></item>
		<item>
		<title>Neeru Koul’s Birthday Celebration</title>
		<link>http://feedproxy.google.com/~r/rtCamp/~3/AMP1NeIFOoI/</link>
		<comments>http://rtcamp.com/rtfamily/neeru-kouls-birthday-celebration/#comments</comments>
		<pubDate>Tue, 14 May 2013 14:23:59 +0000</pubDate>
		<dc:creator>Dinesh Jain</dc:creator>
				<category><![CDATA[rtFamily]]></category>

		<guid isPermaLink="false">http://rtcamp.com/?p=38131</guid>
		<description><![CDATA[Many Many Happy Returns Of The Day!!!]]></description>
				<content:encoded><![CDATA[<p>Many Many Happy Returns Of The Day!!!<br />

<a href='http://rtcamp.com/rtfamily/neeru-kouls-birthday-celebration/attachment/image_4-2/' title='Birthday Cake!!!'><img width="240" height="184" src="http://cdn.rtcamp.com/wp-content/uploads/2013/05/image_4-e1368543936281-240x184.jpeg" class="attachment-thumbnail" alt="Birthday Cake!!!" /></a>
<a href='http://rtcamp.com/rtfamily/neeru-kouls-birthday-celebration/attachment/img_20130514_180422/' title='Birthday Cake!!!'><img width="240" height="184" src="http://cdn.rtcamp.com/wp-content/uploads/2013/05/IMG_20130514_180422-240x184.jpg" class="attachment-thumbnail" alt="Birthday Cake!!!" /></a>
<a href='http://rtcamp.com/rtfamily/neeru-kouls-birthday-celebration/attachment/img_20130514_180450/' title='Birthday Party!!!'><img width="240" height="184" src="http://cdn.rtcamp.com/wp-content/uploads/2013/05/IMG_20130514_180450-e1368541031152-240x184.jpg" class="attachment-thumbnail" alt="Birthday Party!!!" /></a>
<a href='http://rtcamp.com/rtfamily/neeru-kouls-birthday-celebration/attachment/image_8/' title='Birthday Girl - Neeru'><img width="240" height="184" src="http://cdn.rtcamp.com/wp-content/uploads/2013/05/image_8-240x184.jpeg" class="attachment-thumbnail" alt="Birthday Girl - Neeru" /></a>
<a href='http://rtcamp.com/rtfamily/neeru-kouls-birthday-celebration/attachment/img_20130514_180442/' title='Birthday Party!!!'><img width="240" height="184" src="http://cdn.rtcamp.com/wp-content/uploads/2013/05/IMG_20130514_180442-240x184.jpg" class="attachment-thumbnail" alt="Birthday Party!!!" /></a>
<a href='http://rtcamp.com/rtfamily/neeru-kouls-birthday-celebration/attachment/img_20130514_180536/' title='Birthday Party!!!'><img width="240" height="184" src="http://cdn.rtcamp.com/wp-content/uploads/2013/05/IMG_20130514_180536-240x184.jpg" class="attachment-thumbnail" alt="Birthday Party!!!" /></a>
</p>
<img src="http://feeds.feedburner.com/~r/rtCamp/~4/AMP1NeIFOoI" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://rtcamp.com/rtfamily/neeru-kouls-birthday-celebration/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://rtcamp.com/rtfamily/neeru-kouls-birthday-celebration/</feedburner:origLink></item>
		<item>
		<title>BuddyPress Media Review Contest</title>
		<link>http://feedproxy.google.com/~r/rtCamp/~3/SpirIUl8Nqk/</link>
		<comments>http://rtcamp.com/news/buddypress-media-review-contest/#comments</comments>
		<pubDate>Fri, 10 May 2013 20:40:58 +0000</pubDate>
		<dc:creator>Saurabh Shukla</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[BuddyPress]]></category>
		<category><![CDATA[BuddyPress Media]]></category>

		<guid isPermaLink="false">http://rtcamp.com/?p=37990</guid>
		<description><![CDATA[Announcing BuddyPress Media review contest with prizes worth $1000, on the 10th anniversary of WordPress.]]></description>
				<content:encoded><![CDATA[<p>As all of us are aware, our favourite CMS, WordPress is celebrating its 10th anniversary this month. In addition, our very popular plugin, BuddyPress Media has crossed more than 50,000 downloads. The mood at rtCamp, is of celebration and we are inviting you to be a part of it.</p>
<h2><a href="http://cdn.rtcamp.com/wp-content/uploads/2013/06/buddypress-media-contest.jpg"><img style=' display: block; margin-right: auto; margin-left: auto;'  class="aligncenter size-full wp-image-38015" alt="buddypress-media-review-contest" src="http://cdn.rtcamp.com/wp-content/uploads/2013/06/buddypress-media-contest.jpg" width="620" height="600" /></a></h2>
<p>As part of the dual celebrations, we are very pleased to announce a review contest for BuddyPress Media. If you are someone who has used BuddyPress Media and it&#8217;s useful addons, we&#8217;d like you to share your views of it. In return, we are offering great rewards.</p>
<h2>How to participate?</h2>
<p>It&#8217;s pretty simple. Just do the following to participate in the contest:</p>
<ol>
<li>Write a blog post reviewing BuddyPress Media and/or its addons. You can write a tutorial also if you are using BuddyPress-Media differently.</li>
<li>Post a link in the comments section below.</li>
<li>Wait till 27th May when we celebrate WordPress&#8217;s 10th anniversary and announce the prizes.</li>
</ol>
<h2>Prizes</h2>
<p>Below is list of prizes. There are total 6 prizes to grab as of now. But if we get better response than anticipated, we will increase number of prizes.</p>
<table>
<tbody>
<tr>
<th>Grand Prize</th>
<td>$500 worth of rtCamp store credit</td>
</tr>
<tr>
<th>1st Runner-up</th>
<td>$250 worth of rtCamp store credit</td>
</tr>
<tr>
<th>2nd Runner-up</th>
<td>$100 worth of rtCamp store credit</td>
</tr>
<tr>
<th>3 x Special prizes</th>
<td>$50 worth of rtCamp store credit each</td>
</tr>
</tbody>
</table>
<h4>Good things about prizes:</h4>
<ol>
<li>All the credits can be used either on <a title="rtCamp Store" href="http://rtcamp.com/store" target="_blank">rtCamp Store</a> or to use the newly launched <a title="Encoding Service" href="http://rtcamp.com/buddypress-media/addons/audio-video-encoding-service/" target="_blank">Encoding Service</a>.</li>
<li>These credits are transferable. So, you can pass on the addons and/or encoding credits to your friends, readers or users.</li>
<li>Flexible coupons. You can request your prize to be divided in coupons so that you can control distribution.</li>
<li>No Expiry! You and/or your friends &amp; readers can use coupons in parts till they last. There is no expiry date to for remaining balance.</li>
</ol>
<h3>Review Criteria:</h3>
<p>There are just four criteria that we&#8217;ll be looking at:</p>
<ol>
<li><strong>Originality: </strong>Please avoid copying-pasting content as it is from other web sources like <a href="http://rtcamp.com/buddypress-media/">this</a> and <a href="http://wordpress.org/extend/plugins/buddypress-media/">this</a>.</li>
<li><strong>Correctness:</strong> The review needs to technically correct. If you are not clear about any aspect of BuddyPress-Media, please <a href="http://rtcamp.com/groups/buddypress-media/forum/">ask us</a> for explanation rather misleading people.</li>
<li><strong>Presentation</strong>: Since its all about multimedia, reviews with clear presentation, e.g. screenshots will earn bounty points.</li>
<li><strong>Influence</strong>: How many people does your post reach is also an additional factor. So, tweet, share and spread your words away. Please do not spam people!</li>
</ol>
<h3>Judge</h3>
<p><a title="Aditya Kane" href="http://devilsworkshop.org/author/adityakane/" target="_blank">Aditya Kane</a>, is the chief editor of our popular tech blog, <a title="Devil's Workshop: the Tech Community Blog" href="http://devilsworkshop.org/about/" target="_blank">Devil&#8217;s Workshop</a>. He would be judging the reviews on the criteria above.</p>
<h2>Important Dates</h2>
<table>
<tbody>
<tr>
<th>10th May 2013</th>
<td>Contest starts</td>
</tr>
<tr>
<th>27th May 2013</th>
<td>Contest closes</td>
</tr>
<tr>
<th>28th May 2013</th>
<td>Winners announced</td>
</tr>
</tbody>
</table>
<p>So, grab your keyboards and start writing!</p>
<h2>Useful Links</h2>
<ul>
<li><a href="http://wordpress.org/extend/plugins/buddypress-media/">BuddyPress Media</a></li>
<li><a title="BuddyPress Media Demo" href="http://demo.rtcamp.com/buddypress-media/">Live Demo Site</a></li>
<li><a href="https://rtcamp.com/buddypress-media/addons">BuddyPress Media Addons</a></li>
<li><a href="http://rtcamp.com/buddypress-media/addons/audio-video-encoding-service/">Encoding Service</a></li>
<li><a href="http://rtcamp.com/groups/buddypress-media/forum/">Support Forum</a></li>
<li><a title="BuddyPress Media on Github" href="https://github.com/rtCamp/buddypress-media">Github Repo</a></li>
</ul>
<img src="http://feeds.feedburner.com/~r/rtCamp/~4/SpirIUl8Nqk" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://rtcamp.com/news/buddypress-media-review-contest/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://rtcamp.com/news/buddypress-media-review-contest/</feedburner:origLink></item>
		<item>
		<title>Blogger To WordPress Plugin v2.2 Fixes Mobile Redirection URL</title>
		<link>http://feedproxy.google.com/~r/rtCamp/~3/QmOPxmoLAks/</link>
		<comments>http://rtcamp.com/news/blogger-wordpress-plugin-v2-2/#comments</comments>
		<pubDate>Fri, 10 May 2013 11:22:18 +0000</pubDate>
		<dc:creator>Nitun Lanjewar</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[Blogger Migration]]></category>
		<category><![CDATA[Blogger To WordPress]]></category>

		<guid isPermaLink="false">http://rtcamp.com/?p=37977</guid>
		<description><![CDATA[Blogger to WordPress plugin helps you to redirect mobile template from old blogger blog to new WordPress blog. which is like ?m=1]]></description>
				<content:encoded><![CDATA[<p>We have released a new version of our Blogger To WordPress plugin.</p>
<p>Many bloggers who migrated from blogger.com to self hosted WordPress, were facing issues while redirecting via the mobile template. The URL ends with <strong>?m=1</strong> (for instance, <em>http://example.blogspot.com/test-post.html?m=1</em>).</p>
<p>This issue has been fixed with the new release. You just have to take the following steps on blogger.com:</p>
<ul>
<li>Copy the code generated by plugin and paste it into your blogger.com template, as usual.</li>
<li><em>Disable</em> mobile template.</li>
</ul>
<p><a href="http://cdn.rtcamp.com/wp-content/uploads/2013/05/Blogger-to-wordpress-v2.21.png"><img style=' display: block; margin-right: auto; margin-left: auto;'  class="aligncenter size-large wp-image-37982" alt="Blogger to wordpress v2.2" src="http://cdn.rtcamp.com/wp-content/uploads/2013/05/Blogger-to-wordpress-v2.21-620x256.png" width="620" height="256" /></a></p>
<p><strong>Useful links:</strong></p>
<ul>
<li><a href="http://wordpress.org/extend/plugins/blogger-to-wordpress-redirection/">Download Blogger To WordPress plugin</a>.</li>
<li><a href="http://rtcamp.com/support/forum/blogger-to-wordpress/">Our free support forum</a>.</li>
<li><a href="http://rtcamp.com/tutorials/migrate-from-blogger-to-wordpress-best-diy-tutorial/">Blogger to WordPress DIY article</a>.</li>
</ul>
<img src="http://feeds.feedburner.com/~r/rtCamp/~4/QmOPxmoLAks" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://rtcamp.com/news/blogger-wordpress-plugin-v2-2/feed/</wfw:commentRss>
		<slash:comments>13</slash:comments>
		<feedburner:origLink>http://rtcamp.com/news/blogger-wordpress-plugin-v2-2/</feedburner:origLink></item>
		<item>
		<title>BuddyPress Media 2.13 with audio/video conversion service released</title>
		<link>http://feedproxy.google.com/~r/rtCamp/~3/-nZ1dOzZDxM/</link>
		<comments>http://rtcamp.com/news/buddypress-media-213-audiovideo-conversion-service-released/#comments</comments>
		<pubDate>Thu, 09 May 2013 15:44:50 +0000</pubDate>
		<dc:creator>Saurabh Shukla</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[Audio Conversion]]></category>
		<category><![CDATA[Audio Encoding Service]]></category>
		<category><![CDATA[BuddyPress]]></category>
		<category><![CDATA[BuddyPress Media]]></category>
		<category><![CDATA[Video Conversion]]></category>
		<category><![CDATA[Video Encoding Service]]></category>

		<guid isPermaLink="false">http://rtcamp.com/?p=37858</guid>
		<description><![CDATA[BuddyPress Media 2.13 adds support for a freemium audio/video encoding service that converts multiple formats to  standard mp3/mp4]]></description>
				<content:encoded><![CDATA[<p>As all of us know, the file formats that are compatible with all browsers are mp3 and mp4 for audio and video, respectively. This is why BuddyPress Media only supports these file formats.</p>
<p>In case, you had to support other formats, they had to be converted to mp3 or mp4. Till now, we had two popular addons for this, the <a title="BuddyPress-Media FFMPEG Add-on" href="http://rtcamp.com/store/buddypress-media-ffmpeg/" target="_blank">FFMPEG addon</a> and the <a title="BuddyPress-Media Kaltura Add-on" href="http://rtcamp.com/store/buddypress-media-kaltura/" target="_blank">Kaltura addon</a>. However, the FFMPEG addon required a private server. Sites on shared hosting could not avail of such a conversion, unless they used the Kaltura addon.</p>
<h2>Encoding Service for audio/video</h2>
<p>We conducted a survey and based on user feedback, we&#8217;ve just launched an audio/video encoding service. BuddyPress Media 2.13 adds support for this encoding service. Now, even sites hosted on shared servers can get audio and video from other formats converted to mp3 and mp4.</p>
<p><a href="http://cdn.rtcamp.com/wp-content/uploads/2013/05/encoding.png"><img class="alignnone size-large wp-image-37864" alt="encoding" src="http://cdn.rtcamp.com/wp-content/uploads/2013/05/encoding-620x289.png" width="620" height="289" /></a></p>
<h2>Plans and pricing</h2>
<p>The plans, pricing and other details can be <a title="Audio/Video Encoding Service" href="http://rtcamp.com/buddypress-media/addons/audio-video-encoding-service/" target="_blank">found here</a>.</p>
<h2>How does it work?</h2>
<p>Once you opt for this service, your users will be able to upload audio and video in different formats. These will be sent to the encoding service. It will then convert these into a standard mp3/mp4 file. This will be sent back to your server and saved. This will go on till your quota is valid. Once it is used up, the uploading will go back to the mp3/mp4 only default.</p>
<h2>Who is this for</h2>
<p>Anybody can use this service to support audio and video uploading in multiple formats. However, it&#8217;ll be most useful for sites hosted in a shared environment with limited permissions and resources.</p>
<h2>Coming soon</h2>
<p>We&#8217;ll be expanding and improving upon this model to provide more services apart from encoding:</p>
<ol>
<li><span style="line-height: 14px;">Webcam recording and upload for videos</span></li>
<li>Amazon S3 support</li>
<li>HD profiling</li>
</ol>
<p>If you have any suggestions or queries, do contact us on <a title="BuddyPress Media Support Forum" href="http://rtcamp.com/groups/buddypress-media/forum/" target="_blank">our support forum</a>.</p>
<h2>Service or Addon</h2>
<p>If you have the right resources (a dedicated server) and the permissions (to install media node and FFMPEG), you should opt for our <a title="BuddyPress-Media FFMPEG Add-on" href="http://rtcamp.com/store/buddypress-media-ffmpeg/" target="_blank">FFMPEG addon</a>. Since all the conversion happens on your own server, there are no bandwidth and or size constraints.</p>
<p>If you are not using a dedicated server, for whatever reason and/or don&#8217;t have a high volume of videos, you should opt for the encoding service.</p>
<p><strong>Links: </strong><a href="http://rtcamp.com/buddypress-media/">BuddyPress Media</a> | <a title="BuddyPress Media Demo" href="http://demo.rtcamp.com/buddypress-media" target="_blank">Demo</a> | <a title="Encoding Service details" href="http://rtcamp.com/buddypress-media/addons/audio-video-encoding-service/">Encoding Service details</a></p>
<img src="http://feeds.feedburner.com/~r/rtCamp/~4/-nZ1dOzZDxM" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://rtcamp.com/news/buddypress-media-213-audiovideo-conversion-service-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://rtcamp.com/news/buddypress-media-213-audiovideo-conversion-service-released/</feedburner:origLink></item>
		<item>
		<title>BuddyPress-Media 2.12 with featured media support released</title>
		<link>http://feedproxy.google.com/~r/rtCamp/~3/iBerezK_lGE/</link>
		<comments>http://rtcamp.com/news/buddypress-2-12-with-featured-media-support-released/#comments</comments>
		<pubDate>Tue, 07 May 2013 15:46:58 +0000</pubDate>
		<dc:creator>Saurabh Shukla</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[BuddyPress]]></category>
		<category><![CDATA[BuddyPress Media]]></category>

		<guid isPermaLink="false">http://rtcamp.com/?p=37785</guid>
		<description><![CDATA[BuddyPress-Media 2.12 adds support for featured media for users. It is also the first sponsored release courtesy of Henry Wright.]]></description>
				<content:encoded><![CDATA[<p>BuddyPress Media 2.12 is a very important milestone. It is the first release where a user of BuddyPress Media has been kind enough to sponsor the features released with this version. He is <a title="Henry Wright's Webpage" href="http://about.me/henrywright" target="_blank">Henry Wright</a>. Some of you must have <a title="Henry Wright on rtcamp.com" href="http://rtcamp.com/members/henrywright/" target="_blank">interacted with him</a> on our support forum.</p>
<h2>Featured Media</h2>
<p>This release adds support for setting an uploaded piece of audio, video or a photo as featured for a user. This featured media can then be displayed on the user profile using a simple template tag <code>bp_media_featured()</code>. The documentation can be <a title="Featured Media documentation" href="http://rtcamp.com/buddypress-media/docs/admin/featured-media/" target="_blank">found here</a>.<br />
<a href="http://cdn.rtcamp.com/wp-content/uploads/2013/05/featuredvid1.png"><img class="alignnone size-large wp-image-37813" alt="featuredvid" src="http://cdn.rtcamp.com/wp-content/uploads/2013/05/featuredvid1-620x321.png" width="620" height="321" /></a></p>
<h2>What you could use this for</h2>
<ol>
<li><span style="line-height: 14px;">Display a featured photo/video instead of the latest update</span></li>
<li>Create a cover (like facebook) by adding the template tag and the right css</li>
<li>It&#8217;s especially useful, if you have activities disabled!</li>
</ol>
<p>Basically, it&#8217;s just another media associated with the user. So, whenever you need another video or photo, say for a portfolio, you can use this nifty feature.</p>
<h2>All thanks to Henry</h2>
<p><a href="http://cdn.rtcamp.com/wp-content/uploads/2013/05/henry-wright.png"><img style=' float: left; padding: 4px; margin: 0 7px 2px 0;'  class="size-medium wp-image-37810 alignleft" alt="henry-wright" src="http://cdn.rtcamp.com/wp-content/uploads/2013/05/henry-wright-322x345.png" width="322" height="345" /></a>Henry Wright contacted us on our support forum for such a functionality for a similar purpose. We have been saying that if a feature is <em>required</em> for your project. So much so that you are willing to hire someone, sponsor the development instead. Henry very kindly did that.</p>
<p>Thanks to his sponsorship, we could push this feature out for all of you very quickly! Plus, he vetted the functionality before it was released. So, if this feature is useful for you, do send a &#8216;Thank You&#8217; to Henry. You can find him <a title="Henry Wright on Twitter" href="http://twitter.com/henrywright" target="_blank">@henrywight</a> on twitter or on his <a title="Henry Wight" href="http://about.me/henrywright" target="_blank">about.me page</a>.</p>
<p><strong>Links: </strong><a href="http://rtcamp.com/buddypress-media/">BuddyPress Media</a> | <a title="BuddyPress Media Demo" href="http://demo.rtcamp.com/buddypress-media" target="_blank">Demo</a> | <a title="Featured Media documentation" href="http://rtcamp.com/buddypress-media/docs/admin/featured-media/" target="_blank">Featured Media Documentation</a></p>
<img src="http://feeds.feedburner.com/~r/rtCamp/~4/iBerezK_lGE" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://rtcamp.com/news/buddypress-2-12-with-featured-media-support-released/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		<feedburner:origLink>http://rtcamp.com/news/buddypress-2-12-with-featured-media-support-released/</feedburner:origLink></item>
		<item>
		<title>BuddyPress-Media 2.11 with better support for disabled Activity Stream</title>
		<link>http://feedproxy.google.com/~r/rtCamp/~3/HhPiu4isyDk/</link>
		<comments>http://rtcamp.com/news/buddypress-media-2-11-with-better-support-for-disabled-activity-stream/#comments</comments>
		<pubDate>Fri, 03 May 2013 12:38:17 +0000</pubDate>
		<dc:creator>Saurabh Shukla</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[BuddyPress]]></category>
		<category><![CDATA[BuddyPress Media]]></category>

		<guid isPermaLink="false">http://rtcamp.com/?p=37743</guid>
		<description><![CDATA[BuddyPress Media 2.11 adds download, edit, set media as album cover and delete on sites without activity component]]></description>
				<content:encoded><![CDATA[<p>Today we released BuddyPress Media 2.11 that takes care of a long standing issue with sites that don&#8217;t use the Activity  component.</p>
<h2>BuddyPress Media and Activity component</h2>
<p>A lot of functionality and features of BuddyPress Media is tightly integrated and heavily dependant on the activity component of BuddyPress. So, the meta buttons that exist for each media (favourite, delete, etc), are actually from an associated activity. The comments are actually comments on the activity. So, if the activity component was disabled on a site, none of this functionality would work, nor would any of the buttons show up.</p>
<h2>Decoupling BuddyPress Media from activities</h2>
<p><a href="http://cdn.rtcamp.com/wp-content/uploads/2013/05/activity-no-actions1.png"><img class="alignnone size-large wp-image-37748" alt="activity-no-actions" src="http://cdn.rtcamp.com/wp-content/uploads/2013/05/activity-no-actions1-620x261.png" width="620" height="261" /></a></p>
<p>With 2.11, we removed some more of the dependence on the activity component. BuddyPress Media 2.11 onwards, users can download, edit, set media as album cover and delete media even when the activity component is disabled. Although commenting is still dependent on the activity component, we are exploring alternatives so even this can work in the absence of activities.</p>
<h2>Fixing comment posting</h2>
<p>The comment posting form on the lightbox was having a few glitches and sometimes, a user wasn&#8217;t able to post a comment. This would happen if the lightbox was called on the activity stream. This also has been fixed with this version.</p>
<p><strong>Links: </strong><a href="http://rtcamp.com/buddypress-media/">BuddyPress Media</a> | <a title="BuddyPress Media Demo" href="http://demo.rtcamp.com/buddypress-media" target="_blank">Demo</a></p>
<img src="http://feeds.feedburner.com/~r/rtCamp/~4/HhPiu4isyDk" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://rtcamp.com/news/buddypress-media-2-11-with-better-support-for-disabled-activity-stream/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		<feedburner:origLink>http://rtcamp.com/news/buddypress-media-2-11-with-better-support-for-disabled-activity-stream/</feedburner:origLink></item>
		<item>
		<title>Radhakrishnan Mudliar’s birthday celebration</title>
		<link>http://feedproxy.google.com/~r/rtCamp/~3/Bz06od9fbus/</link>
		<comments>http://rtcamp.com/events/radhakrishnan-mudliars-birthday-celebration/#comments</comments>
		<pubDate>Tue, 30 Apr 2013 15:29:34 +0000</pubDate>
		<dc:creator>Dinesh Jain</dc:creator>
				<category><![CDATA[Events]]></category>

		<guid isPermaLink="false">http://rtcamp.com/?p=37668</guid>
		<description><![CDATA[Wishing you a cheerful and delightful birthday. Happy Birthday!!!]]></description>
				<content:encoded><![CDATA[<p>Wishing you a cheerful and delightful birthday.<br />
Happy Birthday!!! <img src='http://rtcamp.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>

<a href='http://rtcamp.com/events/radhakrishnan-mudliars-birthday-celebration/attachment/img_5121/' title='Birthday Cake'><img width="240" height="184" src="http://cdn.rtcamp.com/wp-content/uploads/2013/04/IMG_5121-240x184.jpg" class="attachment-thumbnail" alt="Birthday Cake" /></a>
<a href='http://rtcamp.com/events/radhakrishnan-mudliars-birthday-celebration/attachment/image_5-2/' title='Birthday Boy...!!!'><img width="240" height="184" src="http://cdn.rtcamp.com/wp-content/uploads/2013/04/image_5-240x184.jpeg" class="attachment-thumbnail" alt="Birthday Boy...!!!" /></a>
<a href='http://rtcamp.com/events/radhakrishnan-mudliars-birthday-celebration/attachment/img_5119/' title='Birthday Celebration Party'><img width="240" height="184" src="http://cdn.rtcamp.com/wp-content/uploads/2013/04/IMG_5119-240x184.jpg" class="attachment-thumbnail" alt="Birthday Celebration Party" /></a>
<a href='http://rtcamp.com/events/radhakrishnan-mudliars-birthday-celebration/attachment/image-6/' title='Birthday Celebration Party'><img width="240" height="184" src="http://cdn.rtcamp.com/wp-content/uploads/2013/04/image7-240x184.jpeg" class="attachment-thumbnail" alt="Birthday Celebration Party" /></a>
<a href='http://rtcamp.com/events/radhakrishnan-mudliars-birthday-celebration/attachment/image_1-2/' title='Birthday Celebration Party'><img width="240" height="184" src="http://cdn.rtcamp.com/wp-content/uploads/2013/04/image_1-240x184.jpeg" class="attachment-thumbnail" alt="Birthday Celebration Party" /></a>
<a href='http://rtcamp.com/events/radhakrishnan-mudliars-birthday-celebration/attachment/image_2-2/' title='Birthday Celebration Party'><img width="240" height="184" src="http://cdn.rtcamp.com/wp-content/uploads/2013/04/image_2-240x184.jpeg" class="attachment-thumbnail" alt="Birthday Celebration Party" /></a>

<img src="http://feeds.feedburner.com/~r/rtCamp/~4/Bz06od9fbus" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://rtcamp.com/events/radhakrishnan-mudliars-birthday-celebration/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://rtcamp.com/events/radhakrishnan-mudliars-birthday-celebration/</feedburner:origLink></item>
		<item>
		<title>BuddyPress-Media Photo Tagging Addon Released</title>
		<link>http://feedproxy.google.com/~r/rtCamp/~3/ZiXQ6kjeg54/</link>
		<comments>http://rtcamp.com/news/buddypressmedia-photo-tagging-addon-released/#comments</comments>
		<pubDate>Thu, 25 Apr 2013 10:39:53 +0000</pubDate>
		<dc:creator>Saurabh Shukla</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[BuddyPress]]></category>
		<category><![CDATA[BuddyPress Media]]></category>

		<guid isPermaLink="false">http://rtcamp.com/?p=37556</guid>
		<description><![CDATA[BuddyPress Media Photo Tagging addon released. It lets users tag each other on their photos.]]></description>
				<content:encoded><![CDATA[<p>Today we released the latest addon in the BuddyPress Media family, the <a title="BuddyPress Media Photo Tagging" href="http://rtcamp.com/store/buddypress-media-photo-tagging/" target="_blank">Photo Tagging</a> addon. This is one of the most demanded addon for BuddyPress Media</p>
<h2>Tag self, tag friends</h2>
<p>Users can now tag themselves and their friends. Tagging is enabled on the users&#8217; own photos or photos uploaded by their friends.</p>
<p><a href="http://cdn.rtcamp.com/wp-content/uploads/2013/04/girls.png"><img class="alignnone size-large wp-image-37558" alt="girls" src="http://cdn.rtcamp.com/wp-content/uploads/2013/04/girls-620x311.png" width="620" height="311" /></a></p>
<p>(<a href="http://www.sxc.hu/profile/donlambson"><em>Photo Credit</em></a>)</p>
<h2>Tagging Notifications</h2>
<p>The moment a user gets tagged, they receive a standard BuddyPress notification in the admin bar.</p>
<p><a href="http://cdn.rtcamp.com/wp-content/uploads/2013/04/tag-notifications1.png"><img class="alignnone size-full wp-image-37559" alt="tag-notifications" src="http://cdn.rtcamp.com/wp-content/uploads/2013/04/tag-notifications1.png" width="593" height="182" /></a></p>
<p>In addition an email is sent to the tagged user, <em>if</em> they haven&#8217;t turned it off in the settings.</p>
<p><a href="http://cdn.rtcamp.com/wp-content/uploads/2013/04/tagging-email.png"><img class="alignnone size-large wp-image-37553" alt="Email Notification" src="http://cdn.rtcamp.com/wp-content/uploads/2013/04/tagging-email-620x49.png" width="620" height="49" /></a></p>
<p><a href="http://cdn.rtcamp.com/wp-content/uploads/2013/04/tagnoticesettings1.png"><img class="alignnone size-large wp-image-37563" alt="tagnoticesettings" src="http://cdn.rtcamp.com/wp-content/uploads/2013/04/tagnoticesettings1-620x279.png" width="620" height="279" /></a></p>
<h2>Upcoming Features</h2>
<p>In the next few releases, we&#8217;ll add tagging support for groups and a moderation feature by which a user can okay a tag before it is published. If you have any more suggestions or feature requests, let us know in our <a href="http://rtcamp.com/support/forum/buddypress-media/" target="_blank">support forum</a>.</p>
<p>The tagging addon is another step in creating a rich social experience for the members of your BuddyPress Media powered community. Now, apart from an <a title="BuddyPress Media v2.9 with Image Editing and Custom Media Sizes" href="http://rtcamp.com/news/buddypress-media-29-image-editing-custom-sizes/" target="_blank">advanced image editor</a>, your users can tag each other and apply<a title="BuddyPress-Media Instagram" href="http://rtcamp.com/store/buddypress-media-instagram/" target="_blank"> interesting Instagram like effects</a> to photos. Uploading and sharing photos has become much more fun!</p>
<h2>Pricing and Availability</h2>
<p>The <a title="BuddyPress Media Photo Tagging" href="http://rtcamp.com/store/buddypress-media-photo-tagging/" target="_blank">BuddyPress-Media Photo Tagging</a> addon is available on the <a title="BuddyPress Media Photo Tagging" href="http://rtcamp.com/store/buddypress-media-photo-tagging/" target="_blank">rtCamp store</a> at a nominal price of $19.</p>
<p>Head there to get your copy!</p>
<p><strong>Links</strong>: <a title="BuddyPress Media Photo Tagging" href="http://rtcamp.com/store/buddypress-media-photo-tagging/" target="_blank">Buy BuddyPress-Media Photo Tagging</a> | <a title="BuddyPress-Media Instagram Demo" href="http://demo.rtcamp.com/buddypress-media" target="_blank">Live Demo</a></p>
<img src="http://feeds.feedburner.com/~r/rtCamp/~4/ZiXQ6kjeg54" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://rtcamp.com/news/buddypressmedia-photo-tagging-addon-released/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://rtcamp.com/news/buddypressmedia-photo-tagging-addon-released/</feedburner:origLink></item>
	</channel>
</rss><!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Database Caching 7/70 queries in 0.028 seconds using apc
Object Caching 4118/4145 objects using apc
Content Delivery Network via cdn.rtcamp.com

 Served from: rtcamp.com @ 2013-05-20 19:29:56 by W3 Total Cache -->
