Answer the question
In order to leave comments, you need to log in
Jwplayer 6 rtmp error?
Hello everyone, I wanted to play a video file through rtmp nginx but jwplayer gives an error.
Error:
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>
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question