Hi, I'm trying to view a live stream on my E51, but I can't figure out how.
The page I am trying to view is:
http://www.antena3.ro/live.php , which is using the JW Player to stream content in flash. So I had a look at the page's source html, and found this:
<script type="text/javascript">
var so = new SWFObject('player.swf','mpl','480','360','9');
so.addParam('allowscriptaccess','always');
so.addParam('allowfullscreen','true');
so.addVariable('file', 'a3');
so.addVariable('streamer', 'rtmp://194.152.42.101/live');
so.addVariable('type', 'video');
so.addVariable('controlbar', 'over');
so.addVariable('autoplay', 'true');
so.addVariable('autostart','true');
so.write('player');
</script>
I understand RTMP is only supported in Flash Lite 3... I installed Flash Lite 3, but I get no icon for it. And when I go to "Media" folder and run Flash Lite, it opens up the already bundled Flash Lite 2.
Is there any way to watch that rtmp stream ? What could I do ?
Thanks.