<?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>Kenn Kinsal</title>
	<atom:link href="http://www.kennkinsal.com/feed" rel="self" type="application/rss+xml" />
	<link>http://www.kennkinsal.com</link>
	<description>The fear of the LORD is the beginning of wisdom</description>
	<lastBuildDate>Sun, 12 Jun 2011 16:23:41 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.1</generator>
		<item>
		<title>HTML 5 Player</title>
		<link>http://www.kennkinsal.com/uncategorized/html-5-player</link>
		<comments>http://www.kennkinsal.com/uncategorized/html-5-player#comments</comments>
		<pubDate>Wed, 20 Apr 2011 10:12:24 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.kennkinsal.com/?p=20</guid>
		<description><![CDATA[Recently I&#8217;ve been trying the new html 5. I tried to play some format plus shoutcast streaming, where I found out that chrome and safari will play shoutcast streaming format without problem but for those who are using mozilla firefox and opera won&#8217;t be happy with their browser. I put few examples below. Video Audio [...]]]></description>
			<content:encoded><![CDATA[<p>Recently I&#8217;ve been trying the new html 5. I tried to play some format plus shoutcast streaming, where I found out that chrome and safari will play shoutcast streaming format without problem but for those who are using mozilla firefox and opera won&#8217;t be happy with their browser. I put few examples below.<br />
Video</p>
	<video id="wp_mep_1"   width="480" height="270" poster="http://video-js.zencoder.com/ocen-clip.png" controls="controls" preload="true" >
		<source src="http://video-js.zencoder.com/oceans-clip.mp4" type="video/mp4" />
		
		<source src="http://video-js.zencoder.com/oceans-clip.webm" type="video/webm" />
		
		
		<source src="http://video-js.zencoder.com/oceans-clip.ogg" type="video/ogg" />
		
		<object width="320" height="240" type="application/x-shockwave-flash" data="http://www.kennkinsal.com/wp-content/plugins/media-element-html5-video-and-audio-player/mediaelement/flashmediaelement.swf">
			<param name="movie" value="http://www.kennkinsal.com/wp-content/plugins/media-element-html5-video-and-audio-player/mediaelement/flashmediaelement.swf" />
			<param name="flashvars" value="controls=true&amp;file=http://video-js.zencoder.com/oceans-clip.mp4" />			
		</object>		
	</video>
<script type="text/javascript">
jQuery(document).ready(function($) {
	$('#wp_mep_1').mediaelementplayer({
		m:1
		
		,features: ['playpause','current','progress','duration','volume','tracks','fullscreen']
	});
});
</script>

<p>Audio<br />
	<audio id="wp_mep_2"      controls="controls" preload="true" >
		
		<source src="http://www.kennkinsal.com/wp-content/uploads/2011/04/07-Walk-On-The-Water.mp3" type="audio/mp3" />
		
		
		
		
		
		<object width="320" height="240" type="application/x-shockwave-flash" data="http://www.kennkinsal.com/wp-content/plugins/media-element-html5-video-and-audio-player/mediaelement/flashmediaelement.swf">
			<param name="movie" value="http://www.kennkinsal.com/wp-content/plugins/media-element-html5-video-and-audio-player/mediaelement/flashmediaelement.swf" />
			<param name="flashvars" value="controls=true&amp;file=http://www.kennkinsal.com/wp-content/uploads/2011/04/07-Walk-On-The-Water.mp3" />			
		</object>		
	</audio>
<script type="text/javascript">
jQuery(document).ready(function($) {
	$('#wp_mep_2').mediaelementplayer({
		m:1
		
		,features: ['playpause','current','progress','duration','volume','tracks','fullscreen']
	});
});
</script>
<br />
<br />
<br /><img src="http://www.kennkinsal.com/?p=20" width="" height="" alt="media" /><br />
</p>
<p>Streaming<br />
<audio controls><br />
<source src="http://rhemafm.japanserver.info:8002/;" /><br />
<object width="329" height="21" bgcolor="#FFFFFF"><param name="movie" value="/wp-includes/ffmp3/ffmp3.swf" /><param name="flashvars" value="url=http://rhemafm.japanserver.info:8002/;&#038;lang=en&#038;codec=mp3&#038;volume=65&#038;traking=true&#038;jsevents=false&#038;buffering=5&#038;title=Rhema%20Radio 88.6 FM&#038;welcome=Welcome%20To..." /><param name="wmode" value="window" /><param name="allowscriptaccess" value="always" /><param name="scale" value="noscale" /><embed src="/wp-includes/ffmp3/ffmp3.swf" flashvars="url=http://rhemafm.japanserver.info:8002/;&#038;lang=en&#038;codec=mp3&#038;volume=65&#038;traking=true&#038;jsevents=false&#038;buffering=5&#038;title=Rhema%20Radio 88.6 FM&#038;welcome=Welcome%20To..." width="329" scale="noscale" height="21" wmode="window" bgcolor="#FFFFFF" allowscriptaccess="always" type="application/x-shockwave-flash" /><br />
</object><br />
</audio><br />
<script type="text/javascript">
    var audioTag = document.createElement('audio');
    if (!(!!(audioTag.canPlayType) &#038;&#038; ("no" != audioTag.canPlayType("audio/mpeg")) &#038;&#038; ("" != audioTag.canPlayType("audio/mpeg")))) {
        AudioPlayer.embed("audioplayer", {soundFile: "http://rhemafm.japanserver.info:8002/;"});
    }
</script></p>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.kennkinsal.com%2Funcategorized%2Fhtml-5-player&amp;title=HTML%205%20Player" id="wpa2a_2"><img src="http://www.kennkinsal.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.kennkinsal.com/uncategorized/html-5-player/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="http://www.kennkinsal.com/wp-content/uploads/2011/04/07-Walk-On-The-Water.mp3" length="4635315" type="audio/mpeg" />
<enclosure url="http://video-js.zencoder.com/oceans-clip.mp4" length="19448241" type="video/mp4" />
<enclosure url="http://video-js.zencoder.com/oceans-clip.ogg" length="13235468" type="audio/ogg" />
<enclosure url="http://video-js.zencoder.com/oceans-clip.webm" length="14625011" type="video/webm" />
		</item>
		<item>
		<title>Hello world!</title>
		<link>http://www.kennkinsal.com/uncategorized/hello-world</link>
		<comments>http://www.kennkinsal.com/uncategorized/hello-world#comments</comments>
		<pubDate>Mon, 15 Nov 2010 09:43:48 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.kennkinsal.com/?p=1</guid>
		<description><![CDATA[Hello world! yes the default page on every fresh installed wordpress. I worked to reface my own website, installed typography theme and here is the new face.]]></description>
			<content:encoded><![CDATA[<p>Hello world! yes the default page on every fresh installed wordpress. I worked to reface my own website, installed typography theme and here is the new face.</p>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.kennkinsal.com%2Funcategorized%2Fhello-world&amp;title=Hello%20world%21" id="wpa2a_4"><img src="http://www.kennkinsal.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.kennkinsal.com/uncategorized/hello-world/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

