I have searched hi and low but I have not found something that could point me to creating a windows application that grabs an rtsp stream (H.264) and flushes it to a virtual video device. I need this so that I can select that virtual video device instead of my connected cam in my flash application. Most of the posts in stackoverflow refer to already build apps, which is not really helpful eg. Convert RTSP stream to virtual web camera
I could use DirectShow on Windows 8 but found out that is being phased out on Windows 8 SDK ( I downloaded windows sdk but there were no directshow samples)
Also I found this article about directshow and filters but it seems that is not great help to me since it refers to old versions of windows. http://www.infognition.com/blog/2013/accessing_raw_video_in_directshow.html
So, how do you program DirectShow features/filter graphs on windows 8. I have looked into Windows Presentation Foundation but there are not a lot of samples, furthermore directshow seems to be much more straighforward.
why did Microsoft go this way anyway?