<?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>Rakshit Khare's Blog- Aarambh &#187; intranet</title>
	<atom:link href="http://www.rakshitk.com/blog/tag/intranet/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.rakshitk.com/blog</link>
	<description>Not just a blog but my 2nd home &#124; The Technology Inside</description>
	<lastBuildDate>Wed, 11 Nov 2009 04:39:16 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Streaming Video over the LAN/Intranet</title>
		<link>http://www.rakshitk.com/blog/2008/02/11/streaming-video-over-the-lanintranet/</link>
		<comments>http://www.rakshitk.com/blog/2008/02/11/streaming-video-over-the-lanintranet/#comments</comments>
		<pubDate>Sun, 10 Feb 2008 19:44:43 +0000</pubDate>
		<dc:creator>Rakshit</dc:creator>
				<category><![CDATA[Archives]]></category>
		<category><![CDATA[Tutorials- "How To..."]]></category>
		<category><![CDATA[http]]></category>
		<category><![CDATA[intranet]]></category>
		<category><![CDATA[LAN]]></category>
		<category><![CDATA[streaming]]></category>
		<category><![CDATA[video]]></category>
		<category><![CDATA[vlc]]></category>

		<guid isPermaLink="false">http://www.rakshitk.com/blog/2008/02/11/streaming-video-over-the-lanintranet/</guid>
		<description><![CDATA[In my earlier post we have learnt how to stream AUDIO over the Lan/Intranet. This time let&#8217;s focus on how to stream VIDEO over Lan/Intranet.
Software Requirements
VLC Media Player
For Windows- Download and Install.
For Other Operating Systems- Download and Install.
Configuration Server-side
Server IP Address:- 172.16.5.1
Client IP Address:- 172.16.5.2
1- Launch vlc.exe file.
2- Click on &#8220;File&#8221; -&#62; &#8220;Open File&#8230;&#8221;
You will [...]]]></description>
			<content:encoded><![CDATA[<p>In my earlier post we have learnt <a href="http://www.rakshitk.com/blog/2008/01/19/streaming-audio-over-the-lanintranet/" target="_blank">how to stream AUDIO over the Lan/Intranet</a>. This time let&#8217;s focus on how to stream VIDEO over Lan/Intranet.</p>
<p><u><strong>Software Requirements</strong></u></p>
<p><strong><em>VLC Media Player</em></strong></p>
<p>For Windows- <a href="http://www.videolan.org/vlc/download-windows.html" target="_blank">Download</a> and Install.<br />
For Other Operating Systems- <a href="http://www.videolan.org/vlc/" target="_blank">Download</a> and Install.<br/></p>
<p><u><strong>Configuration Server-side</strong></u></p>
<p>Server IP Address:- 172.16.5.1<br />
Client IP Address:- 172.16.5.2</p>
<p>1- Launch vlc.exe file.</p>
<p>2- Click on &#8220;File&#8221; -&gt; &#8220;Open File&#8230;&#8221;</p>
<p>You will see a window similar to that seen below.</p>
<p><a href="http://s213.photobucket.com/albums/cc127/roxisayshi1/?action=view&amp;current=vlcopenfile.jpg" target="_blank"><img src="http://i213.photobucket.com/albums/cc127/roxisayshi1/vlcopenfile.jpg" alt="Photobucket" border="0" /></a></p>
<p>3- Click on &#8220;Browse&#8230;&#8221; and select a video file from your computer hard drive.</p>
<p>4- Under the &#8220;Advanced options&#8221;, don&#8217;t forget to check the checkbox &#8220;Stream/Save&#8221;.</p>
<p>5- Now click on &#8220;Settings&#8221; button to open a new window &#8220;Stream Output&#8221; something like below.</p>
<p><a href="http://s213.photobucket.com/albums/cc127/roxisayshi1/?action=view&amp;current=vlcsettings.jpg" target="_blank"><img src="http://i213.photobucket.com/albums/cc127/roxisayshi1/vlcsettings.jpg" alt="Photobucket" border="0" /></a></p>
<p>6- Check the &#8220;HTTP&#8221; checkbox and Enter the Server Address and any port number(1234 by default).</p>
<p>7- Under Encapsulation Method select &#8220;MPEG TS&#8221;</p>
<p><em>Please note that the Encapsulation Method is different for different files you stream from the server side.</em><br />
<strong> Dat File &#8211; MPEG TS<br />
AVI File &#8211; MPEG TS<br />
MPG File &#8211; MPEG TS<br />
MPEG File &#8211; MPEG TS<br />
WMV File &#8211; ASF</strong></p>
<p>8- Click &#8220;OK&#8221; now.</p>
<p>That&#8217;s it. Your server is streaming the selected video file on Port Number 1234 or any other which you have choosen above.</p>
<p>Also, on the server side you won&#8217;t be able to see any video. Video File can only be seen on client side</p>
<p><u><strong>Configuration Client-side</strong></u></p>
<p>Make sure that the client IP Address is same as mentioned above.</p>
<p>1- Open vlc.exe file.</p>
<p>2- Click on &#8220;File&#8221; -&gt; &#8220;Open Network Stream&#8230;&#8221;</p>
<p>3- Check the &#8220;HTTP/HTTPS/FTP/MMS&#8221; checkbox and enter server side IP address and port number as &#8220;<strong>172.16.5.1:1234</strong>&#8221; without quotes.</p>
<p><a href="http://s213.photobucket.com/albums/cc127/roxisayshi1/?action=view&amp;current=vlcfileopen.jpg" target="_blank"><img src="http://i213.photobucket.com/albums/cc127/roxisayshi1/vlcfileopen.jpg" alt="Photobucket" border="0" /></a></p>
<p>4- Click &#8220;OK&#8221; now.</p>
<p>That&#8217;s it. Now you can view the streaming video on the client side.</p>
<p>This finishes my tutorial on streaming video over the LAN/Intranet. Any comments and feedbacks are whole heartedly appreciated.</p>
<br/><p><b>People who viewed this article also liked the following articles:-</b></p>
<ul><li><a href="http://www.rakshitk.com/blog/2008/01/19/streaming-audio-over-the-lanintranet/" rel="bookmark" title="Permanent Link: Streaming Audio over the LAN/Intranet">Streaming Audio over the LAN/Intranet</a></ul></li><ul><li><a href="http://www.rakshitk.com/blog/2008/05/07/how-to-connect-two-computers-over-the-internet/" rel="bookmark" title="Permanent Link: How to Connect two Computers over the Internet">How to Connect two Computers over the Internet</a></ul></li><ul><li><a href="http://www.rakshitk.com/blog/2008/06/05/how-to-setup-your-own-radio-station/" rel="bookmark" title="Permanent Link: How to Setup your own Radio Station">How to Setup your own Radio Station</a></ul></li><ul><li><a href="http://www.rakshitk.com/blog/2008/02/06/aarambh-after-the-first-month-of-blogging/" rel="bookmark" title="Permanent Link: AARAMBH, after the first month of blogging">AARAMBH, after the first month of blogging</a></ul></li><ul><li><a href="http://www.rakshitk.com/blog/2008/01/24/download-and-convert-youtube-videos-at-one-place/" rel="bookmark" title="Permanent Link: Download and Convert YouTube Videos at one place">Download and Convert YouTube Videos at one place</a></ul></li>
<i>© Rakshit Khare’s Blog- Aarambh 2007-08</i>]]></content:encoded>
			<wfw:commentRss>http://www.rakshitk.com/blog/2008/02/11/streaming-video-over-the-lanintranet/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>Streaming Audio over the LAN/Intranet</title>
		<link>http://www.rakshitk.com/blog/2008/01/19/streaming-audio-over-the-lanintranet/</link>
		<comments>http://www.rakshitk.com/blog/2008/01/19/streaming-audio-over-the-lanintranet/#comments</comments>
		<pubDate>Fri, 18 Jan 2008 20:35:22 +0000</pubDate>
		<dc:creator>Rakshit</dc:creator>
				<category><![CDATA[Archives]]></category>
		<category><![CDATA[Tutorials- "How To..."]]></category>
		<category><![CDATA[intranet]]></category>
		<category><![CDATA[LAN]]></category>
		<category><![CDATA[radio station]]></category>
		<category><![CDATA[shoutcast]]></category>
		<category><![CDATA[streaming audio]]></category>
		<category><![CDATA[winamp]]></category>

		<guid isPermaLink="false">http://www.rakshitk.com/blog/2008/01/19/streaming-audio-over-the-lanintranet/</guid>
		<description><![CDATA[If in case you are also looking for a tutorial on streaming VIDEO over the LAN/Intranet, click here.
I like listening streaming radio stations over the internet. The place where am I right now, does not have any local radio station, strange right? This is probably the main reason why I prefer listening broadcasted radio stations [...]]]></description>
			<content:encoded><![CDATA[<p class="MsoNormal">If in case you are also looking for a tutorial on streaming VIDEO over the LAN/Intranet, click <a href="http://www.rakshitk.com/blog/2008/02/11/streaming-video-over-the-lanintranet/" target="_blank">here</a>.</p>
<p class="MsoNormal">I like listening streaming radio stations over the internet. The place where am I right now, does not have any local radio station, strange right? This is probably the main reason why I prefer listening broadcasted radio stations on internet.</p>
<p class="MsoNormal">Few months back, I thought of streaming audio over my own college LAN. After few hiccups, I made it running successfully over the network. This tutorial is meant only for streaming AUDIO over the LAN or Intranet. Currently, I am working on streaming audio over the internet as well. I’ll post that too as soon as I resolve that issue. (<em><strong>UPDATES</strong>:- Finally, I manage to stream audio over the Internet. It is working perfectly for most of us. <a href="http://www.rakshitk.com/blog/2008/06/05/how-to-setup-your-own-radio-station/" target="_blank">Check here</a>.</em>)</p>
<p class="MsoNormal">So, let’s get started.</p>
<p class="MsoNormal"><strong><u>Software Requirements</u></strong></p>
<p class="MsoNormal">Here goes the list:-</p>
<p class="MsoNormal">1-&gt; <em>Winamp</em>- Download it from <a href="http://www.winamp.com/player/">here</a> (Winamp version 3.x doesn’t work in this case. Use either 2.x or 5.x)<br />
2-&gt; <em>SHOUTCast DSP Plugin</em>- <a href="http://www.shoutcast.com/downloads/shoutcast-dsp-1-8-2b-windows.exe">Download</a> and Install.<br />
3-&gt; <em>SHOUTCast Server</em>- <a href="http://www.shoutcast.com/downloads/sc1-9-5/shoutcast-1-9-5-windows.exe">Download</a> and Install.</p>
<p class="MsoNormal"><strong><u>Configuration<o:p></o:p></u></strong></p>
<p class="MsoNormal"><strong>1-&gt; <em>SHOUTCast DSP Plugin</em></strong></p>
<p class="MsoNormal">- Start WINAMP<br />
- Select OPTIONS-&gt; PREFERENCES-&gt;  DSP/Effect-&gt; Nullsoft SHOUTCast Source DSP</p>
<p class="MsoNormal">On selecting &#8220;Nullsoft SHOUTCast Source DSP&#8221;, a window will appear which looks like this:-</p>
<p> <a href="http://s213.photobucket.com/albums/cc127/roxisayshi1/?action=view&amp;current=shoutcastsource.jpg" target="_blank"></a></p>
<p style="text-align: center"><a href="http://s213.photobucket.com/albums/cc127/roxisayshi1/?action=view&amp;current=shoutcastsource.jpg" target="_blank"><img src="http://i213.photobucket.com/albums/cc127/roxisayshi1/shoutcastsource.jpg" alt="Photobucket" border="0" /></a></p>
<p>Now, select the &#8220;<u>Output</u>&#8221; tab and do the following changes:-<br />
<a href="http://s213.photobucket.com/albums/cc127/roxisayshi1/?action=view&amp;current=shoutcastsource2.jpg" target="_blank"></a></p>
<p style="text-align: center"><a href="http://s213.photobucket.com/albums/cc127/roxisayshi1/?action=view&amp;current=shoutcastsource2.jpg" target="_blank"><img src="http://i213.photobucket.com/albums/cc127/roxisayshi1/shoutcastsource2.jpg" alt="Photobucket" border="0" /></a></p>
<p align="left">&nbsp;</p>
<ol>
<li>Select &#8220;Output 1&#8243;</li>
<li>Press &#8220;Connection&#8221; Button</li>
<li>Address = &#8220;localhost&#8221;</li>
<li>Port = &#8220;1234&#8243;   (or any other if you want, 8000 is default)</li>
<li>Password = {any passw you want}</li>
<li>Encoder = &#8220;1&#8243;</li>
</ol>
<p>Next select the <u>&#8220;Encoder&#8221;</u> tab and do the following changes:-</p>
<ol>
<li>Select &#8220;Encoder 1&#8243;</li>
<li>Encoder Type = &#8220;MP3&#8243;</li>
<li>Encoder Settings = 112kbps, 44.100kHz, Stereo ( or any other you prefer)</li>
</ol>
<p><strong>2-&gt; </strong><strong><em>SHOUTCast Server</em></strong><br />
<a href="http://s213.photobucket.com/albums/cc127/roxisayshi1/?action=view&amp;current=shoutcastsource4.jpg" target="_blank"></a></p>
<p style="text-align: center"><a href="http://s213.photobucket.com/albums/cc127/roxisayshi1/?action=view&amp;current=shoutcastsource4.jpg" target="_blank"><img src="http://i213.photobucket.com/albums/cc127/roxisayshi1/shoutcastsource4.jpg" alt="Photobucket" border="0" /></a></p>
<p>First, you have to start the server from the start menu. Choose &#8220;SHOUTCast DNAS (GUI)&#8221;.<br />
Click on &#8220;Edit Config&#8221;, a notepad file named <strong>sc_serv.ini</strong> will get opened.</p>
<p>Now, you have to make 2 important changes into this file.<br />
1-&gt; Password Change-  password should be same as used before.  If no password selected, leave as it is.<br />
2-&gt; Port Change- Default is 8000 change to 1234 or any other value which u have chosen earlier.</p>
<p>Restart the SHOUTCast Server.<br />
That&#8217;s it. Everything is configured now. You are ready to broadcast your own radio.</p>
<p>Just go to Winamp&#8217;s SHOUTCast Source window -&gt; Output tab -&gt; Press<em><strong> Connect</strong></em>.</p>
<p>Hope, you like this article. Any feedback is whole heartedly appreciated. So, please don&#8217;t forget to give  your comments to this article.</p>
<br/><p><b>People who viewed this article also liked the following articles:-</b></p>
<ul><li><a href="http://www.rakshitk.com/blog/2008/02/11/streaming-video-over-the-lanintranet/" rel="bookmark" title="Permanent Link: Streaming Video over the LAN/Intranet">Streaming Video over the LAN/Intranet</a></ul></li><ul><li><a href="http://www.rakshitk.com/blog/2008/05/07/how-to-connect-two-computers-over-the-internet/" rel="bookmark" title="Permanent Link: How to Connect two Computers over the Internet">How to Connect two Computers over the Internet</a></ul></li><ul><li><a href="http://www.rakshitk.com/blog/2008/06/05/how-to-setup-your-own-radio-station/" rel="bookmark" title="Permanent Link: How to Setup your own Radio Station">How to Setup your own Radio Station</a></ul></li><ul><li><a href="http://www.rakshitk.com/blog/2008/02/06/aarambh-after-the-first-month-of-blogging/" rel="bookmark" title="Permanent Link: AARAMBH, after the first month of blogging">AARAMBH, after the first month of blogging</a></ul></li><ul><li><a href="http://www.rakshitk.com/blog/2008/01/24/download-and-convert-youtube-videos-at-one-place/" rel="bookmark" title="Permanent Link: Download and Convert YouTube Videos at one place">Download and Convert YouTube Videos at one place</a></ul></li>
<i>© Rakshit Khare’s Blog- Aarambh 2007-08</i>]]></content:encoded>
			<wfw:commentRss>http://www.rakshitk.com/blog/2008/01/19/streaming-audio-over-the-lanintranet/feed/</wfw:commentRss>
		<slash:comments>17</slash:comments>
		</item>
	</channel>
</rss>
