Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

2
votes
3answers
109 views

Getting Microsoft PlayReady server to output to Windows Media DRM 10 PD (Portable Devices)

Is it possible to get Microsoft PlayReady Server to output DRM'd streams that are playable by Windows Media DRM 10-PD compatible devices? If so, where could I find any relevant documentation?
2
votes
0answers
79 views

Replacing a Windows Media Server (weekly radio show)

I'm moving a weekly live radio show from Windows Media Server and am looking for an alternative to accomplish the same task. We are decommissioning the WMS box and would rather just run it on another ...
1
vote
0answers
55 views

IIS Media Server with C# clinet

I want to use IIS Media Server for audio streaming and implement C# program to playback the streaming data. The client program read the streaming data that downloaded in to memory and play the audio. ...
1
vote
0answers
535 views

Programmatically Create / Delete Windows Media Services Publishing Point

I'm looking for a .NET wrapper to programmatically Create and Delete Windows Media Services publishing points through WMI. I can't be the only one to ever want to do this through .NET, so before I ...
1
vote
2answers
335 views

Windows Media Server Streaming from database

Is it possible to somehow set up WMS to stream the content from a database only using Windows Server 2003 Standard edition? I know it can be done using custom-plugin data source but that is only ...
0
votes
0answers
7 views

Windows stream server that can stream mp4, WMA, WMV, ASF, mp3 and WSX

I have a media site that will be upgraded and able to stream mp4 format. However, the current setup is using windows media service to stream WMA, WMV, ASF, mp3 and WSX formats. The problem is my ...
0
votes
1answer
28 views

Android Upnp MediaController

i have a upnp-media server in my tablet, and i want to control my tv(samsung) with my tablet. I have done the media server, and i can see the audio,video and images file in my tv but I cant control it ...
0
votes
1answer
222 views

Using RTSP protocol as content source for Windows Media Services

I need to play content from a video camera into a web page. I'm trying for now, to use a silverlight player (which seems to work ok with publishing points from WMS). The problem is that the camera is ...
0
votes
0answers
25 views

How to setup Windows Media Service using Windows Media Http Streaming Protocol?

Windows Media Service default using MMS protocol. So how to setup Windows Media Service using Windows Media Http Streaming Protocol?
0
votes
0answers
83 views

Build Streaming video server using Windows Media Http Streaming

I have a thesis with topic is : "Build Streaming Video Serve using Windows Media Http Streaming", but I don't know how to start. Anyone can show me what i have to learn, books i have to read to finish ...
0
votes
0answers
89 views

How to validate media streaming urls?

I have a list of urls that stream video, these urls are meant to be loaded with Windows Media Player. My problem is that I need to clean the list to remove the urls that doesn't work, and the list is ...
0
votes
2answers
169 views

How to develop stream server in .net

We are developing a new, high volume, streaming music service; a personal Internet radio station, fully user programmable to play a unique personal non-stop stream of music. How to develop this kind ...
0
votes
1answer
1k views

does silverlight support streaming through mms?

I am using Windows Server 2008 R2 with Windows Media Service. At the client side, I want to use Silverlight to play the media file. I am using VSTS 2008 + Silverlight 3 + ASP.Net + .Net 3.5. I want to ...
0
votes
1answer
242 views

How to grab thumbnail every X seconds from *live* Windows Media Stream

I want to provide a choice between streaming 'channels', if you will, in a web application. These are Windows Media streams of live events that are being broadcast from a Windows Media Services 9 ...
0
votes
1answer
6k views

Play mms:// streams on my site

I'm building a "channel chooser" for a set of mms:// streams (Microsoft Media Server): a simple web GUI that lets the user chose which channel to listen to. For reference, here is the list of streams ...
0
votes
1answer
336 views

Windows Media Services 2008 Programming

I'm looking in to Windows Media Services 2008 development. I've been able to set it up and create a publish point using Server Manager in Win 2008. But what I really want to do is to do this ...
0
votes
1answer
302 views

Silverlight 2 via Windows Media Services 9

I have been using the Silverlight 2 Media Player that comes with Expression Blend and also the sl2videoplayer from CodePlex and the issue I have come across is that I am unable to forward or rewind ...
0
votes
1answer
149 views

Windows media server doesn't stop after playing 1 file from list

I'm playing Windows Media audio, triggered by an ASX meta-file which looks like this: <asx version="3.0" BannerBar="none"> <title>Foo</title> <author>Bar</author> ...