Tagged Questions
Windows Media Center is a digital video recorder and media player developed by Microsoft. It is an application that allows users to view and record live television, as well as organize and play music and videos.
6
votes
3answers
535 views
WPF MediaElement pauses when trying to play Windows Media Center recording
I have an WPF application that starts a live tv recording using Windows Media Center, using the Windows Media Center SDK, waits 2 minutes and then plays the currently recording file (.wtv) in a WPF ...
3
votes
1answer
233 views
Querying content of Windows Media Center library
I'm trying to create a program in C# that lists the content of a library in Windows Media Center (for instance the video library).
Is this possible using the Windows Media Center SDK, without having ...
3
votes
2answers
911 views
Windows Media Center Plugin
it is possible to make own plugin to media center in windows (in .NET)?
Thanks
2
votes
2answers
2k views
Learning to create Windows MCE plugins
I am currently mostly a Java Developer, and would like to know if one would be able to creating Windows MCE plugins for popular services using a language like C#? Where would i find resources to ...
1
vote
1answer
42 views
How do I get Windows Media Center to understand a new WMF file?
I'm in the early stages of creating a MFT to decode a "new" container format video. I'm using the MPEG1Source sample from the Media Foundation SDK, and I have a mpeg1 sample. I changed the ...
1
vote
1answer
136 views
Windows Media Services Web Streaming
Which web player I can use to get live stream from Windows Media Services? Is there are any crossplatform solutions (Windows, iPad/iPhone)? Should I make live convertation to flv or any other trick?
1
vote
0answers
60 views
Override DVD system in c#
I've been wanting to write my own version of DVD override software for some time now. I really want it to behave like AnyDVD, except much less overhead and not near as many options.
Basically I want ...
1
vote
1answer
367 views
Writing Windows Media Center Extender
I recently purchased an XBox 360 and was first introduced to the term "Media Extender". I didn't realize that windows had the ability to stream content to an XBox and was very surprised and excited. ...
1
vote
1answer
197 views
Any source code of an iPhone remote control for the windows media center?
Are there any open source projects or demos out there, featuring an iPhone app controlling the windows media center? Any info is welcome!
Thanks!
1
vote
1answer
315 views
Can I manipulate the “Now Playing” queue in Windows Media Center using the SDK?
I've downloaded the Windows Media Center SDK and have looked through the documentation, but I don't really see how I can interact with the "Now Playing" queue. Is it possible?
0
votes
0answers
25 views
I can't see my app in Windows Media Center /mediamode
I've installed my app into Windows Media Center.
WMC in mediamode (ehshell.exe /mediamode) is always on top. Then i can't see my app when i lauch it from WMC library. Just when i close wmc my app is ...
0
votes
2answers
87 views
How to control an running instance of Windows Media Center?
How to control a running instance of Windows Media Center?
I have a server-client application, and the server needs to be able to give commands to the client, and then the client has to control ...
0
votes
3answers
230 views
How to write a hello world add-in for Win 7 Media Center
I want to write a simple hello world add in for Media Center on Windows 7, but I am having problems finding up to date functional documentation. I found this page: ...
0
votes
1answer
221 views
Writing a Windows Media Center Plugin with C++
I have been searching for a way to create a windows media center plugin with C++, does anyone know if this is possible (with current available tools)? I have the SDK for C#, but would really rather ...
0
votes
1answer
74 views
Registering MCE AddIn under existing root menus
I have written a plugin for Windows 7 Media Center, and I would like to register it to appear under the root "TV" menu.
What do I need to put in the Registration.xml to achieve this?
Thanks!
-1
votes
2answers
619 views
Remote controlling Windows Media Center
I am interested in building a remote control app of sorts for android devices to allow them to control windows media center on windows 7. How can I send commands to media center as if they were ...