silverlight 5.0 - Playing mp4v file in Silverlight5 -


i have silverlight5 based application works in both in browser oob mode. need play video files of mp4 extension , encoding shown vlc media player:

stream 0 type: video codec: mpeg-4 video (mp4v) resolution: 320*240 frame rate: 10 decoded format: planar 4:2:0 yuv.

i have tried using media element provided silverlight framework , tried using azure media services display video, did not have success. says file format not supported.

will appreciate inputs.

alpee

windows support mpeg4 video decoder. see below links http://msdn.microsoft.com/en-us/library/windows/desktop/ff819502(v=vs.85).aspx http://msdn.microsoft.com/en-us/library/windows/desktop/ff819503(v=vs.85).aspx

you can use mediainfo free tool check codec info in each stream inside media container.

without examining files hard tell what's wrong.


Comments