How to play MP4 (H.264 video) in Silverlight 3 (or 4) from a URL?

后端 未结 2 811
情歌与酒
情歌与酒 2021-01-21 22:56

So I have some URL of an MP4 file. I want to develop a simple Silverlight application to play it.

How to do it? (Preferably with example code.)

2条回答
  •  不要未来只要你来
    2021-01-21 23:40

    The mp4 file you trying to play does not contains moov header. That way, the player need the complete file to start playing. I recomend that you run mp4box on the file to include moov headers.

提交回复
热议问题