This code works in a windows forms application (it shows the preview) but not in a WPF application.
WMEncoder _encoder;
WMEncDataView _preview;
_encoder = new WMEncoder();
IWMEncSourceGroupCollection SrcGrpColl = _encoder.SourceGroupCollection;
IWMEncSourceGroup2 sourceGroup = (IWMEncSourceGroup2)SrcGrpColl.Add("SG_1");
IWMEncVideoSour...
Hi,
I am trying to catch the video stream from webcam and send it to the web server so it can be watched live.I am using the windws media encoder sdk.I am able to save the encoded video on to the disk but what I want is to push the encoded data to the server directly without saving. Which Api should I use to achieve this?
...
Hello
I build a DirectShow graph consisting of my video capture filter
(grabbing the screen), default audio input filter both connected
through spliiter to WM Asf Writter output filter and to VMR9 renderer.
This means I want to have realtime audio/video encoding to disk
together with preview. The problem is that no matter what WM profil...
Hello
I create my custom WM encoder profile. The reason I need a custom, non
standard WM profile is that I need that the video resolution must be
the same as input video stream. I created below profile but after I
encode my video and audio with it, the WMP while loading says that the
WMV1 codec is not found and prompts me for downlo...
When encoding and streaming audio with Windows Media Encoder 9 (with WMA 10 Professional codecs installed), there seems to be a minimum audio latency of ~2 seconds, even when using the Low Delay CBR configurations.
Are there any codecs out there that can be installed into Windows Media Encoder and that would encode to mp4a with a reduce...