Hi,
I'm novice for C++ and MS Media Foundation.
But I have task to play these following raw video sample in Windows 8 metro app and Windows Phone 8.
a) 360p H264 video:http://www.msh-tools.com/ardrone/dump81.h264
image: http://www.msh-tools.com/ardrone/81.png
b) 720p H264 video:http://www.msh-tools.com/ardrone/dump83.h264
image: http://www.msh-tools.com/ardrone/83.png
Those video can't be played in common video player, but need to use ffplay software. Because the header was made to be customized.
Clue that I have is need to write source filter which will take video frames, strip the header and send them downstream.
I've seen this link and the code sample, but still no idea how to start with
http://msdn.microsoft.com/en-us/library/windowsphone/develop/jj207074(v=vs.105).aspx
Any body can help me please?
Thanks