B
B
Bobur Bakhritdinov2016-02-22 20:12:26
Nginx
Bobur Bakhritdinov, 2016-02-22 20:12:26

Jwplayer 6 rtmp error?

Hello everyone, I wanted to play a video file through rtmp nginx but jwplayer gives an error.
Error:
a3a4bc7052f44997a2f6ff57cc67e897.jpg
Here is the source:

<head>
  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
  <script type="text/javascript" src="jwplayer.js"></script>
  <script type="text/javascript">jwplayer.key="jwplayer-key здесь";</script>

</head>
<body>

<div id='container'></div>

<script type="text/javascript">
  jwplayer("container").setup({
  flashplayer: "jwplayer.flash.swf",
  file: "filename.mp4",
  autostart: "false",
  height: 270,
  width: 480,
  provider: "rtmp",
  streamer: "rtmp://sitename.com/movies"
});
</script>
  
</body>

Maybe I made a mistake somewhere? Or is it because of the player? thanks in advance for every reply!!

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question