Hello.
I am able to play local video files just fine but so far I haven't been able to figure out how to play videos served up by the docman extension I use to control my content.
Docman has some information on their site about jwplayer which I assume applies here since allvideos seems to use the jwplayer but I'm not sure how to implement it given the difference in syntax. They suggest the issue is that jwplayer can't determine the video format due to the formatting of the docman url's. Any ideas?
Here is the docman code:
jwplayer("myElement").setup({
file: "
example.com/downloads/video/file",
type: "mp4"
});