Hi
I want to add video So i've tried two players, flowplayer and video-js.
Upon intall both play the video when using the players default values (video from their own sites) in both IE and Firefox.
<source type="video/mp4" src="http://sharepoint/SiteAssets/flowplayer/oceans-clip.mp4" />
I then attempt to play a mp4 located on the SharePoint server and it only plays in firefox not IE9.
<source type="video/mp4" src="http://sharepoint/SiteAssets/flowplayer/oceans-clip.mp4" />
Error in IE9 :
html5: Video file not found
Has anyone come accross this problem? I dont think its a mime problem as it works in Firefox. Any ideas?
Any reccomendations for a compatible SharePoint video player (excluding silverlight)
Thanks