Sam
Sam

Reputation: 13

JWPlayer doesn't load a video

I have problem, JW player doesn't load a video. Maybe unsupported format (AVI) or I am using wrong URL.

<div id="myElement">Loading the player...</div>
<script type="text/javascript">
    jwplayer("myElement").setup({
        file: "/filmy/Oko_bere.avi",
        image: "logo.png",
        width: 640,
        height: 360
    });
</script>

Thank you.

Upvotes: 1

Views: 1365

Answers (1)

emaxsaun
emaxsaun

Reputation: 4201

AVI is definitely not supported. Here is a list of all supported formats - http://support.jwplayer.com/customer/portal/articles/1403635-media-format-support

Upvotes: 1

Related Questions