Hello All, In this short, 5 minute video I show you how to stream adaptive video to your iPhone or iPad device using IIS7 and HTML5. This article asumes you have an IIS7 website setup on your local machine and know how to get to it: http://LocalHost/ It also assumes you have Expression Encoder 4 Pro. So, if you have these then let’s get busy and stream some video to your Apple devices! Video: http://tinyurl.com/365aecg HTML5 Source Code: http://windowspresentationfoundation.com/Tutorials/AppleStreaming/iPhone.txt (in IE click View Source ).
<html>
<head>
<title>Victor Gaudioso | iPhone live streaming page</title>
</head>
<body>
<h1>Victor Gaudioso Live stream.</h1>
<video width="640"
height="480"
src="http://76.95.103.123/SmoothApple.isml/Manifest(format=m3u8-aapl)"
poster="MyPosterFrame.png"
autoplay="true"
controls="true" >Live 36</video>
<p>
<h2>Ver 62</h2>
</body>
</html>
Enjoy!
5 Comments for this entry
5 Trackbacks / Pingbacks for this entry
-
Tweets that mention How to Stream Video to your Apple Device (iPhone/Pad) in Five Minutes « Victor Gaudioso's Silverlight Blog -- Topsy.com
July 13th, 2010 on 1:52 am [...] This post was mentioned on Twitter by Arturo Toledo. Arturo Toledo said: Excellent – RT @victorgaudioso: New Video Tutorial: stream to your Apple devices using HTML5 and IIS7 in 5 Min! http://wp.me/pWN5M-ax #PHP [...] -
All of My Silverlight Video Tutorials in One Place (Updated 06.07.2010) « Victor Gaudioso's Silverlight Blog
July 19th, 2010 on 11:27 pm [...] 52. How to stream video to iPhone/Pad devices using IIS7 and HTML5: http://www.windowspresentationfoundation.com/?p=653 [...] -
Windowspresentationfoundation
July 24th, 2010 on 9:09 pm Windowspresentationfoundation…
[...] something about windowspresentationfoundation[...]… -
All of my Silverlight/WP7 Video Tutorials in One Place (Updated 10.05.10) « Victor Gaudioso's Silverlight Blog
October 5th, 2010 on 10:50 pm [...] 52. How to stream video to iPhone/Pad devices using IIS7 and HTML5: http://www.windowspresentationfoundation.com/?p=653 [...] -
All of my Silverlight/WP7 Video Tutorials in One Place (Updated 02.11.11) | The personal site of matthew parsa.
March 9th, 2012 on 5:06 am [...] 52. How to stream video to iPhone/Pad devices using IIS7 and HTML5: http://www.windowspresentationfoundation.com/?p=653 [...]
July 20th, 2010 on 9:47 pm What a great resource!
August 31st, 2010 on 8:58 pm Hello there. I am new to streaming to Apple Devices and I absolutely love your tutorial.
I am NOT at all familiar with Windows Server 2008.
It took me a long time to add all the necessary roles that I see based upon your demo. I still am not able to get the “MOBILE DEVICES” tab to show up when I click on “Live Smooth Streaming Publishing POint”.
My 2008 server was a clean install, so I am assuming you added a “Role” or something similar.
It looks like I have IIS6 maybe?!?! not sure… When I try to download IIS MEdia Services 4.0 Beta 1 – it tells me that I have Media Services 3.0.
I have no idea what I need to do – i thought 2008 server had IIS7 already. But I guess not. Please help.
Can you help me out? Just point me on the direction/software I need in order for that tab to show up?
I am running
August 31st, 2010 on 9:16 pm Hugo, Yes I was using IIS7 with IIS Media Services. I don’t recall if it was Beta or not but I think it was. You should be able to download everything you need from the Web Platform Installer: http://www.microsoft.com/web/downloads/platform.aspx
Good luck! Victor
September 27th, 2010 on 9:08 pm Liking this wallpaper! Looks great on my new Mac
March 13th, 2012 on 6:53 pm Great information Victor! Now, how do we eliminate all that manual labor and automate it? Got API’s?