开发者

Serving HTML 5 Video From Sharepoint 2007 (MOSS)

I want to server HTLM 5 video clips from Sharepoint 2007. The clips will be relative small in size (<1MByte). I've developed a Custom WebPart which generates de HTML 5 tags and can be configured to either use a URL to a link clip or either a document library.

The problem I've found is that when the content is stored in a document libr开发者_高级运维ary the video cannot be processed by the browser. Using Firefox 3.6 I obtain a gray box. If I store the video file in the filesystem (inside moss virtual directory), the video is shown ok.

Using firebug, I've seen that when the video is stored in the filesystem, the Content-Type is correct (It's the one I've stup in IIS registering the MIME type), and also the content is served chunked (I see lots of 206 responses).

When the content is stored in a document library, the Content-Type is set to HTML, and I only see a 200 (OK) Response.

Any ideas if this kind of content can be served via a document library ?

Thanks in advance.


I think you are better off with the files on the filesystem. When the SharePoint Product Team posted about the Podcasting Kit for SharePoint, they didn't list this as a reason, but they did decide to store the videos on the file system instead of a document library. I think that's a pretty good indicator of the level of the problem you are dealing with.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜