i wanted to use rtmp on my website and i'm using godaddy as web hosting
i tried putting
var playerInstance = jwplayer("my-video");
playerInstance.setup({
file: "http://content.jwplatform.com/videos/VdWk3v8L-7rPtp0Ku.mp4",
height: 435,
width: 740
});
and it's working fine but when i tried
var playerInstance = jwplayer("my-video");
playerInstance.setup({
file: "rtmp://content.jwplatform.com/videos/VdWk3v8L-7rPtp0Ku.mp4",
height: 435,
primary: "flash",
width: 740
});
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
↧