<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Not How To, but Sharing</title>
	<atom:link href="http://lustan.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://lustan.wordpress.com</link>
	<description>Lustan Wijaya Site</description>
	<lastBuildDate>Mon, 09 Nov 2009 14:24:29 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='lustan.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Not How To, but Sharing</title>
		<link>http://lustan.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://lustan.wordpress.com/osd.xml" title="Not How To, but Sharing" />
	<atom:link rel='hub' href='http://lustan.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Phpmotion &#8211; Video Sharing</title>
		<link>http://lustan.wordpress.com/2009/04/02/video-sharing-with-phpmotion/</link>
		<comments>http://lustan.wordpress.com/2009/04/02/video-sharing-with-phpmotion/#comments</comments>
		<pubDate>Thu, 02 Apr 2009 07:51:10 +0000</pubDate>
		<dc:creator>lustan</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[phpmotion]]></category>
		<category><![CDATA[Tube]]></category>
		<category><![CDATA[Video]]></category>
		<category><![CDATA[Video Sharing]]></category>

		<guid isPermaLink="false">http://lustan.wordpress.com/?p=26</guid>
		<description><![CDATA[Phpmotion is a software that run in php base, this is a free script that give you a feature like youtube. In this opportunity, i want to share some basic step by step way to use this script and make your own tube. Before we begin, we have to prepare our web server first so [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lustan.wordpress.com&amp;blog=2594167&amp;post=26&amp;subd=lustan&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Phpmotion is a software that run in php base, this is a free script that give you a feature like youtube. In this opportunity, i want to share some basic step by step way to use this script and make your own tube.</p>
<p><strong>Before we begin, we have to prepare our web server first so that we can install and use this phpmotion script easily,</strong></p>
<p>I&#8217;m Using Linux base operating system and lighttpd for the webserver,</p>
<p><strong>Required Modules</strong></p>
<ul>
<li class="level1">
<div class="li"><acronym title="Hypertext Preprocessor">PHP</acronym> 4.3 and above (including support of CLI)</div>
</li>
<li class="level1">
<div class="li">MySQL database server</div>
</li>
<li class="level1">
<div class="li">LAME <acronym title="Motion Picture Experts Group Layer 3">MP3</acronym> Encoder</div>
</li>
<li class="level1">
<div class="li">Libogg + Libvorbis</div>
</li>
<li class="level1">
<div class="li">Mencoder and also Mplayer</div>
</li>
<li class="level1">
<div class="li">FFMpeg-<acronym title="Hypertext Preprocessor">PHP</acronym></div>
</li>
<li class="level1">
<div class="li">GD Library 2 or higher</div>
</li>
<li class="level1">
<div class="li"><acronym title="Common Gateway Interface">CGI</acronym>-BIN</div>
</li>
<li class="level1">
<div class="li">Be able to run background processes</div>
</li>
</ul>
<p><strong><acronym title="Hypertext Preprocessor">PHP</acronym> Settings</strong></p>
<ul>
<li class="level1">
<div class="li">open_basedir = (no value)</div>
</li>
<li class="level1">
<div class="li">upload_max_filesize = 100M</div>
</li>
<li class="level1">
<div class="li">post_max_size = 100M</div>
</li>
<li class="level1">
<div class="li">max_execution_time = 1500</div>
</li>
<li class="level1">
<div class="li">session.gc_maxlifetime = 14000</div>
</li>
<li class="level1">
<div class="li">safe_mode = off</div>
</li>
<li class="level1">
<div class="li">Thread saftery = disabled</div>
</li>
<li class="level1">
<div class="li">enable_dl = On</div>
</li>
</ul>
<p><strong>Next Step</strong></p>
<p>After all the preparation has been meet, we will continue the instalation with downloading phpmotion source code, you can download it from http://www.phpmotion.com/,</p>
<p>1. Check what php version are you running, you can check it using phpinfo() php script.</p>
<p>2. Download the phpmotion source code from the website that compatible with your php version.</p>
<p>3. Unzip the file and then place it to the server web directory, after that create database for phpmotion.</p>
<p>4. Give the permission 777 to all file below,</p>
<ul>
<li class="level3">
<div class="li">/setup</div>
</li>
<li class="level3">
<div class="li">/pictures</div>
</li>
<li class="level3">
<div class="li">/classes</div>
</li>
<li class="level3">
<div class="li">/temp</div>
<ul>
<li class="level4">
<div class="li">/logs</div>
</li>
</ul>
</li>
<li class="level3">
<div class="li">/addons</div>
</li>
<li class="level3">
<div class="li">/uploads</div>
</li>
<li class="level3">
<div class="li">/uploads/avi</div>
</li>
<li class="level3">
<div class="li">/uploads/thumbs</div>
</li>
<li class="level3">
<div class="li">/uploads/audio</div>
</li>
<li class="level3">
<div class="li">/uploads/audio/temp</div>
</li>
<li class="level3">
<div class="li">/uploads/pictures</div>
</li>
</ul>
<p>5. Give the permission 755 to all file below,</p>
<ul>
<li class="level3">
<div class="li">/cgi-bin/<strong>all files in there</strong></div>
</li>
<li class="level3">
<div class="li">/cgi-bin/audio/<strong>all files in there</strong></div>
</li>
</ul>
<p>6. After that, you can continue the instalation from phpmotion step by step instalation from webbrowser. (Set your domain to the server) <a class="urlextern" title="http://YOUDOMAIN.COM/setup" rel="nofollow" href="http://youdomain.com/setup" target="_blank">http://YOUDOMAIN.COM/setup.</a></p>
<p>After all step has been made, congratulation now you have your own Tube Website.</p>
<p>For detail information, you can see it from the official website.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/lustan.wordpress.com/26/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/lustan.wordpress.com/26/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/lustan.wordpress.com/26/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/lustan.wordpress.com/26/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/lustan.wordpress.com/26/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/lustan.wordpress.com/26/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/lustan.wordpress.com/26/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/lustan.wordpress.com/26/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/lustan.wordpress.com/26/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/lustan.wordpress.com/26/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/lustan.wordpress.com/26/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/lustan.wordpress.com/26/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/lustan.wordpress.com/26/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/lustan.wordpress.com/26/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lustan.wordpress.com&amp;blog=2594167&amp;post=26&amp;subd=lustan&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://lustan.wordpress.com/2009/04/02/video-sharing-with-phpmotion/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/15de5311e85bcf8454d77458443a4a03?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">lustan</media:title>
		</media:content>
	</item>
		<item>
		<title>Internet TV with Helix DNA Server</title>
		<link>http://lustan.wordpress.com/2008/05/15/streaming-server-dengan-helix-dna-server/</link>
		<comments>http://lustan.wordpress.com/2008/05/15/streaming-server-dengan-helix-dna-server/#comments</comments>
		<pubDate>Thu, 15 May 2008 11:00:58 +0000</pubDate>
		<dc:creator>lustan</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[Helix]]></category>
		<category><![CDATA[Internet TV]]></category>
		<category><![CDATA[Streaming Server]]></category>

		<guid isPermaLink="false">http://lustan.wordpress.com/?p=13</guid>
		<description><![CDATA[Internet TV is a TV, same old tv that we always watch at home or other place, but the difference is this TV is running over internet so that we can see it wherever we are as long as we have internet. How to make one??? it&#8217;s simple, first we have to prepare somthing to [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lustan.wordpress.com&amp;blog=2594167&amp;post=13&amp;subd=lustan&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Internet TV is a TV, same old tv that we always watch at home or other place, but the difference is this TV is running over internet so that we can see it wherever we are as long as we have internet.</p>
<p>How to make one??? it&#8217;s simple, first we have to prepare somthing to begin.</p>
<p>1. A Server with OS (Windows,Linux,SunSolaris) and 2 NIC Card.</p>
<p>2. A Server with OS Windows for Producer ( one channel = one producer ).</p>
<p>3. Helix DNA Server source code ( can be download from https://helixcommunity.org/ ).</p>
<p>4. Real Producer Basic ( can be download from <span class="a">www.real.com ).</span></p>
<p>5. Real One Player ( for end user that want to stream the TV over Internet ).</p>
<p>&nbsp;</p>
<p>First, we have to place the helix dna server and install it, just follow the step by step.</p>
<p>after finish, we have to configure the helix from web browser http://[ip address:portadmin]/admin/index.html</p>
<p>[PENDING]</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/lustan.wordpress.com/13/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/lustan.wordpress.com/13/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/lustan.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/lustan.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/lustan.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/lustan.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/lustan.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/lustan.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/lustan.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/lustan.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/lustan.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/lustan.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/lustan.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/lustan.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/lustan.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/lustan.wordpress.com/13/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lustan.wordpress.com&amp;blog=2594167&amp;post=13&amp;subd=lustan&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://lustan.wordpress.com/2008/05/15/streaming-server-dengan-helix-dna-server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/15de5311e85bcf8454d77458443a4a03?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">lustan</media:title>
		</media:content>
	</item>
	</channel>
</rss>
