<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	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/"
	>

<channel>
	<title>Alex Little &#187; server</title>
	<atom:link href="http://alexlittle.net/blog/tag/server/feed/" rel="self" type="application/rss+xml" />
	<link>http://alexlittle.net/blog</link>
	<description></description>
	<lastBuildDate>Thu, 09 Feb 2012 10:34:14 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Video Content Management and Streaming with Kaltura and Moodle</title>
		<link>http://alexlittle.net/blog/2011/01/06/video-content-management-and-streaming-with-kaltura-and-moodle/</link>
		<comments>http://alexlittle.net/blog/2011/01/06/video-content-management-and-streaming-with-kaltura-and-moodle/#comments</comments>
		<pubDate>Thu, 06 Jan 2011 10:43:49 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[Digital Campus]]></category>
		<category><![CDATA[Ed Tech]]></category>
		<category><![CDATA[Moodle]]></category>
		<category><![CDATA[Open Source Software]]></category>
		<category><![CDATA[Web dev & programming]]></category>
		<category><![CDATA[kaltura]]></category>
		<category><![CDATA[moodle]]></category>
		<category><![CDATA[multimedia]]></category>
		<category><![CDATA[platform]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[postfix]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[streaming]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[video]]></category>

		<guid isPermaLink="false">http://alexlittle.net/blog/?p=2070</guid>
		<description><![CDATA[Through the elearning training we are trying to encourage teachers to make more use of video and other multimedia content in their courses. This presents us with several issues, mainly because most video streaming sites are blocked by the University (to save bandwidth). This means we either don&#8217;t include the videos or we download to [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://alexlittle.net/blog/images/2011/01/kaltura-moodle.png"><img src="http://alexlittle.net/blog/images/2011/01/kaltura-moodle-300x205.png" alt="" title="kaltura-moodle" width="300" height="205" class="alignleft size-medium wp-image-2071" /></a></p>
<p>Through the elearning training we are trying to encourage teachers to make more use of video and other multimedia content in their courses. This presents us with several issues, mainly because most video streaming sites are blocked by the University (to save bandwidth). This means we either don&#8217;t include the videos or we download to run them locally. So far we&#8217;ve just been uploading them into the Moodle course, which is fine for relatively low numbers of videos (or for very short videos), but is soon going to become unsustainable. Also, we&#8217;d like to suggest video content teacher may wish to use &#8211; so it wouldn&#8217;t be appropriate to have these filling up the Moodle server.</p>
<p>One solution is to use a multimedia management streaming server, so over the last few days I&#8217;ve been testing out <a href="http://www.kaltura.org">Kaltura</a>. It&#8217;s an open source video content platform and has plugins for Moodle, WordPress amongst others.</p>
<p>Installation was straightforward enough on my laptop, once I&#8217;d got the necessary prerequisite packages installed and settings.  Couple of issues I did come across:</p>
<p>1) On my first attempt at installation, it installed on the root of my webserver, so I was unable to access my other web applications. This was because I specified &#8216;localhost&#8217; as the domain. I tried to figure out how to move to a subdirectory (see: <a href="http://www.kaltura.org/moving-installation-new-directory">http://www.kaltura.org/moving-installation-new-directory</a>) but haven&#8217;t got that one figured out yet. So I just set up a new host (http://kaltura.localhost) and used this instead. So now I can access Kaltura and my original webapps, with out switching configurations and restarting apache.</p>
<p>2) When the prerequisites say that you need a mail server, it really does mean that you need one! After installation, when creating publisher accounts, the login details are emailed only &#8211; so there&#8217;s no way to set the password except by following the link in the email. I assumed I&#8217;d be able to reset the passwords manually and so the mail server integration wouldn&#8217;t matter to much. Given that this is just running on my laptop, I haven&#8217;t got a mail server running, so then had to set about trying to get one configured. Fortunately I found <a href="http://ubuntu-tutorials.com/2008/11/11/relaying-postfix-smtp-via-smtpgmailcom/ ">these instructions</a> on how to configure postfix to relay through a gmail account on Ubuntu (I&#8217;m running 10.10). I set up a clean/default postfix installation and used the settings/instructions posted in the <a href="http://ubuntu-tutorials.com/2008/11/11/relaying-postfix-smtp-via-smtpgmailcom/#comment-14469">comments by Michael M</a>. I used a &#8216;disposable&#8217; gmail account, so that if something goes wrong, I won&#8217;t get blocked from my normal gmail account, but seems to be working well so far. It&#8217;s also good now that I can have emails sent for all the webapps on my machine.</p>
<p>So after I had these 2 issues resolved, I was ready to start having a play. All seems to be working well, although I was hoping that people would be able to browse the uploaded content without having first logged in. I guess we&#8217;d just need to create a generic account. If anyone knows how to set this up then please let me know &#8211; or if there is a generic Kaltura content browser application that I could use? </p>
<p>I tried uploading a few flv and mp4 videos to embed onto a webpage, and seem to work well. A little slow on my machine, but then my netbook probably isn&#8217;t designed to be a media processing and streaming server!</p>
<p>My final experiment was to look at the Moodle plugin, unfortunately I had a few more issues with getting this working. When trying to register the module in Moodle, I kept getting the error that &#8216;Your Kaltura registration failed. Missing KS. Session not established&#8217; when trying to enter the url, username and password for my Kaltura server. After a bit of investigation I found it was a bug with how the partnerId was(n&#8217;t) being passed. I found a hack around this, see: <a href="http://www.kaltura.org/config-moodle-mod-moodleadmin-page">http://www.kaltura.org/config-moodle-mod-moodleadmin-page</a>, but it&#8217;s not pretty!</p>
<p>Now I have the option to add a video resource in Moodle directly from my Kaltura server, or so I thought I had, currently whatever I seem to search for (tags, video titles, categories which I know exist in the account I have) returns no results. Next step is to try and figure out why I can&#8217;t seem to find any of the videos I have uploaded&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://alexlittle.net/blog/2011/01/06/video-content-management-and-streaming-with-kaltura-and-moodle/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Attempting to fix servers</title>
		<link>http://alexlittle.net/blog/2009/12/28/attempting-to-fix-servers/</link>
		<comments>http://alexlittle.net/blog/2009/12/28/attempting-to-fix-servers/#comments</comments>
		<pubDate>Mon, 28 Dec 2009 14:01:04 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[Hardware]]></category>
		<category><![CDATA[VSO]]></category>
		<category><![CDATA[mekelle university]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[sun]]></category>

		<guid isPermaLink="false">http://alexlittle.net/blog/?p=1634</guid>
		<description><![CDATA[We&#8217;re still having a few problems with the server over at Ayder (Health Sciences) Campus. It&#8217;s made more problematic by the fact that the contractors digging up one of the nearby roads cut through the fiber cable linking Ayder to the main campus. So not only is there no internet at Ayder, there is no [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://alexlittle.net/blog/images/2009/12/IMG_1437.JPG"><img src="http://alexlittle.net/blog/images/2009/12/IMG_1437-300x225.jpg" alt="IMG_1437" title="IMG_1437" width="300" height="225" class="alignleft size-medium wp-image-1635" /></a>We&#8217;re still having a few problems with the server over at Ayder (Health Sciences) Campus. It&#8217;s made more problematic by the fact that the contractors digging up one of the nearby roads cut through the fiber cable linking Ayder to the main campus. So not only is there no internet at Ayder, there is no network connection to the Moodle server to allow staff there to be uploading their courses and activities. </p>
<p>On Friday and Monday I spent several hours (about 7 or 8 in total) on Skype to Eduardo in Barcelona who is helping us to get the server fixed. Things are made a little easier by the fact we have 2 identical servers, alpha and bravo. Alpha is (generally) running fine at Arid campus and bravo is the broken server at Ayder, so the plan was to make a copy of alpha onto one of the spare disks, modify it slightly (name, IP address etc) then use this to fix bravo.</p>
<p>The clone had already been made &#8211; to one of the 4 physical disks in the machine. All I needed to to do was switch the disks around to test the clone, then take the cloned disk to Ayder. Unfortunately we couldn&#8217;t get the cloned disk to work and on Friday it took Eduardo and I a little while to figure out what the problem was. It turned out that the  way the disks were numbered on the server label:</p>
<p><a href="http://alexlittle.net/blog/images/2009/12/IMG_1465.JPG"><img src="http://alexlittle.net/blog/images/2009/12/IMG_1465-300x225.jpg" alt="IMG_1465" title="IMG_1465" width="300" height="225" class="alignnone size-medium wp-image-1636" /></a></p>
<p>didn&#8217;t actually match how the were referred to by the operating system, so rather then switching the disk in positions 0 and 2, we should have been doing 0 and 1. </p>
<p>Finally we got this issue resolved and the disk ready to take to Ayder, plus a few other backup options that Eduardo had come up with in case this disk didn&#8217;t solve the problem.</p>
<p>On Monday, I took the disk over to Ayder, got on Skype, and spent a few hours messaging Eduardo (and a little later Mike) and we managed to get the server booting up correctly. In the end we managed to fix the problem without needing to use the disk we&#8217;d had the confusion over on Friday.</p>
<p>But unfortunately all is not quite finished. The terminals at Ayder aren&#8217;t yet connecting to the properly. So next job is to get that resolved. </p>
<p>All of which means that we still haven&#8217;t been able to get the lab open for students to use, but hoping to be open properly in the next week or so. Still much more work to be done, so will keep us all busy for the coming weeks I&#8217;m sure.</p>
]]></content:encoded>
			<wfw:commentRss>http://alexlittle.net/blog/2009/12/28/attempting-to-fix-servers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Dynamic page generated in 0.659 seconds. -->
<!-- Cached page generated by WP-Super-Cache on 2012-02-10 11:37:30 -->

