<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.0.2" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>MediaCore Community &#187; Recent Topics</title>
		<link>http://mediacorecommunity.org/community/</link>
		<description>The support &amp; development community for MediaCore</description>
		<language>en-US</language>
		<pubDate>Sat, 04 Feb 2012 10:37:46 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.0.2</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>http://mediacorecommunity.org/community/search.php</link>
		</textInput>
		<atom:link href="http://mediacorecommunity.org/community/rss/topics" rel="self" type="application/rss+xml" />

		<item>
			<title>sixinco on "How much traffic can Mediacore handle (rough estimate)"</title>
			<link>http://mediacorecommunity.org/community/topic/how-much-traffic-can-mediacore-handle-rough-estimate#post-3504</link>
			<pubDate>Mon, 23 Jan 2012 14:30:23 +0000</pubDate>
			<dc:creator>sixinco</dc:creator>
			<guid isPermaLink="false">3504@http://mediacorecommunity.org/community/</guid>
			<description>&#60;p&#62;I am planning to use Mediacore for a high traffic website and want it to run as optimized as possible. Which means I don't want to just add servers or completely rewrite it. Hosting is on the same server, but keep encoding apart so that wont be a problem &#60;/p&#62;
&#60;p&#62;So is this possible when I use a Dual core server with 4GB and traffic of about 50k per day and 3500 per hour peaks?&#60;/p&#62;
&#60;p&#62;thx.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Jose on "facebook + twitter share question"</title>
			<link>http://mediacorecommunity.org/community/topic/facebook-twitter-share-question#post-3498</link>
			<pubDate>Thu, 19 Jan 2012 07:12:36 +0000</pubDate>
			<dc:creator>Jose</dc:creator>
			<guid isPermaLink="false">3498@http://mediacorecommunity.org/community/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;first of all: sorry for my english.&#60;/p&#62;
&#60;p&#62;Since a week or so i have the problem if i share a video on facebook and twitter, it seems to be that something &#34;crashes&#34;.&#60;/p&#62;
&#60;p&#62;I have to reboot the server, and then works it fine again.&#60;/p&#62;
&#60;p&#62;So, i have no idea which happend there, maybe someone any idea?&#60;/p&#62;
&#60;p&#62;thank you.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>bgavin on "Not working after computer restart"</title>
			<link>http://mediacorecommunity.org/community/topic/not-working-after-computer-restart#post-3521</link>
			<pubDate>Mon, 30 Jan 2012 14:06:51 +0000</pubDate>
			<dc:creator>bgavin</dc:creator>
			<guid isPermaLink="false">3521@http://mediacorecommunity.org/community/</guid>
			<description>&#60;p&#62;I have mediacore installed in VMware on ubuntu 32bit. I followed these instructions:  &#60;a href=&#34;https://docs.google.com/document/pub?id=1DAikm-mCYiNFddClW21S0G-EwzINIC_gUl7pn2jq2zA&#34; rel=&#34;nofollow&#34;&#62;https://docs.google.com/document/pub?id=1DAikm-mCYiNFddClW21S0G-EwzINIC_gUl7pn2jq2zA&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;When I restart ubuntu, I get a Welcome to Nginx! page. And mediacore no longer works. I have run the two commands at the bottom of the guide. I can roll back the snapshot to right before I reboot, and mediacore works again. However, this is not a permanent solution. &#60;/p&#62;
&#60;p&#62;Does anyone know what I have missed?&#60;/p&#62;
&#60;p&#62;Thanks in advance,&#60;br /&#62;
Brett
&#60;/p&#62;</description>
		</item>
		<item>
			<title>bgavin on "install error on Ubuntu 11.10"</title>
			<link>http://mediacorecommunity.org/community/topic/install-error-on-ubuntu-1110#post-3515</link>
			<pubDate>Fri, 27 Jan 2012 17:54:30 +0000</pubDate>
			<dc:creator>bgavin</dc:creator>
			<guid isPermaLink="false">3515@http://mediacorecommunity.org/community/</guid>
			<description>&#60;p&#62;I am almost all the way through the install and I am receiving the following error:&#60;/p&#62;
&#60;p&#62;(mediacore_env)root@mediacore:/mediacore-community# mysql -u root mediacore_db &#38;lt; setup_triggers.sql -p&#60;br /&#62;
Enter password:&#60;br /&#62;
ERROR 1146 (42S02) at line 12: Table 'mediacore_db.media' doesn't exist&#60;/p&#62;
&#60;p&#62;Here is the context from which I copied this:&#60;br /&#62;
  File &#34;/mediacore-community/mediacore/lib/helpers.py&#34;, line 37, in &#38;lt;module&#38;gt;&#60;br /&#62;
    from mediacore.lib.players import (embed_player, embed_iframe, media_player,&#60;br /&#62;
  File &#34;/mediacore-community/mediacore/lib/players.py&#34;, line 16, in &#38;lt;module&#38;gt;&#60;br /&#62;
    from mediacore.forms.admin import players as player_forms&#60;br /&#62;
  File &#34;/mediacore-community/mediacore/forms/__init__.py&#34;, line 15, in &#38;lt;module&#38;gt;&#60;br /&#62;
    from mediacore.lib.xhtml import clean_xhtml, decode_entities, line_break_xhtml&#60;br /&#62;
  File &#34;/mediacore-community/mediacore/lib/xhtml/__init__.py&#34;, line 13, in &#38;lt;module&#38;gt;&#60;br /&#62;
    from mediacore.lib.xhtml.htmlsanitizer import (Cleaner,&#60;br /&#62;
  File &#34;/mediacore-community/mediacore/lib/xhtml/htmlsanitizer.py&#34;, line 21&#60;br /&#62;
SyntaxError: Non-ASCII character '\xc3' in file /mediacore-community/mediacore/lib/xhtml/htmlsanitizer.py on line 22, but no encoding declared; see &#60;a href=&#34;http://www.python.org/peps/pep-0263.html&#34; rel=&#34;nofollow&#34;&#62;http://www.python.org/peps/pep-0263.html&#60;/a&#62; for details&#60;br /&#62;
(mediacore_env)root@mediacore:/mediacore-community# mysql -u root mediacore_db &#38;lt; setup_triggers.sql -p&#60;br /&#62;
Enter password:&#60;br /&#62;
ERROR 1146 (42S02) at line 12: Table 'mediacore_db.media' doesn't exist&#60;br /&#62;
(mediacore_env)root@mediacore:/mediacore-community# nano development.ini&#60;br /&#62;
(mediacore_env)root@mediacore:/mediacore-community#&#60;br /&#62;
(mediacore_env)root@mediacore:/mediacore-community# &#60;/p&#62;
&#60;p&#62;Does anyone have any ideas?&#60;/p&#62;
&#60;p&#62;Thanks in advance!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>royearguan on "upload"</title>
			<link>http://mediacorecommunity.org/community/topic/upload-1#post-3495</link>
			<pubDate>Thu, 19 Jan 2012 06:17:11 +0000</pubDate>
			<dc:creator>royearguan</dc:creator>
			<guid isPermaLink="false">3495@http://mediacorecommunity.org/community/</guid>
			<description>&#60;p&#62;when u upload a video how can i ask for more details...&#60;br /&#62;
like country age male/female and more
&#60;/p&#62;</description>
		</item>
		<item>
			<title>chrising on "Featured view count"</title>
			<link>http://mediacorecommunity.org/community/topic/featured-view-count#post-3502</link>
			<pubDate>Sun, 22 Jan 2012 18:33:51 +0000</pubDate>
			<dc:creator>chrising</dc:creator>
			<guid isPermaLink="false">3502@http://mediacorecommunity.org/community/</guid>
			<description>&#60;p&#62;We tried implementing the Featured feature on our site, but decided to remove it because when people play the video directly from front page it doesn't increment the view count.&#60;/p&#62;
&#60;p&#62;Does anyone know if there is a fix for this?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>bgt on "Popularity"</title>
			<link>http://mediacorecommunity.org/community/topic/popularity#post-2198</link>
			<pubDate>Mon, 23 May 2011 18:47:44 +0000</pubDate>
			<dc:creator>bgt</dc:creator>
			<guid isPermaLink="false">2198@http://mediacorecommunity.org/community/</guid>
			<description>&#60;p&#62;The Popular Section on the Homepage will no longer update.  Whenever I view &#60;a href=&#34;http://www.domain.com/media?show=popular&#34; rel=&#34;nofollow&#34;&#62;http://www.domain.com/media?show=popular&#60;/a&#62; ; it will display the most popular videos.  &#60;/p&#62;
&#60;p&#62;However, anytime the main site is viewed.  &#60;a href=&#34;http://www.domain.com&#34; rel=&#34;nofollow&#34;&#62;http://www.domain.com&#60;/a&#62;.  The same videos that were popular two weeks ago keep displaying and never change.  Even when viewing &#60;a href=&#34;http://www.domain.com/media?show=popular&#34; rel=&#34;nofollow&#34;&#62;http://www.domain.com/media?show=popular&#60;/a&#62; ; it has different top videos as being popular.  &#60;/p&#62;
&#60;p&#62;I'm not entirely sure what would cause this issue.&#60;/p&#62;
&#60;p&#62;Additionally, how would I force mediacore to weigh the amount of views a video has more in its formula regarding popularity rather than the amount of likes.&#60;/p&#62;
&#60;p&#62;Edit:  I can get it to change on the main page if I spam a lot of likes on a video in a really short period of time.  But, I've noticed that really new videos don't appear in the popular videos at all though (even if I spam a lot of likes on it).  At least, on the main page.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>garybruckheimer on "How to upgrade (secure) from 0.9 to 0.9.1"</title>
			<link>http://mediacorecommunity.org/community/topic/how-to-upgrade-secure-from-09-to-091#post-3489</link>
			<pubDate>Tue, 17 Jan 2012 06:03:06 +0000</pubDate>
			<dc:creator>garybruckheimer</dc:creator>
			<guid isPermaLink="false">3489@http://mediacorecommunity.org/community/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;we running MC 0.9 and i would like to ask if anyone has upgrade from 0.9 to 0.9.1.&#60;/p&#62;
&#60;p&#62;How can we do this in a secure and safety way?&#60;/p&#62;
&#60;p&#62;Thanks for any help!&#60;br /&#62;
Gary
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Jose on "Stop playing Videos"</title>
			<link>http://mediacorecommunity.org/community/topic/stop-playing-videos#post-3440</link>
			<pubDate>Sun, 01 Jan 2012 14:55:31 +0000</pubDate>
			<dc:creator>Jose</dc:creator>
			<guid isPermaLink="false">3440@http://mediacorecommunity.org/community/</guid>
			<description>&#60;p&#62;Hi,&#60;br /&#62;
at the moment i have the problem if i upload a video (mp4) and if i publish it,&#60;br /&#62;
the player (i tried all) don't play the video.&#60;/p&#62;
&#60;p&#62;Mp3 works fine.&#60;/p&#62;
&#60;p&#62;I don't know how this happend, maybe someone knows why... (last 3 days it works perfect)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Jose on "how to update the flowplayer"</title>
			<link>http://mediacorecommunity.org/community/topic/how-to-update-the-flowplayer#post-3449</link>
			<pubDate>Thu, 05 Jan 2012 06:22:34 +0000</pubDate>
			<dc:creator>Jose</dc:creator>
			<guid isPermaLink="false">3449@http://mediacorecommunity.org/community/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;maybe this is a little stupid question, but how can i update the flowplayer to actually version?&#60;/p&#62;
&#60;p&#62;thanks
&#60;/p&#62;</description>
		</item>
		<item>
			<title>fneyron on "Variable assignment &#039;deployment.ini&#039; invalid (no &#34;=&#34;)"</title>
			<link>http://mediacorecommunity.org/community/topic/variable-assignment-deploymentini-invalid-no#post-3454</link>
			<pubDate>Wed, 11 Jan 2012 13:03:26 +0000</pubDate>
			<dc:creator>fneyron</dc:creator>
			<guid isPermaLink="false">3454@http://mediacorecommunity.org/community/</guid>
			<description>&#60;p&#62;Hi,&#60;br /&#62;
I succesfully installed mediacore and can launch it with paster serve --reload development.ini in the python virtual environment.&#60;br /&#62;
Now i would like to go in deployment mode but i get the following error :&#60;/p&#62;
&#60;p&#62;Distribution already installed:&#60;br /&#62;
  MediaCore 0.9.1 from /etc/mediacore&#60;br /&#62;
Variable assignment 'deployment.ini' invalid (no &#34;=&#34;)&#60;/p&#62;
&#60;p&#62;with the command  :&#60;br /&#62;
paster make-config MediaCore CE deployment.ini&#60;/p&#62;
&#60;p&#62;Do you have an idea to solve it ? &#60;/p&#62;
&#60;p&#62;Another question when you are in deployment mode is mediacore launched as a daemon ?&#60;/p&#62;
&#60;p&#62;Thanks, Florent NEYRON
&#60;/p&#62;</description>
		</item>
		<item>
			<title>chrising on "ZeroDivisionError: float division after changing popularity values"</title>
			<link>http://mediacorecommunity.org/community/topic/zerodivisionerror-float-division-after-changing-popularity-values#post-3488</link>
			<pubDate>Mon, 16 Jan 2012 18:46:46 +0000</pubDate>
			<dc:creator>chrising</dc:creator>
			<guid isPermaLink="false">3488@http://mediacorecommunity.org/community/</guid>
			<description>&#60;p&#62;I'm having issues adding new media to our servers.  I think it occurred when I was playing around with the Popularity settings to try to remove that feature.  The current settings are Decay Exponent: 1 Decay Lifetime: 1 but I can't changes these to any other values.&#60;/p&#62;
&#60;p&#62;So when I try to publish new content it fails with&#60;br /&#62;
popularity = math.log(max(abs(score), 1), log_base) + sign * t / base_life&#60;br /&#62;
ZeroDivisionError: float division&#60;/p&#62;
&#60;p&#62;Does anyone know how I can reset to the default values or a work around to fix this error so I can continue publishing new media.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Olloff on "Unable to post from 178.213.0.0/21"</title>
			<link>http://mediacorecommunity.org/community/topic/unable-to-post-from-1782130021#post-3467</link>
			<pubDate>Fri, 13 Jan 2012 05:51:25 +0000</pubDate>
			<dc:creator>Olloff</dc:creator>
			<guid isPermaLink="false">3467@http://mediacorecommunity.org/community/</guid>
			<description>&#60;p&#62;Sorry if that's not a best way to solve such problems but I can't send any message from 178.213.0.0/21. There is no errors.&#60;/p&#62;
&#60;p&#62;Can someone help me?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Felix Schwarz on "Please help checking github forks for useful patches"</title>
			<link>http://mediacorecommunity.org/community/topic/please-help-checking-github-forks-for-useful-patches#post-3487</link>
			<pubDate>Mon, 16 Jan 2012 15:42:33 +0000</pubDate>
			<dc:creator>Felix Schwarz</dc:creator>
			<guid isPermaLink="false">3487@http://mediacorecommunity.org/community/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;there are quite a few &#60;a href=&#34;https://github.com/mediacore/mediacore-community/network/members&#34;&#62;MediaCore forks on github&#60;/a&#62;. Some of them don't have any custom commits but others do.&#60;/p&#62;
&#60;p&#62;If someone has spare time please crawl the list above, check each repo for custom commits (e.g. by switching from 'members' to the graph view to see new commits) and screen them if the appear useful for MediaCore as a project. I'll check if I can commit the proposed changes.&#60;/p&#62;
&#60;p&#62;Also if you have useful changes in your private repos please don't hesitate sharing them.&#60;/p&#62;
&#60;p&#62;Thanks a lot.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Jeremy on "Announcing MediaCore Community Edition and releasing 0.9.1"</title>
			<link>http://mediacorecommunity.org/community/topic/announcing-mediacore-community-edition-and-releasing-091#post-3452</link>
			<pubDate>Sat, 07 Jan 2012 14:52:24 +0000</pubDate>
			<dc:creator>Jeremy</dc:creator>
			<guid isPermaLink="false">3452@http://mediacorecommunity.org/community/</guid>
			<description>&#60;p&#62;Hey everyone,&#60;/p&#62;
&#60;p&#62;We've made some big changes this week to what was previously opensource.mediacore.com. The biggest single change is that the open source version of MediaCore is now codenamed &#34;MediaCore Community Edition&#34; or &#34;MediaCore CE&#34; - for short. We've completely rebuilt the website and the documentation to reflect this change. &#60;/p&#62;
&#60;p&#62;The main reason behind this new direction is that we were finding that many people were confused between which version of MediaCore they were running. As many of you may know in August we launched a hosted version of MediaCore that is completely cloud based, and many of our customers on both the open source and cloud side frequently were confused on the differences between the two platforms. We've addressed the differences in particular on the compare page here:&#60;br /&#62;
&#60;a href=&#34;http://mediacorecommunity.org/#comparison&#34; rel=&#34;nofollow&#34;&#62;http://mediacorecommunity.org/#comparison&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;The second reason for the change is that we want the community to get more involved in MediaCore CE development. In the past we've been the gatekeepers on releasing the code, storing things up into a release, and pushing the release out. We're looking to make things much more fluid and to that end we've made both Felix Schwarz and Domar Komen administrators of the github account for the MediaCore CE community. Other active developers will be given push/pull access to our GitHub account if they wish to become a maintainer or core developer. &#60;/p&#62;
&#60;p&#62;We will continue to make bug fixes and minor improvements to the community edition from time to time, but as the codebase between MediaCore and MediaCore CE has become massively different, we are no longer able to port improvements made in MediaCore to MediaCore CE. Most of this has to do with our architecture for MediaCore being tied exclusively to the Amazon stack. We're really hoping that there will be a group of developers within the MediaCore CE community that will continue the development on MediaCore CE and make it even better over time.&#60;/p&#62;
&#60;p&#62;Some housekeeping items:&#60;br /&#62;
1. We've renamed our github account from github.com/mediacore/mediacore to github.com/mediacore/mediacore-community. This change is to make it clearer that the Community version of MediaCore is separate from the cloud hosted version.&#60;/p&#62;
&#60;p&#62;2. Everyone will need to run this command to update your git repo:&#60;br /&#62;
&#60;code&#62;git remote set-url origin &#60;a href=&#34;mailto:git@github.com&#34;&#62;git@github.com&#60;/a&#62;:mediacore/mediacore-community.git&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;&#60;strong&#62;0.9.1 release notes&#60;/strong&#62;&#60;/p&#62;
&#60;p&#62;Mostly this was a minor bugfix release and includes:&#60;/p&#62;
&#60;ul&#62;
&#60;li&#62;Fix to reduce the possibility of deadlocks when incrementing media view counts. This should result in fewer server crashes for sites under high load.&#60;/li&#62;
&#60;li&#62;Simplify Media.increment_views() to not mask lock wait timeout errors&#60;/li&#62;
&#60;li&#62;Add troubleshooting note about Fedora installation issue&#60;/li&#62;
&#60;li&#62;Add encoding installation instructions to Plugin docs&#60;/li&#62;
&#60;li&#62;Updated MediaCore CE logo inside the application&#60;/li&#62;
&#60;/ul&#62;
&#60;p&#62;Let us know if you catch any errors on the new site or if you have any questions. &#60;/p&#62;
&#60;p&#62;Cheers,&#60;br /&#62;
Jeremy
&#60;/p&#62;</description>
		</item>
		<item>
			<title>ruby on "Installing Mediacore on Dreamhost (Shared Hosting)"</title>
			<link>http://mediacorecommunity.org/community/topic/installing-mediacore-on-dreamhost-shared-hosting#post-385</link>
			<pubDate>Fri, 21 May 2010 00:39:33 +0000</pubDate>
			<dc:creator>ruby</dc:creator>
			<guid isPermaLink="false">385@http://mediacorecommunity.org/community/</guid>
			<description>&#60;p&#62;Hey guys,&#60;/p&#62;
&#60;p&#62;I am trying to install Mediacore on my shared hosting account provided by Dreamhost.&#60;/p&#62;
&#60;p&#62;I have installed Python 2.6.5 with Virtual environment.&#60;/p&#62;
&#60;p&#62;When I try to install mediacore, I get the following error:&#60;/p&#62;
&#60;p&#62;--------------------&#60;br /&#62;
[expos]$ ./mediacore.fcgi&#60;br /&#62;
Traceback (most recent call last):&#60;br /&#62;
  File &#34;./mediacore.fcgi&#34;, line 43, in &#38;lt;module&#38;gt;&#60;br /&#62;
    app = loadapp('config:'+deployment_config)&#60;br /&#62;
  File &#34;/home/asamurai/applications/MediaCore-0.8.0/mediacore_env/lib/python2.6/site-packages/PasteDeploy-1.3.3-py2.6.egg/paste/deploy/loadwsgi.py&#34;, line 204, in loadapp&#60;br /&#62;
    return loadobj(APP, uri, name=name, **kw)&#60;br /&#62;
  File &#34;/home/asamurai/applications/MediaCore-0.8.0/mediacore_env/lib/python2.6/site-packages/PasteDeploy-1.3.3-py2.6.egg/paste/deploy/loadwsgi.py&#34;, line 224, in loadobj&#60;br /&#62;
    global_conf=global_conf)&#60;br /&#62;
  File &#34;/home/asamurai/applications/MediaCore-0.8.0/mediacore_env/lib/python2.6/site-packages/PasteDeploy-1.3.3-py2.6.egg/paste/deploy/loadwsgi.py&#34;, line 248, in loadcontext&#60;br /&#62;
    global_conf=global_conf)&#60;br /&#62;
  File &#34;/home/asamurai/applications/MediaCore-0.8.0/mediacore_env/lib/python2.6/site-packages/PasteDeploy-1.3.3-py2.6.egg/paste/deploy/loadwsgi.py&#34;, line 278, in _loadconfig&#60;br /&#62;
    return loader.get_context(object_type, name, global_conf)&#60;br /&#62;
  File &#34;/home/asamurai/applications/MediaCore-0.8.0/mediacore_env/lib/python2.6/site-packages/PasteDeploy-1.3.3-py2.6.egg/paste/deploy/loadwsgi.py&#34;, line 409, in get_context&#60;br /&#62;
    section)&#60;br /&#62;
  File &#34;/home/asamurai/applications/MediaCore-0.8.0/mediacore_env/lib/python2.6/site-packages/PasteDeploy-1.3.3-py2.6.egg/paste/deploy/loadwsgi.py&#34;, line 431, in _context_from_use&#60;br /&#62;
    object_type, name=use, global_conf=global_conf)&#60;br /&#62;
  File &#34;/home/asamurai/applications/MediaCore-0.8.0/mediacore_env/lib/python2.6/site-packages/PasteDeploy-1.3.3-py2.6.egg/paste/deploy/loadwsgi.py&#34;, line 361, in get_context&#60;br /&#62;
    global_conf=global_conf)&#60;br /&#62;
  File &#34;/home/asamurai/applications/MediaCore-0.8.0/mediacore_env/lib/python2.6/site-packages/PasteDeploy-1.3.3-py2.6.egg/paste/deploy/loadwsgi.py&#34;, line 248, in loadcontext&#60;br /&#62;
    global_conf=global_conf)&#60;br /&#62;
  File &#34;/home/asamurai/applications/MediaCore-0.8.0/mediacore_env/lib/python2.6/site-packages/PasteDeploy-1.3.3-py2.6.egg/paste/deploy/loadwsgi.py&#34;, line 285, in _loadegg&#60;br /&#62;
    return loader.get_context(object_type, name, global_conf)&#60;br /&#62;
  File &#34;/home/asamurai/applications/MediaCore-0.8.0/mediacore_env/lib/python2.6/site-packages/PasteDeploy-1.3.3-py2.6.egg/paste/deploy/loadwsgi.py&#34;, line 561, in get_context&#60;br /&#62;
    object_type, name=name)&#60;br /&#62;
  File &#34;/home/asamurai/applications/MediaCore-0.8.0/mediacore_env/lib/python2.6/site-packages/PasteDeploy-1.3.3-py2.6.egg/paste/deploy/loadwsgi.py&#34;, line 581, in find_egg_entry_point&#60;br /&#62;
    pkg_resources.require(self.spec)&#60;br /&#62;
  File &#34;/home/asamurai/applications/MediaCore-0.8.0/mediacore_env/lib/python2.6/site-packages/setuptools-0.6c11-py2.6.egg/pkg_resources.py&#34;, line 666, in require&#60;br /&#62;
  File &#34;/home/asamurai/applications/MediaCore-0.8.0/mediacore_env/lib/python2.6/site-packages/setuptools-0.6c11-py2.6.egg/pkg_resources.py&#34;, line 565, in resolve&#60;br /&#62;
pkg_resources.DistributionNotFound: MediaCore&#60;br /&#62;
--------------------&#60;/p&#62;
&#60;p&#62;I would really appreciate if you can please help me with this one :)&#60;/p&#62;
&#60;p&#62;-- Ruby
&#60;/p&#62;</description>
		</item>
		<item>
			<title>amine on "A brand new website, mediacore based."</title>
			<link>http://mediacorecommunity.org/community/topic/a-brand-new-website-mediacore-based#post-3445</link>
			<pubDate>Mon, 02 Jan 2012 20:55:18 +0000</pubDate>
			<dc:creator>amine</dc:creator>
			<guid isPermaLink="false">3445@http://mediacorecommunity.org/community/</guid>
			<description>&#60;p&#62;here it will live: &#60;a href=&#34;http://vs-157685.vala-bleu.com/&#34; rel=&#34;nofollow&#34;&#62;http://vs-157685.vala-bleu.com/&#60;/a&#62;&#60;br /&#62;
The template customization  is not yet done, a few days to go, i'm learning Pylons by the way.&#60;/p&#62;
&#60;p&#62;Mediacore 0.9, mod_wsgi, centos, database filled by scrapy (python crawler/spider framework). 2 custom plugins/players written right now, more are baking.&#60;/p&#62;
&#60;p&#62;wishing to upgrade to Mediacore 1.0.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>KTachyon on "MySQL locks during view updates"</title>
			<link>http://mediacorecommunity.org/community/topic/mysql-locks-during-view-updates#post-3404</link>
			<pubDate>Wed, 21 Dec 2011 12:06:34 +0000</pubDate>
			<dc:creator>KTachyon</dc:creator>
			<guid isPermaLink="false">3404@http://mediacorecommunity.org/community/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;I've been having trouble with MySQL locks when there are too many incoming connections at the same time. It seems that consecutive view number updates are locking each other (once the innodb_lock_wait_timeout is reached, the next update is executed, locking the remaining, plus a &#34;SELECT 1 FROM media_fulltext LIMIT 1&#34;).&#60;/p&#62;
&#60;p&#62;I've been looking at the model/media.py file and it seems that the transaction is either getting commited or rolled back, so it shouldn't keep the lock, but as I see it, it seems that each mediacore-mysql connection is retaining the lock to the table so the remaining connections cannot perform their updates.&#60;/p&#62;
&#60;p&#62;Also, the comment's on the increment_views function says that the update shouldn't change the modified_on column, but every update to the views I see always update the modified_on anyway. For example:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;UPDATE media SET modified_on=&#38;#39;2011-12-21 15:12:22&#38;#39;, views=(media.views + 1) WHERE media.id = 1021&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;I've tested the same thing on the Demo site, but there were no problems (don't know if my requests are actually faster than the database updates on that server, so that test might not be conclusive that it's a problem with the platform).&#60;/p&#62;
&#60;p&#62;Has anyone experienced this issue? Or does anyone have any suggestion on how to solve it?&#60;/p&#62;
&#60;p&#62;At first I thought it was an issue with my MySQL installation, so I've posted the same problem on stackoverflow. You can see more details here:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://stackoverflow.com/questions/8589235/mysql-updates-getting-stuck&#34; rel=&#34;nofollow&#34;&#62;http://stackoverflow.com/questions/8589235/mysql-updates-getting-stuck&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Olloff on "Feature question: batch upload, formats support, cyrillic support"</title>
			<link>http://mediacorecommunity.org/community/topic/feature-question-batch-upload-formats-support-cyrillic-support#post-3465</link>
			<pubDate>Fri, 13 Jan 2012 05:40:56 +0000</pubDate>
			<dc:creator>Olloff</dc:creator>
			<guid isPermaLink="false">3465@http://mediacorecommunity.org/community/</guid>
			<description>&#60;p&#62;Hello all. Can you give me more information about this system?&#60;/p&#62;
&#60;p&#62;How Mediacore CE categories system works? Does it support one file in several categories?&#60;/p&#62;
&#60;p&#62;I want to use Mediacore to organize small video library (about 100 titles) (I know there is an easier way but I want to use Mediacore):&#60;br /&#62;
*Can Mediacore stream unconverted files? What if most of this files have different resolutions (from 240p to 720p/1080p) and mostly encoded in h264 and xvid?&#60;br /&#62;
*Can I batch load all these files with all needed info (description and category/tag)?&#60;/p&#62;
&#60;p&#62;Does Mediacore support unicode/cyrillic? Does it require additional manipulations (specific DB codepage, etc)?&#60;/p&#62;
&#60;p&#62;Sorry if that question already asks. Would appreciate any help!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>deanb on "Thumbnail wont load"</title>
			<link>http://mediacorecommunity.org/community/topic/thumbnail-wont-load#post-3455</link>
			<pubDate>Thu, 12 Jan 2012 04:39:25 +0000</pubDate>
			<dc:creator>deanb</dc:creator>
			<guid isPermaLink="false">3455@http://mediacorecommunity.org/community/</guid>
			<description>&#60;p&#62;Hi, hope you can help I'm really struggling. I've followed the installation procedure and cannot get thumbnails to load. I receive the error message 'Saving the file failed. Please try again' &#60;/p&#62;
&#60;p&#62;I have checked permissions for the image directory, i think this is a problem with zlib and libjpeg. Which I have checked are installed. I notice during the python setup.py it says these are not available (they are though).&#60;/p&#62;
&#60;p&#62;This is on ubuntu 11.10 server 64&#60;/p&#62;
&#60;p&#62;I have followed the preliminary pre-requisites and the installation procedure exactly&#60;/p&#62;
&#60;p&#62;Anyone else have this problem and has been able to resolve it?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>screeneyes on "install on ubunutu 11.10 - Edit the development.ini"</title>
			<link>http://mediacorecommunity.org/community/topic/install-on-ubunutu-1110-edit-the-developmentini#post-3471</link>
			<pubDate>Sat, 14 Jan 2012 07:47:42 +0000</pubDate>
			<dc:creator>screeneyes</dc:creator>
			<guid isPermaLink="false">3471@http://mediacorecommunity.org/community/</guid>
			<description>&#60;p&#62;Hello, by the part where i have to edit the development.ini&#60;/p&#62;
&#60;p&#62;[server:main]&#60;br /&#62;
use = egg:Paste#http         leave like it is&#60;br /&#62;
host = 86.110.226.140        take ip from ifconfig?&#60;br /&#62;
port = 8080                  replace with 80&#60;/p&#62;
&#60;p&#62;[app:main]&#60;br /&#62;
# Specify the database for SQLAlchemy to use&#60;br /&#62;
sqlalchemy.url = mysql://root:test@localhost/mediacore_db?&#60;br /&#62;
is test password for mysql? or username?&#60;/p&#62;
&#60;p&#62;thanks already a lot!!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Olloff on "Can&#039;t populate DB - No pylonshq - Mediacore over Ubuntu 11.10 + Python 2.7"</title>
			<link>http://mediacorecommunity.org/community/topic/cant-populate-db-no-pylonshq-mediacore-over-ubuntu-1110-python-27-32#post-3463</link>
			<pubDate>Fri, 13 Jan 2012 05:29:50 +0000</pubDate>
			<dc:creator>Olloff</dc:creator>
			<guid isPermaLink="false">3463@http://mediacorecommunity.org/community/</guid>
			<description>&#60;p&#62;Hi guys, sorry if I would ask basic questions (I'm completely new in python) and for my English of course.&#60;/p&#62;
&#60;p&#62;Where I need to place my virtualenv? Does It need to be in same dir where mediacore installed? Or I might to place it in '/home' dir?&#60;/p&#62;
&#60;p&#62;I also compiled ('setup.py develop') Mediacore in that virtual environment and created DB but I can't populate database.&#60;br /&#62;
Every time I've get an error 'No module named pylonshq'. I already tried to install 'repoze.what_pylons' (as it adviced on turbogears group) but it won't help.&#60;/p&#62;
&#60;p&#62;Any help will be appreciated. Thanks.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ian Crowe on "Theme Designer sought"</title>
			<link>http://mediacorecommunity.org/community/topic/theme-designer-sought#post-3459</link>
			<pubDate>Thu, 12 Jan 2012 16:39:00 +0000</pubDate>
			<dc:creator>Ian Crowe</dc:creator>
			<guid isPermaLink="false">3459@http://mediacorecommunity.org/community/</guid>
			<description>&#60;p&#62;Hello,&#60;/p&#62;
&#60;p&#62;I'm new to MediaCore and web development generally.  &#60;/p&#62;
&#60;p&#62;I am looking for an existing or custom MediaCore theme w/ the following features:  &#34;Follow&#34; other users; vote up or down eachother's videos; initiate requests to each other that can be accepted or denied.&#60;/p&#62;
&#60;p&#62;This is for a cameraphone sharing blog, all user-submitted. People will be uploading directly from their mobile phones and I want them to be able to follow their friends.&#60;/p&#62;
&#60;p&#62;Thank you.  All help is appreciated.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ruben on "A annoying template problem."</title>
			<link>http://mediacorecommunity.org/community/topic/a-annoying-template-problem#post-3402</link>
			<pubDate>Tue, 20 Dec 2011 20:31:59 +0000</pubDate>
			<dc:creator>Ruben</dc:creator>
			<guid isPermaLink="false">3402@http://mediacorecommunity.org/community/</guid>
			<description>&#60;p&#62;Hi, this problem is so annoying and I don´t know how can I solve it.&#60;/p&#62;
&#60;p&#62;I have a few mediacore project, some with a custom html (editing mediacore/templates/media/explore... or other template in templates folder).&#60;/p&#62;
&#60;p&#62;This work great in other server, but know I am trying to do the same in and new server and the problem appear.&#60;/p&#62;
&#60;p&#62;If I have 5 mediacore projects, changes in templates don´t work (I can delete the folder template in this mediacore project a nothing happend) in any of them only in the last one if I changed something this change affect to all mediacore-projects.&#60;/p&#62;
&#60;p&#62;I don´t know how solve it, I am using wsgi and all apache config files are ok.&#60;br /&#62;
I think that no are a apache problem because if I disable the last mediacore-project nothing happend the apache project is off but the changes in it templates follow affect to all mediacore-projects.&#60;/p&#62;
&#60;p&#62;It is so strange and i don´t know where is the problem.&#60;br /&#62;
all deployment-scripts/mod_wsgi/mediacore.wsgi in all project are ok and looking to his project.&#60;br /&#62;
all apache/site-avaliable/mediacoreprojects.conf are fine and looking to his project.&#60;/p&#62;
&#60;p&#62;Sorry for my english, any support will be very appreciate.&#60;br /&#62;
Rubén
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Zinnium on "Who wants a video grabber?"</title>
			<link>http://mediacorecommunity.org/community/topic/who-wants-a-video-grabber#post-3397</link>
			<pubDate>Mon, 19 Dec 2011 18:43:57 +0000</pubDate>
			<dc:creator>Zinnium</dc:creator>
			<guid isPermaLink="false">3397@http://mediacorecommunity.org/community/</guid>
			<description>&#60;p&#62;What would people be willing to play for a video grabber service.  &#60;/p&#62;
&#60;p&#62;***This is not to be a download service as it would violate DMCA.***&#60;/p&#62;
&#60;p&#62;This would be to fetch embedded codes, thumbs, titles, descriptions, comments and etc... This would be for pretty much all major tube sites including the adults too. &#60;/p&#62;
&#60;p&#62;I am looking at offering this as a service where all the major functions are ran on our servers and let you pick content you want, and set it to automatically load to your servers. &#60;/p&#62;
&#60;p&#62;I was thinking about setting pricing to a monthly plan for all you can eat buffet per site.   &#60;/p&#62;
&#60;p&#62;I was also thinking of adding the add solution into the package.   with custom player options.  And an extremely cheap CDN option from one of akamai's outsource firms.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Felix Schwarz on "fast sitemap generation - funding call"</title>
			<link>http://mediacorecommunity.org/community/topic/fast-sitemap-generation-funding-call#post-3438</link>
			<pubDate>Thu, 29 Dec 2011 16:44:28 +0000</pubDate>
			<dc:creator>Felix Schwarz</dc:creator>
			<guid isPermaLink="false">3438@http://mediacorecommunity.org/community/</guid>
			<description>&#60;p&#62;Some clients experience very slow sitemap generation due to a lot of videos. Under certain circumstances (when there is a server-side timeout, e.g. FastCGI, nginx+uwsgi) you might be unable to serve any sitemaps/RSS feed. Also the current sitemap generation is pretty heavy on servers when there are a lot of media causing a lot of (unnecessary) server load.&#60;/p&#62;
&#60;p&#62;I plan to fix this by an (optional) offline sitemap generation (+ fix 3-4 other sitemap-related bugs). I have two customers on board right now. &#60;/p&#62;
&#60;p&#62;Currently I'm looking for other interested users who are willing to put some money in the pool in exchange for early access to that functionality. In the end the code should flow into the main MediaCore code[1]. However streamlining the code (and maybe add some bells and whistles) so it is suitable for MediaCore 'upstream' takes time which needs to be payed.&#60;/p&#62;
&#60;p&#62;If you're interested in this project, please post a reply with your contact data or send me an email (info@schwarz.eu).&#60;/p&#62;
&#60;p&#62;[1] I'm very confident that it'll be included but no guarantees. At least I'll publish a git tree with these patches applied. This tree will be the basis of further development by me, I have lots of bug fixes + some more features in my repos.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>schmiddy on "Listing all podcasts on media/view.html template"</title>
			<link>http://mediacorecommunity.org/community/topic/listing-all-podcasts-on-mediaviewhtml-template#post-3435</link>
			<pubDate>Sun, 25 Dec 2011 16:08:52 +0000</pubDate>
			<dc:creator>schmiddy</dc:creator>
			<guid isPermaLink="false">3435@http://mediacorecommunity.org/community/</guid>
			<description>&#60;p&#62;Had a quick question.&#60;/p&#62;
&#60;p&#62;Am looking at tweaking some of the templates a bit however I noticed that a lot of controllers are only accessible from their associated view.&#60;/p&#62;
&#60;p&#62;I'm looking to pull a full list of all podcasts to display in the media/view.html template . Do you have any suggestions on how to go about doing this. I tried creating a for loop and calling the c.podcast controller but nothing seems to display.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Mukul Joshi on "A newbie template question"</title>
			<link>http://mediacorecommunity.org/community/topic/a-newbie-template-question#post-3413</link>
			<pubDate>Thu, 22 Dec 2011 04:16:11 +0000</pubDate>
			<dc:creator>Mukul Joshi</dc:creator>
			<guid isPermaLink="false">3413@http://mediacorecommunity.org/community/</guid>
			<description>&#60;p&#62;Hi all, &#60;/p&#62;
&#60;p&#62;I am new to Mediacore. I am trying to setup a demo portal - which I would like to look like &#60;a href=&#34;http://demo.mediacore.tv/&#34; rel=&#34;nofollow&#34;&#62;http://demo.mediacore.tv/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;As I understand I will have to play with Genshi templates to get this layout. Please correct me if I am wrong. &#60;/p&#62;
&#60;p&#62;However, I can see many mediacore sites following the same layout. I am wondering if the templates/layouts are publicly available. Or is there a simple way to set this up that I am missing? &#60;/p&#62;
&#60;p&#62;Thanks&#60;br /&#62;
Best regards&#60;br /&#62;
~ Mukul
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ruben on "Any suggestion for better bandwidth optimization in apache???"</title>
			<link>http://mediacorecommunity.org/community/topic/any-suggestion-for-better-bandwidth-optimization-in-apache#post-3384</link>
			<pubDate>Fri, 16 Dec 2011 13:15:48 +0000</pubDate>
			<dc:creator>Ruben</dc:creator>
			<guid isPermaLink="false">3384@http://mediacorecommunity.org/community/</guid>
			<description>&#60;p&#62;Hi, how can I optimice the apache progresive streaming, can I limit the download speed or something  similar???&#60;/p&#62;
&#60;p&#62;Regards.&#60;br /&#62;
Rubén.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>renton on "I can&#039;t upload from WAN"</title>
			<link>http://mediacorecommunity.org/community/topic/i-cant-upload-from-wan#post-3380</link>
			<pubDate>Thu, 15 Dec 2011 00:55:42 +0000</pubDate>
			<dc:creator>renton</dc:creator>
			<guid isPermaLink="false">3380@http://mediacorecommunity.org/community/</guid>
			<description>&#60;p&#62;Hi I've installed mediacore+nginx+uwsgi on ubuntu 10.10. And I happy everything looks fine.&#60;br /&#62;
Server is located on farm at subnet 192.168.252.0/24 and upload really works from hosts at this net.&#60;br /&#62;
When I try make upload from my home(from WAN) everytime I got message Failed: upload 413&#60;br /&#62;
What is that means? And why it's not works?&#60;br /&#62;
Usually i use apache2, and i have not enough experience with Nginx. Maybe it's a answer for all question. At ubuntu there is no firewall, and i try check 80 port on it from telnet. It's work.&#60;br /&#62;
Please help me to look into the right direction.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>

