Hi All,
Hope you are well!
I am struggling with this RTMP Dump.
rtmp://82.145.43.51/data4<playpath>tt1 <swfUrl>
http://www.3patti.net/tv/player.swf <pageUrl>
http://www.3patti.net/tv/ri.aspx
Can you please help me how I can play in VLC or any any video player for web.
Here is my HTML Code
HTML Code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title></title>
</head>
<script src="http://www.3patti.net/tv/flowplayer-3.2.4.min.js"></script>
<body>
<script type="text/javascript" src="http://www.3patti.net/tv/swfobject.js"></script>
<DIV id=player>
<OBJECT id=mlp height=540 width=720 classid=clsid:D27CDB6E-AE6D-11cf-96B8-444553540000>
<PARAM NAME="_cx" VALUE="11906">
<PARAM NAME="_cy" VALUE="8943">
<PARAM NAME="FlashVars" VALUE="">
<PARAM NAME="Movie" VALUE="http://www.3patti.net/tv/player.swf">
<PARAM NAME="Src" VALUE="http://www.3patti.net/tv/player.swf">
<PARAM NAME="WMode" VALUE="Window">
<PARAM NAME="Play" VALUE="0">
<PARAM NAME="Loop" VALUE="-1">
<PARAM NAME="Quality" VALUE="High">
<PARAM NAME="SAlign" VALUE="LT">
<PARAM NAME="Menu" VALUE="-1">
<PARAM NAME="Base" VALUE="">
<PARAM NAME="AllowScriptAccess" VALUE="always">
<PARAM NAME="Scale" VALUE="NoScale">
<PARAM NAME="DeviceFont" VALUE="0">
<PARAM NAME="EmbedMovie" VALUE="0">
<PARAM NAME="BGColor" VALUE="">
<PARAM NAME="SWRemote" VALUE="">
<PARAM NAME="MovieData" VALUE="">
<PARAM NAME="SeamlessTabbing" VALUE="1">
<PARAM NAME="Profile" VALUE="0">
<PARAM NAME="ProfileAddress" VALUE="">
<PARAM NAME="ProfilePort" VALUE="0">
<PARAM NAME="AllowNetworking" VALUE="all">
<PARAM NAME="AllowFullScreen" VALUE="true">
</OBJECT>
</DIV>
<SCRIPT type=text/javascript>
var s1 = new SWFObject("http://www.3patti.net/tv/player.swf","mlp","720","540","9");
s1.addParam("allowfullscreen","true");
s1.addParam("allowscriptaccess","always");
s1.addVariable("streamer","rtmp://82.145.43.51/data4");
s1.addVariable("file","tt1");
s1.addVariable('type', 'video');
s1.addVariable('displayclick', 'fullscreen');
s1.addVariable('bufferlength', '1');
s1.addVariable('autostart', 'true');
s1.addVariable('image', 'abc.jpg');
s1.write("player");
</SCRIPT>
</body>
</html>