
Playing Vimeo PRO video on jwplayer
Is it possible to make jwplayer play Vimeo PRO video?
I have an url something like this (it's not the original url, but just to give you an idea of the format)
http://player.vimeo.com/external/45364206.headers.mp4?s=d269f247677f04d3cdbf4ae78efc
Here is what I did, but it doesn't work.
bc.. <script type="text/javascript">
jwplayer("jwp_container").setup({
'flashplayer': "mediaplayer/player.swf",
'file': "http://player.vimeo.com/external/45364206.headers.mp4?s=d269f247677f04d3cdbf4ae78efc",
'provider': 'http',
'http.startparam': 'starttime',
volume: 10,
repeat: "always",
autostart: true,
controlbar: {
position: "none"
}
});
</script>
I was looking for the documentation, but I couldn't find it.
Can anyone please help me with this?
I saw a post jwplayer doesn't support Vimeo, but Vimeo says it should work.
Is it possible at all?
Cheers,