Windows 7 - Custom DMO getting error "The output media format is invalid" in W
Asked By Roeyaus
19-Nov-09 03:20 AM
Hi All
I am writing a DMO that accepts data from a custom encoded ASF file and
outputs it to the WMP renderer as bitmaps.
Input mediasubtype is a custom one (has its own GUID and fourCC)
Output mediasubtype is RGB32 . (reflected in the CheckOutputTypes and
GetOutputTypes functions).
However when I try to play the custom asf file in WMP I get : "The output
media format is invalid."
it is funny that the output media format should be invalid, because the input
is the custom one...
What causes this and what should I check?
Thanks a bunch
Roey
CheckOutputTypes
(1)
GetOutputTypes
(1)
DirectShow
(1)
FourCC
(1)
Roey
(1)
VIDEOINFOHEADER
(1)
Riseoftheants
(1)
Mediasubtype
(1)
Alessandro Angeli replied to Roeyaus
From: "Roeyaus"
Your DMO_MEDIA_TYPE or VIDEOINFOHEADER may have been filled
in incorrectly. Post a readable dump of the whole structures
(hex is *not* a readable dump).
--
// Alessandro Angeli
// MVP :: DirectShow / MediaFoundation
// mvpnews at riseoftheants dot com
// http://www.riseoftheants.com/mmx/faq.htm
why we have to add DirectShow Indeo3, 4, 5 Windows 7 hi, If i add the DirectShow Indeo3, DirectShow Indeo4, DirectShow Indeo5 , What type of benefit i ll get. can anybody help me, with best regards, KSMH Windows XP Embedded Discussions DirectShow (1) KSMHMohamed (1) IIRC (1) FP (1) KM (1) Indeo (1) Codecs (1) Benefits (1 Mohamed, DirectShow Indeo codecs were added to FP2007 again, IIRC. Not sure what "benefits" you are looking of your runtime would require the codecs. - - = = = = = = = = = Regards, KM keywords: why, we, have, to, add, DirectShow, Indeo3, 4, 5 description: hi, If i add the DirectShow Indeo3, DirectShow Indeo4, DirectShow Indeo5 , What type of benefit i ll get. can anybody help
DirectShow render filter for mms / rtsp / http protocols Windows 7 Hi, Does DirectShow provide any filters for broadcasting an ASF stream over the Internet using any of rtsp mms / http protocols ? Thanks, Georgiana Windows Media Discussions Visual Studio (1) VideoLAN (1) VisualStudio (1) DirectShow (1) Protocols (1) Ondemand (1) Mvpfaqs (1) Streams (1) These might be good starting points mvp.support.microsoft.com / mvpfaqs Hi, There are several free for commercial use, published RTSP DirectShow Source Filters, with full source code in C++. i must admit that it took a s all you need. Look at the sample Microsoft has for a source filter for DirectShow and add these files and compile and VIOLA! you have a DirectShow Source Filter that will play any RTSP stream !!! It's easy to compile this in are doing and you have to tweek the code. This makes it easy to use DirectShow to play RTSP streams from ip cameras. I am amazed that nobody has posted this reveal what the name of the free filters are or can you publish your RTSP DirectShow filter? Thank you! keywords: DirectShow, render, filter, for, mms / rtsp / http, protocols description: Hi, Does
DirectShow / WM SDK - Publish webcam and mic to MMS Windows 7 I am new to DirectShow / WMSDK, but can cope with COM+. I want to grab the output from webcam and AVI file, and one to an MMS live publishing point. I am fine with the DirectShow filtergraph and the local stream, but I cannot figure out how to get and configure d be grateful for help! Just an outline would be enough. Windows Media SDK Discussions DirectShow (1) F6ca9b1a841393b5 (1) Riseoftheants (1) Filtergraph (1) Microphone (1) Mvpnews (1) Streams (1) Webcam (1 Dixon" http: / / groups.google.com / group / microsoft.public.windowsmedia.sdk / msg / f6ca9b1a841393b5 - - / / Alessandro Angeli / / MVP :: DirectShow / MediaFoundation / / mvpnews at riseoftheants dot com / / http: / / www.riseoftheants.com / mmx / faq.htm Perfect. Thank you, Alessandro. keywords: DirectShow, / , WM, SDK, -, Publish, webcam, and, mic, to, MMS description: I am new to DirectShow / WMSDK, but can cope with COM+. I want to grab the output from webcam and
Cannot Compile DirectShow Windows 7 I'm trying to compile DirectShow as part of the Windows Server 2003 Platform SDK. Has anyone done this successfully? It the makefile, I still get a compile error. Win32 Multimedia Discussions Windows Server 2003 (1) DirectShow (1) BMillikan (1) Directory (1) Makefile (1) You should probably specify the error so we project files instead of make files. - - http: / / www.chrisnet.net / code.htm [MS MVP for DirectShow / MediaFoundation] keywords: Cannot, Compile, DirectShow description: I'm trying to compile DirectShow as part of the Windows Server 2003 Platform SDK. Has anyone done this successfully It