Name is required.
Email address is required.
Invalid email address
Answer is required.
Exceeding max length of 5KB

Godaddy Web Hosting


i wanted to use rtmp on my website and i'm using godaddy as web hosting
i tried putting

<div id="my-video"></div>
<script type="text/javascript">
var playerInstance = jwplayer("my-video");
playerInstance.setup({
file: "http://content.jwplatform.com/videos/VdWk3v8L-7rPtp0Ku.mp4",
height: 435,
width: 740
});
</script>

and it's working fine but when i tried

<div id="my-video"></div>
<script type="text/javascript">
var playerInstance = jwplayer("my-video");
playerInstance.setup({
file: "rtmp://content.jwplatform.com/videos/VdWk3v8L-7rPtp0Ku.mp4",
height: 435,
primary: "flash",
width: 740
});
</script>

i only followed the guide here in the site and it was my 1st time doing this kind of thing because my client wanted it that way

2 Community Answers

mark

User  
0 rated :

I don't think that the video that you are trying to stream from the JW PLatform is hosted on a server that supports rtmp

Donni

JW Player Support Agent  
1 rated :

We do not offer RTMP streams at this time, so changing the URL would not change the format of the video.

Also, since you’re hosting the video with us, I would suggest following Option 1 of the basic embed page.()

This question has received the maximum number of answers.