View Single Post
  #1  
Old 08-05-2011, 04:28 AM
L0pht L0pht is offline
n00b
 
Join Date: Aug 2011
Location: Portugal
Posts: 5
L0pht is on a distinguished road
Default

having trouble embedding RTMP stream from www.veemi.com


hello, dunno if it's the right section, but having a bit of a trouble setting up a RTMP player inside HTML, i've tried RTMP Streaming Player BLUE 2.0, it worked with one of the links, but with that's it. tried it with other and did not operate, unless there are different syntaxes for diferent sets of links.

an example:
i have the following link:
Code:
rtmp://213.13.26.12/live/<playpath>sicnoticias <swfUrl>http://www.tvdez.com/player6.swf <pageUrl>http://www.tvdez.com/sicnoticias
in the player, editing
Code:
xmlplayer\xml\file1.xml
"<smil>
<head>
 <meta base="rtmp://213.13.26.12/live/" />
<layout>
<root-layout 

width="320" height="240" />
</layout>
</head>
<body>
<switch>
<video 

src="sicnoticias.flv"/>
</switch>
</body>
</smil>"
and it plays properly

but when i try it, for example with the same config with this link:
Code:
rtmp://68.68.22.230/live/_definst_<playpath>chupaboi <swfUrl>http://www.veemi.com/player/player-licensed.swf <pageUrl>http://www.veemi.com/embed.php?v=chupaboi&vw=650px;left:-650px;&vh=500&domain=www.livescorehunter.com
i can't get it play with the same syntax. any help?
Reply With Quote