This might be a really stupid question, but in order to play an m4v file through jPlayer do I need an
actual m4v player installed on my system?
I have been pinching code from the demo on this page:
I can get the videos that are on the
demo page to work fine, but when I switch the m4v url to the m4v file on my website it does not work.
I
can see that the demo script also offers the video in .ogv format, I
imagine this must be an alternative incase I cannot play m4v files?
If
I leave the .ogv url in the script, then it plays the video that is on
the demo, but if I remove the ogv url then I just get a blank screen in
place of where the video should be.
So basically, if I have only
the m4v url and no ogv url, I cannot play anything. If I have both url's
then I only see the video that is on the demo site (e.g. the ogv url,
my m4v video appears to get ignored)
Could this mean that I have
software to playback the video in ogv format but not in m4v? I'm using a
Mac so it might be using Quicktime or something?
I just took it
that the jPlayer plugin handled video playback itself? But now I'm
thinking this isn't the case, is it because it's an HTML5 player?