Questions tagged [windows-media-services]

23 questions
9
votes
1 answer

How to redirect video stream in ASP.NET

let suppose there is a continuous http video stream (encoding is H.264) comming from a camera which URL is http://xyz.com/videostream due to some security reasons I can not expose this URL to my users (or assume this is accessible only with in…
4
votes
2 answers

IIS Media Services on Windows 10

Has anyone managed to get IIS media services to install on Windows 10? When I try it tells me I need IIS 7.0 or higher. I have version 10.0.10240.16384 installed so it seems it is not detecting the version correctly. I am guessing there is a…
Paul Coldrey
  • 1,389
  • 11
  • 20
3
votes
1 answer

Re-distributing RTSP stream with Windows Media Services

We have an IP camera, that streams RTSP. It cannot take many connections, so I've setup windows media services, on one of our servers, hoping that I could use that as the access-point, for the stream. Is it possible, somehow, to set the RTSP stream,…
Nicolai
  • 2,835
  • 7
  • 42
  • 52
3
votes
2 answers

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 re-invent the wheel, anyone seen any code samples…
Brandon
  • 13,956
  • 16
  • 72
  • 114
3
votes
3 answers

does azure media services include a playready server

I am looking at hosting DRM-protected content using azure media services. It's noted in the media services diagram that you can upload, encrypt and play DRM protected content, but it doesn't explicitly say where the playready server fits in? I've…
Bob Smith
  • 153
  • 1
  • 8
3
votes
1 answer

Push a video to Windows Media Services 2008

I have a Windows Media Services 2008 Server (NOT IIS Smooth Streaming) and I need to push a video to publishing point. What is the C# code (VS2010) to get this? What SDK I need to install? Where is the docs? thanks a lot!
2
votes
1 answer

How stream video from webcam to IIS Media Services

I need stream video from my webcam to ISS Media Services like it does Microsoft Expression Studio. Thanks.
Lisenish
  • 55
  • 1
  • 8
2
votes
1 answer

Sending block blobs to Windows Media Services upload URL

I'm trying to create an app which uses Windows Media Services REST API to upload video files and transcode them. Everything works great but i have encountered a situation, in which i'm not able to upload a 160 MB video file without knowing why. It's…
mbajur
  • 4,406
  • 5
  • 49
  • 79
2
votes
1 answer

Signature did not match on Azure SAS URL

I'm trying to create a SAS url for my windows media services file using custom ruby code (ported from official php library for azure). The code looks like that: def create_signature(path = '/', resource = 'b', permissions = 'r', start = '', expiry =…
mbajur
  • 4,406
  • 5
  • 49
  • 79
2
votes
1 answer

Encoding of audio (mp3, mp4, m4a, ogg) file for smooth streaming window media services

I want to encode the audio file (mp3, mp4, m4a, ogg) for the streaming and want to play (I want to play encoded file smoothly) using the HTML5 player but I think HTML5 player. So now what I am doing, I am uplaoding a file and econding this file on…
1
vote
1 answer

Live Streaming Issue

I am developing an app to view live channels. Channels are hosted on Windows Media Services 9. I am using MediaElement for playing the stream and it is playing the stream first time but doesnt play on second attempt unless i relaunch the app. Same…
1
vote
0 answers

Windows Media Services server streaming to JWPlayer over RTSP, error "no playable sources found"

So I have a Windows Media Services server that acts as our 'primary' distribution method for streaming live video content. I recently took note that there are RTSP and HTTP options in WMS, and am exploring utilizing that. Right now, I am using…
1
vote
0 answers

How to play a MMS channel in Android?

My code, But it not working: String LINK = "mms://202.71.98.44/cmtv"; VideoView video_view_ = (VideoView)findViewById(R.id.videoView1); getWindow().clearFlags(WindowManager .LayoutParams.FLAG_FORCE_NOT_FULLSCREEN); …
mum
  • 1,637
  • 11
  • 34
  • 58
1
vote
2 answers

Embedding WMV video file in HTML page using Silverlight plugin

I need to embed a video file codified in Windows Media Video format (WMV). The video files are send in streaming using Windows Media Services(in on Demand Mode) over HTTP protocol, and the client need to reproduce them. I need to dinamically create…
GVillani82
  • 17,196
  • 30
  • 105
  • 172
1
vote
1 answer

Media file is not uploaded via Azure Media Services

I'm trying to upload a mp4 file into azure media services. Just upload, no encoding/encrypting. My code is as follows CloudMediaContext context = new CloudMediaContext("", ""); var asset = context.Assets.Create("MyFile",…
vyakhir
  • 1,714
  • 2
  • 17
  • 21
1
2