<?xml version="1.0" encoding="UTF-8"?><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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Screencast: Basic Alfresco-Kaltura integration</title>
	<atom:link href="http://ecmarchitect.com/archives/2009/10/16/1060/feed" rel="self" type="application/rss+xml" />
	<link>http://ecmarchitect.com/archives/2009/10/16/1060</link>
	<description>Jeff Potts on ECM, portals, search, collaboration, and a bunch of personal stuff</description>
	<lastBuildDate>Tue, 09 Mar 2010 23:10:06 -0700</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: jpotts</title>
		<link>http://ecmarchitect.com/archives/2009/10/16/1060/comment-page-1#comment-43146</link>
		<dc:creator>jpotts</dc:creator>
		<pubDate>Mon, 26 Oct 2009 17:56:48 +0000</pubDate>
		<guid isPermaLink="false">http://ecmarchitect.com/?p=1060#comment-43146</guid>
		<description>Akinori,

Thanks for doing that. I&#039;ll send you an email on this shortly.

Jeff</description>
		<content:encoded><![CDATA[<p>Akinori,</p>
<p>Thanks for doing that. I&#8217;ll send you an email on this shortly.</p>
<p>Jeff</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ishii Akinori</title>
		<link>http://ecmarchitect.com/archives/2009/10/16/1060/comment-page-1#comment-42947</link>
		<dc:creator>Ishii Akinori</dc:creator>
		<pubDate>Fri, 23 Oct 2009 11:32:59 +0000</pubDate>
		<guid isPermaLink="false">http://ecmarchitect.com/?p=1060#comment-42947</guid>
		<description>Thank you.

I made it today. Now I got 43.9MB .mov file here.
Are you interested in Japanese subtitled version of your video? If so, could you tell me where to upload?

Akinori</description>
		<content:encoded><![CDATA[<p>Thank you.</p>
<p>I made it today. Now I got 43.9MB .mov file here.<br />
Are you interested in Japanese subtitled version of your video? If so, could you tell me where to upload?</p>
<p>Akinori</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jpotts</title>
		<link>http://ecmarchitect.com/archives/2009/10/16/1060/comment-page-1#comment-42905</link>
		<dc:creator>jpotts</dc:creator>
		<pubDate>Thu, 22 Oct 2009 13:35:54 +0000</pubDate>
		<guid isPermaLink="false">http://ecmarchitect.com/?p=1060#comment-42905</guid>
		<description>Ishii,

Yes, that would be great.

Jeff</description>
		<content:encoded><![CDATA[<p>Ishii,</p>
<p>Yes, that would be great.</p>
<p>Jeff</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ishii Akinori</title>
		<link>http://ecmarchitect.com/archives/2009/10/16/1060/comment-page-1#comment-42889</link>
		<dc:creator>Ishii Akinori</dc:creator>
		<pubDate>Thu, 22 Oct 2009 00:27:45 +0000</pubDate>
		<guid isPermaLink="false">http://ecmarchitect.com/?p=1060#comment-42889</guid>
		<description>Hi,
 I&#039;m Akinori from aegif corp. in Japan, Alfresco partner.
 I think one of our prospects will be interested in this integration. Could I put Japanese subtitle on your screencast and show it to them?

Regards</description>
		<content:encoded><![CDATA[<p>Hi,<br />
 I&#8217;m Akinori from aegif corp. in Japan, Alfresco partner.<br />
 I think one of our prospects will be interested in this integration. Could I put Japanese subtitle on your screencast and show it to them?</p>
<p>Regards</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jpotts</title>
		<link>http://ecmarchitect.com/archives/2009/10/16/1060/comment-page-1#comment-42673</link>
		<dc:creator>jpotts</dc:creator>
		<pubDate>Fri, 16 Oct 2009 19:29:00 +0000</pubDate>
		<guid isPermaLink="false">http://ecmarchitect.com/?p=1060#comment-42673</guid>
		<description>Will,

Yes, definitely Kaltura offloads the transcoding and transformations from the Alfresco server.

It would be easy to do a Share integration based on this integration. I&#039;ve coded up a stateless service that I&#039;ve exposed as a root object in JavaScript. The service wraps the Kaltura Client Library for Java. (That was the most time-consuming piece of the integration--they didn&#039;t have a Java client library for the most recent version of their API so I ported their dot net library to Java for them). Anyway, you should be able to send the asset to Kaltura and then get the thumbnail URL back which you could present in the Share UI. You could also easily show the Kaltura media player in the Share UI as well.

Another thought I had is that Kaltura makes it easy for people to capture and remix video through their web browser. With the prevalence of web cams, you could easily do asynchronous collab with video snippets instead of (boring) type-written threads. So you&#039;d have a bunch of Kaltura-managed video snippets in a discussion thread in Share.

Kaltura can also do things with Office document conversion that goes beyond what Alfresco can currently do OOTB. For example, you can upload a presentation and a video of someone speaking, and then sync those up. That might also be a nice place for Alfresco to plug in given the number of presentations typically managed in an Alfresco repo.

Jeff</description>
		<content:encoded><![CDATA[<p>Will,</p>
<p>Yes, definitely Kaltura offloads the transcoding and transformations from the Alfresco server.</p>
<p>It would be easy to do a Share integration based on this integration. I&#8217;ve coded up a stateless service that I&#8217;ve exposed as a root object in JavaScript. The service wraps the Kaltura Client Library for Java. (That was the most time-consuming piece of the integration&#8211;they didn&#8217;t have a Java client library for the most recent version of their API so I ported their dot net library to Java for them). Anyway, you should be able to send the asset to Kaltura and then get the thumbnail URL back which you could present in the Share UI. You could also easily show the Kaltura media player in the Share UI as well.</p>
<p>Another thought I had is that Kaltura makes it easy for people to capture and remix video through their web browser. With the prevalence of web cams, you could easily do asynchronous collab with video snippets instead of (boring) type-written threads. So you&#8217;d have a bunch of Kaltura-managed video snippets in a discussion thread in Share.</p>
<p>Kaltura can also do things with Office document conversion that goes beyond what Alfresco can currently do OOTB. For example, you can upload a presentation and a video of someone speaking, and then sync those up. That might also be a nice place for Alfresco to plug in given the number of presentations typically managed in an Alfresco repo.</p>
<p>Jeff</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Will Abson</title>
		<link>http://ecmarchitect.com/archives/2009/10/16/1060/comment-page-1#comment-42671</link>
		<dc:creator>Will Abson</dc:creator>
		<pubDate>Fri, 16 Oct 2009 17:48:46 +0000</pubDate>
		<guid isPermaLink="false">http://ecmarchitect.com/?p=1060#comment-42671</guid>
		<description>It would be great to see how an integration with Share could work with this, one of the barriers to delivering more DAM-like capabilities there is that the ffmpeg transformations we&#039;ve played around with here get executed on the same server, thus are only so scalable.

I get the impression that Kaltura is designed to manage this load much better, so one idea might be to leverage it to generate doclib-style thumbnails and FLV previews of videos uploaded into Share.

I&#039;ve already started a Forge project for this type of integration here - http://forge.alfresco.com/projects/share-mediaxtns/.</description>
		<content:encoded><![CDATA[<p>It would be great to see how an integration with Share could work with this, one of the barriers to delivering more DAM-like capabilities there is that the ffmpeg transformations we&#8217;ve played around with here get executed on the same server, thus are only so scalable.</p>
<p>I get the impression that Kaltura is designed to manage this load much better, so one idea might be to leverage it to generate doclib-style thumbnails and FLV previews of videos uploaded into Share.</p>
<p>I&#8217;ve already started a Forge project for this type of integration here &#8211; <a href="http://forge.alfresco.com/projects/share-mediaxtns/." rel="nofollow">http://forge.alfresco.com/projects/share-mediaxtns/.</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>
