<?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; video</title>
	<atom:link href="http://alexlittle.net/blog/tag/video/feed/" rel="self" type="application/rss+xml" />
	<link>http://alexlittle.net/blog</link>
	<description></description>
	<lastBuildDate>Mon, 21 May 2012 17:31:23 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</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[General]]></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>Pop star</title>
		<link>http://alexlittle.net/blog/2010/11/15/pop-star/</link>
		<comments>http://alexlittle.net/blog/2010/11/15/pop-star/#comments</comments>
		<pubDate>Mon, 15 Nov 2010 20:22:31 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[adigrat]]></category>
		<category><![CDATA[ethiopia]]></category>
		<category><![CDATA[gizachew solomon]]></category>
		<category><![CDATA[hoye hoye]]></category>
		<category><![CDATA[meskel]]></category>
		<category><![CDATA[music]]></category>
		<category><![CDATA[video]]></category>

		<guid isPermaLink="false">http://alexlittle.net/blog/?p=1991</guid>
		<description><![CDATA[A friend in Mekelle sent me this video of Hoye Hoye by Gizachew Solomon, you may recognise one of two of the people who appear just after 1&#8221;50&#8242;: I&#8217;ve not yet managed to find the full interview that we did for ETC that this clip has been taken from &#8211; but I&#8217;m still looking]]></description>
			<content:encoded><![CDATA[<p>A friend in Mekelle sent me this video of Hoye Hoye by Gizachew Solomon, you may recognise one of two of the people who appear just after 1&#8221;50&#8242;:</p>
<p><object width="500" height="400"><param name="movie" value="http://www.youtube.com/v/UUums5IK5tA?fs=1"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/UUums5IK5tA?fs=1" type="application/x-shockwave-flash" width="500" height="400" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<p>I&#8217;ve not yet managed to find the full interview that we did for ETC that this clip has been taken from &#8211; but I&#8217;m still looking <img src='http://alexlittle.net/blog/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://alexlittle.net/blog/2010/11/15/pop-star/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Videos from Ethiopia</title>
		<link>http://alexlittle.net/blog/2010/04/08/videos-from-ethiopia/</link>
		<comments>http://alexlittle.net/blog/2010/04/08/videos-from-ethiopia/#comments</comments>
		<pubDate>Thu, 08 Apr 2010 09:37:11 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[afar]]></category>
		<category><![CDATA[danakil]]></category>
		<category><![CDATA[debre damo]]></category>
		<category><![CDATA[video]]></category>

		<guid isPermaLink="false">http://alexlittle.net/blog/?p=1748</guid>
		<description><![CDATA[Now that I&#8217;m back in the UK and have access to a reliable fast internet connection, I&#8217;ve uploaded some of the videos I&#8217;ve taken over the last 18 months. They&#8217;re almost all unedited (except the Debre Damo one &#8211; except I didn&#8217;t do the editing) although I may try to edit some of these clips [...]]]></description>
			<content:encoded><![CDATA[<p>Now that I&#8217;m back in the UK and have access to a reliable fast internet connection, I&#8217;ve uploaded some of the videos I&#8217;ve taken over the last 18 months. They&#8217;re almost all unedited (except the Debre Damo one &#8211; except I didn&#8217;t do the editing) although I may try to edit some of these clips together&#8230;</p>
<p>Sulphur Springs in the Danakil:<br />
<object width="480" height="385"><param name="movie" value="http://www.youtube.com/v/7HxLbFdu8Jg&#038;hl=en_GB&#038;fs=1&#038;"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/7HxLbFdu8Jg&#038;hl=en_GB&#038;fs=1&#038;" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="480" height="385"></embed></object></p>
<p>Juggler at orphanage Christmas show:<br />
<object width="480" height="385"><param name="movie" value="http://www.youtube.com/v/CX-TGO5LF2c&#038;hl=en_GB&#038;fs=1&#038;"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/CX-TGO5LF2c&#038;hl=en_GB&#038;fs=1&#038;" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="480" height="385"></embed></object></p>
<p>Visiting the Debre Damo Monastery:<br />
<object width="640" height="385"><param name="movie" value="http://www.youtube.com/v/0YieUGkXNc8&#038;hl=en_GB&#038;fs=1&#038;"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/0YieUGkXNc8&#038;hl=en_GB&#038;fs=1&#038;" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="640" height="385"></embed></object></p>
<p>There are plenty <a href="http://www.youtube.com/user/alextlittle">more short videos</a> that I&#8217;ve uploaded too. </p>
]]></content:encoded>
			<wfw:commentRss>http://alexlittle.net/blog/2010/04/08/videos-from-ethiopia/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Attempts at video editing on the Asus Eee</title>
		<link>http://alexlittle.net/blog/2009/06/22/attempts-at-video-editing-on-the-asus-eee/</link>
		<comments>http://alexlittle.net/blog/2009/06/22/attempts-at-video-editing-on-the-asus-eee/#comments</comments>
		<pubDate>Mon, 22 Jun 2009 08:42:49 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[asuseee]]></category>
		<category><![CDATA[audio]]></category>
		<category><![CDATA[avidemux]]></category>
		<category><![CDATA[editing]]></category>
		<category><![CDATA[mencoder]]></category>
		<category><![CDATA[recordmydesktop]]></category>
		<category><![CDATA[screencast]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[video]]></category>

		<guid isPermaLink="false">http://alexlittle.net/blog/?p=1363</guid>
		<description><![CDATA[I&#8217;ve used Camtasia Studio (Windows) a few times before for creating some training/how-to screencasts, but now I wanted to have a go doing something similar using open source software (on Ubuntu Jaunty) instead. To make it more interesting I also wanted to run it all on my Asus Eee PC (4G) &#8211; not exactly a [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://alexlittle.net/blog/images/2009/06/RecordMyDesktop.png"><img src="http://alexlittle.net/blog/images/2009/06/RecordMyDesktop-300x143.png" alt="RecordMyDesktop" title="RecordMyDesktop" width="300" height="143" class="alignleft size-medium wp-image-1364" /></a>I&#8217;ve used Camtasia Studio (Windows) a few times before for creating some training/how-to screencasts, but now I wanted to have a go doing something similar using open source software (on Ubuntu Jaunty) instead. To make it more interesting I also wanted to run it all on my Asus Eee PC (4G) &#8211; not exactly a machine designed for heavy video processing.</p>
<p>First issue was how to record the screen, for this I used <a href="http://recordmydesktop.sourceforge.net">RecordMyDesktop</a>. A very simple program to install and run, which does exactly what it says on the tin. Selecting the area to record (I wasn&#8217;t selecting whole window) was a bit fiddly and sometimes took me several attempts to capture the right area, without chopping off a side or two.</p>
<p>If you&#8217;re recording a for a long time and your screensaver kicks in (or screen goes blank for power saving), you&#8217;ll need to disable the screensaver and power saving &#8211; unless you particularly need a recording of it.</p>
<p>What I had most trouble with &#8211; and only came up with a workarounds solution to &#8211; was capturing the audio. RecordMyDesktop wil capture the audio fine but had problems getting the recording volume level right without creating a lot of hissing. The hardware on the Asus for sound isn&#8217;t exactly fantastic. In the end I found that I had best results when using a jack lead to plug the headphone output into the microphone input! If anyone has a better solution to this or some advice about on the recording levels to capture the audio more reliably, then please let me know.</p>
<p>So, now I&#8217;ve created a .ogv (OGG video) file but want to edit it a little. I wanted a really simple video editor for 2 reasons, firstly I don&#8217;t wand to spend the time learning a bit video editing package and, more practically, secondly, I don&#8217;t have a huge amount of disk space left on my 4Gb drive!</p>
<p>I opted for <a href="http://fixounet.free.fr/avidemux/">Aviremux</a>, though unfortunately this doesn&#8217;t accept OGG video files, so I used mencoder to convert to AVI (<a href="http://ubuntuchocolate.wordpress.com/2007/09/01/howto-screen-capture-in-ubuntu-feisty-fawn/">basic instructions</a>).</p>
<p>For the actual editing I used <a href="http://fixounet.free.fr/avidemux/">Aviremux</a>. I found it very easy to get started with and use &#8211; unlike some other video editing software.</p>
<p>In the end I found that my original screen recording had sound out of synch with the video &#8211; not in the initial few mins of the capture, but further in. I&#8217;m not sure why this should be the case &#8211; if anyone has any idea why, I&#8217;d be pleased to hear them.</p>
<p>Overall, it was a little frustrating getting this to work. I&#8217;ve not managed to achieve what I set out to do, but think this was more to do with the hardware than anything else.</p>
]]></content:encoded>
			<wfw:commentRss>http://alexlittle.net/blog/2009/06/22/attempts-at-video-editing-on-the-asus-eee/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Learning Languages</title>
		<link>http://alexlittle.net/blog/2008/08/20/learning-languages/</link>
		<comments>http://alexlittle.net/blog/2008/08/20/learning-languages/#comments</comments>
		<pubDate>Wed, 20 Aug 2008 10:40:06 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[amharic]]></category>
		<category><![CDATA[ethiopia]]></category>
		<category><![CDATA[language]]></category>
		<category><![CDATA[tigrinya]]></category>
		<category><![CDATA[video]]></category>

		<guid isPermaLink="false">http://alexlittle.net/blog/?p=472</guid>
		<description><![CDATA[Realising the other day that I don&#8217;t even know what Amharic or Tigrinya sound like when spoken I&#8217;ve now found a few learn Amharic videos on YouTube&#8230; the one below gives some basic phrases to use whilst shopping or eating out: Though not sure I&#8217;ll ever be able to pronounce &#8216;&#8230; ligezaw ifeligalehugn&#8217; (meaning &#8216;I [...]]]></description>
			<content:encoded><![CDATA[<p>Realising the other day that I don&#8217;t even know what Amharic or Tigrinya sound like when spoken I&#8217;ve now found a few learn Amharic videos on YouTube&#8230; the one below gives some basic phrases to use whilst shopping or eating out:</p>
<p><object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/ZO4Kd9TvJOc&#038;hl=en&#038;fs=1"></param><param name="allowFullScreen" value="true"></param><embed src="http://www.youtube.com/v/ZO4Kd9TvJOc&#038;hl=en&#038;fs=1" type="application/x-shockwave-flash" allowfullscreen="true" width="425" height="344"></embed></object></p>
<p>Though not sure I&#8217;ll ever be able to pronounce &#8216;&#8230; ligezaw ifeligalehugn&#8217; (meaning &#8216;I would like to buy&#8230;&#8217;)!</p>
<p>The <a href="http://www.youtube.com/LOJSociety">LOJSociety has posted up several more Amharic instruction videos</a> which I&#8217;ll start to try and learn.</p>
<p>Unfortunately I&#8217;ve not found any videos for learning Tigrinya, though I did find out that Tigrinya and Amharic do use the same script/alphabet (<a href="http://en.wikipedia.org/wiki/Ge%27ez_alphabet">Ge&#8217;ez</a>) &#8211; but unsure yet if that actually makes things any easier or not!</p>
<p>If anyone has any pointers to videos of how to learn Tigrinya, then please pass them on.</p>
]]></content:encoded>
			<wfw:commentRss>http://alexlittle.net/blog/2008/08/20/learning-languages/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>VSO in Ethiopia video</title>
		<link>http://alexlittle.net/blog/2008/06/24/vso-in-ethiopia-video/</link>
		<comments>http://alexlittle.net/blog/2008/06/24/vso-in-ethiopia-video/#comments</comments>
		<pubDate>Tue, 24 Jun 2008 08:14:27 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[techers.tv]]></category>
		<category><![CDATA[video]]></category>

		<guid isPermaLink="false">http://alexlittle.net/blog/?p=396</guid>
		<description><![CDATA[Teachers.tv has a video showing the work VSO is doing in Ethiopia.]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.teachers.tv/video/20386">Teachers.tv has a video</a> showing the work VSO is doing in Ethiopia.</p>
<p><a href="http://www.teachers.tv/video/20386"><img class="alignnone size-medium wp-image-397" title="teacherstv" src="http://alexlittle.net/blog/images/2008/06/teacherstv-294x300.jpg" alt="" width="294" height="300" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://alexlittle.net/blog/2008/06/24/vso-in-ethiopia-video/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Recording Video on Asus Eee</title>
		<link>http://alexlittle.net/blog/2008/06/22/recording-video-on-asus-eee/</link>
		<comments>http://alexlittle.net/blog/2008/06/22/recording-video-on-asus-eee/#comments</comments>
		<pubDate>Sun, 22 Jun 2008 15:13:34 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[asuseee]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[ucview]]></category>
		<category><![CDATA[video]]></category>
		<category><![CDATA[webcam]]></category>

		<guid isPermaLink="false">http://alexlittle.net/blog/?p=393</guid>
		<description><![CDATA[I&#8217;ve just spent a frustrating couple of hours unsuccessfully attempting to get my Asus Eee (running Ubuntu Hardy Heron) to allow me to record short videos using the built in webcam and mic. I started off by applying these fixes and have checked that it all works fine using skype. I first tried recording using [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve just spent a frustrating couple of hours unsuccessfully attempting to get my Asus Eee (running Ubuntu Hardy Heron) to allow me to record short videos using the built in webcam and mic.</p>
<p>I started off by applying <a href="https://help.ubuntu.com/community/EeePC/Fixes">these fixes</a> and have checked that it all works fine using skype. I first tried recording using &#8216;Cheese&#8217; &#8211; this resulted in the video working fine &#8211; but no sound ( I also tried with plugged in mic/headphones). So I installed ucview and gave that a go instead,  but his was quite erratic too, most of the time it would appear to record, but then on playback, only the first frame would be visible, and no sound (using either built in mic or a plugged in mic). I also found that sometimes ucview wouldn&#8217;t stop recording even after I&#8217;d clicked the button and I had a to kill the process to get it to stop.</p>
<p>I then went back to looking at cheese only to find that it now won&#8217;t start, the top window bar appears, but with big grey square underneath &#8211; no menus or webcam preview. Restarting, removing and reinstalling all made no difference <img src='http://alexlittle.net/blog/wp-includes/images/smilies/icon_sad.gif' alt=':-(' class='wp-smiley' /> </p>
<p>Really not sure what is causing these problems, from googling &amp; reading wikis and blogs most other people seem to have got ucview and cheese working fine &#8211; so just me then <img src='http://alexlittle.net/blog/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' />  If anyone has an idiots guide as to what to check then feel free to send on to me</p>
<p>I&#8217;ve been trying to get this working in the hope that when I go away to Ethiopia I&#8217;ll be able to record short video blogs to post up &#8211; but I may have to fall back to just using my digital camera and the video/sound recorder on that, but would&#8217;ve been nice to be able to use the webcam and mic.</p>
<p>On a different note, I hope that Ubuntu updates will soon include FireFox3&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://alexlittle.net/blog/2008/06/22/recording-video-on-asus-eee/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

