c++ - No Video Played in DirectShow MSDN Example -


i'm trying go through directshow documentation provided on msdn. i'm relative beginner c++, well. on first example code in directshow documentation here: https://msdn.microsoft.com/en-us/library/windows/desktop/dd389098(v=vs.85).aspx followed along, modified file string point video on own computer, included , added strmiids.lib library reference. code builds successfully, , console window appears. that's it. no video renders. i'm using vs2015, on windows 8.1 laptop, , have windows sdk installed well. that's got strmiids.lib file. awesome, has been frustrating obstacle in way of learning directshow programming. thanks!


Comments

Popular posts from this blog

c - Bitwise operation with (signed) enum value -

xslt - Unnest parent nodes by child node -

YouTubePlayerFragment cannot be cast to android.support.v4.app.Fragment -