Media Streaming
#1
Posted 27 September 2009 - 05:56 PM
I installed the Desktop Experience feature, but it still seems broken.
Would this work when the Streaming Media Services role is released for RTM?
http://www.microsoft.com/windows/windowsme...odinfo2008.aspx
#2
Posted 28 September 2009 - 07:33 AM
#3
Posted 09 December 2009 - 04:53 PM
#4
Posted 09 December 2009 - 09:43 PM
#5
Posted 10 December 2009 - 05:21 AM
This post has been edited by Ben_j: 10 December 2009 - 05:25 AM
#6
Posted 10 December 2009 - 08:07 AM
Quote
Here's how you do it:
1) Find a copy of Windows Media Connect 2.0, this is no longer provided my MS but can still be found around the web. Another place you could potentially find it is in the file umupnp.exe on the Windows Home Server installation media.
2) Now out of the box this won't install on Server 2008, so don't bother trying, you need to extract the files from the archive. I used Winrar, other archiving tools will do it too.
3) Create a folder, for example C:\Program Files\Media Connect (I'll assume you used this folder for future examples)
4) Copy the following 3 files which were extracted from the archive mentioned in the last step into your new folder: wmccds.exe, wmccfg.exe, wmcsci.dll
5) Run regsvr32 "C:\ProgramFiles%\Media Connect\wmcsci.dll"
6) Run "C:\ProgramFiles%\Media Connect\wmccds.exe" -installwithfiles (This is an undocumented feature of Media Connect which installs the service without paying attention to pesky details like OS version).
7) Run sc config "WMConnectCDS" depend= none
8) Run sc config "WMConnectCDS" depend= upnphost/HTTP (These 2 commands are essentially an easy way to remove the HTTPFilter service dependency which does not exist on Server 2008. It's functionality now resides in HTTP, I could of done this from the registry as well but in my experience that requires a reboot)
9) Enable the SSDP Discovery Service by setting it to manual startup from the GUI or using sc config "SSDPSRV" start= demand
10) Enable the UPNP Host Device Service by setting it to manual startup from the GUI or using sc config "upnphost" start= demand
11) Run wmccfg.exe and do the initial setup.
From this point you've got media sharing running that is basically the same as the WMP sharing feature (maybe even a bit more appropriate for a Server environment), and it can be reconfigured using wmccfg as needed.
As a side note this works for both x86 and x64 versions (including Server 2008 R2). It also works in Vista and Windows 7 as well for anyone who wants to avoid Media Player on their desktop and still use Media Connect sharing.
Sounds good. I'm gonna try it on 2008 R2.
I think it's really stupid from Microsoft to disable this feature on WS 2008 and 2008 R2...
edit :
I found the WMC 2.0 install, but when I unpack everything I don't have the same files as the one indicated in this tutorial
This post has been edited by Ben_j: 10 December 2009 - 08:42 AM
#7
Posted 10 December 2009 - 12:04 PM
#8
Posted 10 December 2009 - 01:28 PM
#9
Posted 19 December 2009 - 12:10 AM
Ben_j, on Dec 10 2009, 09:28 PM, said:
As cluberti stated above,
Quote



Help
Back to top









