Hi, my html-File looks like this:
Code:
<html>
<head>
</head>
<body>
<embed
flashvars="file=mpegts.stream&streamer=rtmp://localhost:1935/live&provider=rtmp"
allowfullscreen="true"
allowscripaccess="always"
id="player1"
name="player1"
src="player.swf"
width="480"
height="270"
/>
</body>
</html>
I use version 5.7 of JWPlayer. I see the Player and if I hit play it shows the Message "Could not connect to application Error #2028" for some millisecs.
After that the "loading Symbol" starts spinning and nothing more happens.
I switched to live because I now tested the second Application with support for all technics. I also tried to use localhost without a port... or using the LAN Adress of my server...