Hello everyone,
I have A streamin Server (Wowza), the stream Work fine with Public IP Address.
I woulf like to integrate this Streaming Flux in our site using JW Player.
Can you help me what is the exact kind of URL that i have to put. I have already try this URL but it dosen't work:
jwplayer("my-video").setup({
file: "rtmp://IP address:1935/live", "rtmp://IP address:1935/test",
width: "580",
height: "370",
hlshtml: true
});
↧