First of all, I would like to thank everyone answering this question.
I'm doing a project for my university and we have to create a webpage which works like Youtube. People upload their videos and they are also able to see the other videos which are in the webpage.
We are using Wowza as the streaming provider and JW Player for playing the video.
Our problem is when I try to play a video, it always says that it can't connect with the server.
The php doc is the following:
Probando probando triunfé programamando
jwplayer.key = "[JW Player-KEY]";
jwplayer("player").setup({
sources: [
{
file: 'rtmp://[wowza-ip]:1935/vod/sample.mp4'
},
{
file:'rtsp://[wowza-ip]:1935/vod/sample2.mp4'
}],
height: 360,
width: 640
});
The page is really simple because we just want this to work.
I'm really desperate and I really need help.
Thank you all again.
↧