<?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>HowToBSD &#187; video</title>
	<atom:link href="http://howtobsd.com/tag/video/feed" rel="self" type="application/rss+xml" />
	<link>http://howtobsd.com</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Tue, 11 Feb 2014 11:21:33 +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>
		<item>
		<title>Openmeetings &#8211;  video conferencing server on FreeBSD</title>
		<link>http://howtobsd.com/software/openmeetings-video-conferencing-server-on-freebsd.html</link>
		<comments>http://howtobsd.com/software/openmeetings-video-conferencing-server-on-freebsd.html#comments</comments>
		<pubDate>Fri, 15 Oct 2010 09:53:18 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[media]]></category>
		<category><![CDATA[video]]></category>

		<guid isPermaLink="false">http://howtobsd.com/?p=211</guid>
		<description><![CDATA[Openmeetings &#8211; is open source video conferencing server on FreeBSD Requirements: Openoffice 3.0 or latest Mysql-Server5 (or PostgreSQL) jdk16 (openjdk6, diablo-jdk1.6.0) swftools ImageMagick I hadn&#8217;t had swftools and OpenOffice (and i was really upset the fact that I had to install OpenOffice on FreeBSD server) I couldn&#8217;t install it from packages because many ports had [...]]]></description>
				<content:encoded><![CDATA[<p><strong>Openmeetings </strong> &#8211; is open source video conferencing server on FreeBSD</p>
<p>Requirements:</p>
<ul>
<li>Openoffice 3.0 or latest</li>
<li>Mysql-Server5 (or PostgreSQL)</li>
<li>jdk16 (openjdk6, diablo-jdk1.6.0)</li>
<li>swftools</li>
<li>ImageMagick</li>
</ul>
<p>I hadn&#8217;t had swftools and  OpenOffice (and i was really upset the fact that I had to install OpenOffice on FreeBSD server)  I couldn&#8217;t install it from packages because many ports had been installed before was later than many dependencies from latest OpenOffices package.  Installing OpenOffice from a ports tree(/usr/ports/editors/openoffice.org-3)  caused a lot of problem, because until that moment all ports had been installed with option WITHOUT_X11=yes. But it&#8217;s a lyrical digression. I suppose you&#8217;ve been already installed  required ports.</p>
<p>At first download  <a href="http://code.google.com/p/openmeetings/downloads/list">latest Openmeetings</a><br />
At moment when I wrote this notes the latest was <a href="http://openmeetings.googlecode.com/files/openmeetings_1_5_rc1_r3393.zip">openmeetings_1_5_rc1_r3393.zip</a></p>
<p><code>#fetch http://openmeetings.googlecode.com/files/openmeetings_1_5_rc1_r3393.zip<br />
#unzip openmeetings_1_5_rc1_r3393.zip</code></p>
<p>run the OpenOffice  in a headless mode:<br />
<code>#/usr/local/openoffice.org-3.2.1/openoffice.org3/program/soffice.bin \<br />
-headless -nofirststartwizard \<br />
-accept="socket,host=localhost,port=8100;urp;StarOffice.Service"</code></p>
<p>checking:<br />
<code># ps -aux | grep openoffice<br />
howtobsd    96549  0.6  0.6 157740 52268  p0  S+    4:58PM   0:00.33 /usr/local/openoffice.org-3.2.1/openoffice.org3/program/soffice.bin -headless -nofirststartwizard -accept=socket,host=localhost,port=8100;urp;</code></p>
<p>back to the folder red5 and edit configuration file:<br />
<code>#vim red5/webapps/openmeetings/conf/hibernate.cfg.xml</code><br />
<code><!-- User  / Password --> </code></p>
<p>&lt;!&#8211; User  / Password &#8211;&gt;<br />
&lt;property name=&#8221;connection.username&#8221;&gt;<strong>mysqluser</strong>&lt;/property&gt;<br />
&lt;property name=&#8221;connection.password&#8221;&gt;<strong>userpassword</strong>&lt;/property&gt;</p>
<p>&lt;!&#8211; Database Settings &#8211;&gt;<br />
&lt;property name=&#8221;connection.driver_class&#8221;&gt;com.mysql.jdbc.Driver&lt;/property&gt;<br />
&lt;!&#8211;  for performance reasons changed to MyISAM from org.hibernate.dialect.MySQLInnoDBDialect &#8211;&gt;<br />
&lt;property name=&#8221;dialect&#8221;&gt;org.hibernate.dialect.MySQLMyISAMDialect&lt;/property&gt;<br />
&lt;property name=&#8221;connection.url&#8221;&gt;jdbc:mysql://localhost/<strong>openmeetings</strong> autoReconnect=true&amp;amp; useUnicode=true&amp;amp;createDatabaseIfNotExist=true&amp;amp; characterEncoding=utf-8&lt;/property&gt;</p>
<p>&lt;property name=&#8221;hibernate.connection.CharSet&#8221;&gt;utf8&lt;/property&gt;<br />
&lt;property name=&#8221;hibernate.connection.characterEncoding&#8221;&gt;utf8&lt;/property&gt;<br />
&lt;property name=&#8221;hibernate.connection.useUnicode&#8221;&gt;true&lt;/property&gt;</p>
<p>Create database openmeetings with utf8_general_ci encoding and Let&#8217;s start:<br />
<code>#cd red5<br />
#sh red5.sh</code></p>
<p>Wait some time until appear<br />
<code>[Launcher:/openmeetings] - ##### loadEmot completed</code><br />
And using 5080 ports connect with your video conferencing server by url:<br />
http://192.168.1.150:5080 (change 192.168.1.150 to your servers IP-adress or domain name)</p>
<p>You will be redirected to installation page.</p>
]]></content:encoded>
			<wfw:commentRss>http://howtobsd.com/software/openmeetings-video-conferencing-server-on-freebsd.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
