Many thanks a lot, but what if i have rtmp link?
Castalba.tv
Code:
<script type="text/javascript">
jwplayer("media38322e3234").setup({
'flashplayer': "http://static.castalba.tv/player5.9.swf",
'file': '203633?313433383538373937335f3638316562626464663663616661613534616535336539316334373561663962',
'streamer': 'rtmp://184.173.85.119/live',
'plugins': 'http://castalba.tv/ova-jw2.swf',
'config': 'http://castalba.tv/ova.php',
'logo.link':'http://castalba.tv/',
'rtmp.tunneling': 'false',
});
</script>
so variables:
Code:
'flashplayer': "http://static.castalba.tv/player5.9.swf",
will be
swfUrl="http://static.castalba.tv/player5.9.swf"
----------
'streamer': 'rtmp://184.173.85.119/live' its beggining of rtmp code
and 'file' is a
playPath = '203633?313433383538373937335f3638316562626464663663616661613534616535336539316334373561663962'
or
Shidurlive.com - extracted js
Code:
<script type="text/javascript">
var so = new SWFObject('http://cdn.shidurlive.com/player.swf','mpl','100%','100%','9');
so.addVariable('plugins','http://shidurlive.com/ova-jws.swf');
so.addVariable('config','http://shidurlive.com/ova.php');
so.addVariable('file', unescape('%31%37%30%39%37%3f%4d%54%51%7a%4f%44%55%34%4e%6a%67%78%4e%44%73%77%5a%44%59%33%59%54%59%34%4f%57%45%30%59%32%55%33%4f%44%6b%31%4e%32%5a%68%4d%7a%45%78%4d%6d%46%68%4d%32%49%31%4e%47%51%31%59%77%3d%3d'));
============================================
UNESCAPE RESULT IS: 17097?MTQzODU4NjgxNDswZDY3YTY4OWE0Y2U3ODk1N2ZhMzExMmFhM2I1NGQ1Yw==
===========================================
so.addVariable('streamer', 'rtmp://50.7.28.114/app');
</script>
I just do not know how to put them flash vars together to play a stream.