iPhone Tips:Stream Music, Videos and Movies from iTunes Library to your iPhone for Free
Hey guys - this is a bit of a detour form what we usually cover on the blog - but I just wanted to share this little trick I thought of for the iPhone.
However, in case you are looking for a free option then there is some good news as folks at Embraceware Software have published the below procedure which should help you stream music from the iTunes library on your Mac to the iPhone for free.
Step 1
Open “Sharing” in System Preferences and enable “Personal Web Sharing” - this will turn on the built in web server installed with OS X. When enabled, it will display an address (your IP or computer network name) as the URL for accessing the site on your network. Note this address - we’ll be visiting it on our iPhone via Safari later.
Step 2
The root of the web site is located in /Library/WebServer/Documents.
Open the Terminal and type the following:
cd /Library/WebServer/Documents/
and press ENTER.
Step 3
Still in the Terminal we will continue by creating a Symbolic link to your iTunes “Movies” directory and place this link in the root of your web server by typing the following:
ln -s /[path ti your iTunes Movies folder] Movies
example: ln -s/Volumes/Machintosh HD/users/john/Music/iTunes/Movies Movies
Step 4
Open Safari on your iPhone and visit the address provided when you enabled the Personal Web Sharing in your iPhone followed by /Movies
Example: http://192.168.2.20/Movies/
You will be presented with a text directory listing of all of your iTunes movies. Simply tap on any movie link and it’ll launch QuickTime on the iPhone and play the movie - just like any other video streamed on the web.
Technically if your home internet connection has a high upload speed you could even stream your content over the internet - outside of your local network - assuming your ISP doesn’t block port 80.
Just thought I’d share that with you - it’s a quick and simple thing you can do with no special software required.Enjoy your iphone videos right now!
From http://embraceware.com/blog/2007/09/21/out-of-the-box-itunes-streaming-to-your-iphone/