Code: Select all
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title> - TV</title>
</head>
<body>
<h1><!-- START OF THE PLAYER EMBEDDING TO COPY-PASTE -->
<object id="player" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" name="player" width="720" height="406">
<param name="movie" value="player.swf" />
<param name="allowfullscreen" value="true" />
<param name="allowscriptaccess" value="always" />
<param name="flashvars" value="file=test.flv&image=preview.jpg" />
<embed
type="application/x-shockwave-flash"
id="player2"
name="player2"
src="player.swf"
width="720"
height="406"
allowscriptaccess="always"
allowfullscreen="true"
flashvars="file=test.flv&image=preview.jpg"
/>
</object>
<!-- END OF THE PLAYER EMBEDDING --></h1>
</body>
</html>
Code: Select all
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title> - TV</title>
</head>
<body>
<h1><!-- START OF THE PLAYER EMBEDDING TO COPY-PASTE -->
<object id="player" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" name="player" width="720" height="406">
<param name="movie" value="player.swf" />
<param name="allowfullscreen" value="true" />
<param name="allowscriptaccess" value="always" />
<param name="flashvars" value="file=test.flv&autostart=true&image=preview.jpg" />
<embed
type="application/x-shockwave-flash"
id="player2"
name="player2"
src="player.swf"
width="720"
height="406"
allowscriptaccess="always"
allowfullscreen="true"
flashvars="file=test.flv&autostart=true&image=preview.jpg"
/>
</object>
<!-- END OF THE PLAYER EMBEDDING --></h1>
</body>
</html>
Where, cant see that sentence in the example...... ?The lines you have to modify are like value="file=http://IP:port/path/stream.flv"
I use: JW-Player-5.2-ProDepending on which JWplayer version example you are using, you will have a couple of lines that look like this
Why do you include /mediaplayer/stream.flv?Eg. like this
<param name="flashvars" value="file=http://192.168.0.21:8081/mediaplayer/stream.flv">
flashvars" value="file=http://192.168.0.21:8081/mediaplayer/stream.flv"
Return to “VLC stream-output (sout)”
Users browsing this forum: No registered users and 4 guests