Custom DRM Solution
Mon, 11 Jan 2010 02:45:01 -0800
Hello All,
I am not sure if this belongs here or anywhere else, but here is my question,
I am looking for information on developing a custom Movie DRM solution, in
my case I want my user's to play the movies that I am going to host on web,
using an embedded player like Windows Media Player Or Flash Or my o ...
|
Publishing to Windows Media Services without Windows Media Encoder
Sun, 10 Jan 2010 01:46:01 -0800
I want to publish the video from my DirectShow graph to Windows Media
Services live publishing point.
The graph will take care of capturing the video and encoding it using
windows media encoder DMO.
Is there any network sink filter for rendering the video to Windows Media
Services? I can write custom DirectS ...
|
Watch off line flash video
Fri, 8 Jan 2010 01:27:10 -0800 (PST)
Hello
i would like to download videos from this site : http://systeminetwork.com/tuesdaytips
but i do not understand if is not possible (because are "protect") or
if i on mistake. Can any expert try to download one of this video and
then tell me if is possible or not ?
Thanks in advance ...
|
converting .spx to wma
Wed, 6 Jan 2010 10:20:01 -0800
does anyone know if and how windows media sdk can be used to convert .spx
files to wma?
Thanks,
Sam ...
|
Create a publishing point?
Sat, 2 Jan 2010 16:03:01 -0800
I am having series of bmp images and managed to convert to .wmv file using
the example mentioned in UncompAVIToWMV. Now I want to write the compressed
content to Windows media Server, instread writing to a file.
How to create a publishing point in the windows media server?
...
|
Locate and Stop Windows Media Player using the SDK in C#
Sat, 2 Jan 2010 05:37:48 -0800 (PST)
Hello,
I'm looking for a small simple example of how to locate and stop any
Windows Media player that might be running.
A can already do this using:
System.Int32 iHandle;
iHandle = NativeWin32.FindWindow("WMPlayerApp", null);
if (0 != iHandle)
Native ...
|
Change Pitch (Key)
Wed, 30 Dec 2009 16:34:23 -0800 (PST)
Is there any way to change the pitch (or key) programatically on a
playing file (mp3) without changing the tempo. ...
|
|
|
is IWMSyncReader::OpenStream asynchronous ?
Tue, 29 Dec 2009 06:09:01 -0800
I have a C# class that implements the IStream interface. The underlying
stream is the run-of-the-mill FileStream. When my program runs,
IWMSyncReader.OpenStream(myFunkyIStream) appears to do the reading
asynchronously.
- Can anybody confirm IWMSyncReader's OpenStream function operates
asynchronously?
- ...
|
Help on Where Download RTC Client Api 1.3
Sun, 27 Dec 2009 11:54:36 +0100
Hi, I can't find the 1.3 version of rtc client api.
Where can I find it?
Thanks a lot.
Roberto ...
|
Re: Windows Media Format SDK - Too much of latency
Wed, 23 Dec 2009 06:58:56 -0800 (PST)
On Dec 23, 12:09 am, Sam <S...@discussions.microsoft.com> wrote:
> Please reply...
>
>
>
> "Sam" wrote:
> > Hello,
>
> > I am using WMF SDK to create a video stream out of many BMPs(Live source). I
> > am getting around 3-4 seconds of delay.
>
> > I am passing uncompressed packets using IWMWriter::WriteSa ...
|