Hello,
I have an error when trying to play a live streaming using RTMP.
With VLC, the web page can connect to the server without any problem. However, the quality of the stream is really bad and slow.
With JWPlayer, the web page couldn't even connect to the server. It is not a problem of firewall. The domain and the application's path are correct.
Please help me.
error: Error loading stream: could not connect to server.
code html:
[...]
jwplayer.key="xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx";
TEST
jwplayer("myElement").setup({
height: "360",
width: "720",
file: "rtmp://xx.xx.xx.xx:1935/vnsdk/S0"
});
↧