Windows Thread, Windows Media Services 9 (2003 Server) and Vista+MediaPlayer in Technical; Quick run down of what I've done at present. Install Windows Media Services published the server through ISA tested with ...
Windows Media Services 9 (2003 Server) and Vista+MediaPlayer
Quick run down of what I've done at present. Install Windows Media Services published the server through ISA tested with Windows XP and it's Media Player works fine internally and externally Click on the website click opens up Mediaplayer and runs the video and sound perfectly. Problem when running vista this isn't the case click the link the browser asks to either open the file (asks for a program with which to do it) and also states that it can't understand a .part file would I like to try and run it anyway?
Which of course it can't any idea why Vista has changed like this and also is there a way round it either from a server point of view or client preferably server as a lot of staff, pupils and parents use vista now?
Right it will run the stream if you open the URL directly from media player technet had some info to add an embedded media player on the page as follows:
<!-- BEGIN GENERIC ALL BROWSER FRIENDLY HTML FOR NETSHOW V3 --> <object height="240" width="320" type="application/x-oleobject" standby="Loading Microsoft Windows Media Player components..." codebase="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=,1,52,701" classid="CLSID:22D6F312-B0F6-11D0-94AB-0080C74C7E95" id="MediaPlayer">
<param value="http://<mywebsitestreamlocation>/" name="FileName" /> <embed height="240" width="320" name="MediaPlayer" src="http://<mywebsitestreamlocation>/" pluginspage="http://www.microsoft.com/Windows/Downloads/Contents/Products/MediaPlayer/" type="application/x-mplayer2"></embed> </object>
Tried it and it works Firefox asks you to manually instal the plugin but it certainly does the job.
Got a chance of creating quite a good video site now for very little cost or effort (Nearly nil)
This shall come in handy for us also, as i will be creating some video tutorials for our staff to refer to. might do it this way now.
you might also want to look at this media player webpart, instead of using the code
You can also use this to point to external videos from "youtube" etc
_______________________________
Download Zip File attached
- drop the MediaplayerWebpart.dll either into the SPS web application bin directory or into the GAC of your Sharepoint server (c:\windows\assembly)
and then add the following line to the "<SafeControls>" section of your Web.Config file.
Please make sure that the line is added as one single line (no line breaks) - it does nasty things otherwise hehe
from the top site go to Site Actions/Site Settings/Modify All Site Settings/Galleries/Web Parts
use the "Upload" menu option to upload the Mediaplayer.webpart file.
James.
Last edited by EduTech; 11th June 2009 at 09:53 PM.