--- a/.hgignore Wed May 25 02:54:51 2011 +0200
+++ b/.hgignore Wed May 25 10:13:24 2011 +0200
@@ -32,4 +32,4 @@
^web/\.htaccess$
syntax: regexp
-^web/CPV/config\.php$
\ No newline at end of file
+^web/CPV/config\.php$
--- a/web/client.php Wed May 25 02:54:51 2011 +0200
+++ b/web/client.php Wed May 25 10:13:24 2011 +0200
@@ -256,9 +256,33 @@
<div class="videoLive">
- <div class="videoLivePlayer">
+ <div class="videoLivePlayer">
+ <object id="player" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" name="player" width="500" height="375">
+ <param name="movie" value="res/mediaplayer/player.swf" />
+ <param name="allowfullscreen" value="true" />
+ <param name="allowscriptaccess" value="always" />
+ <param name="wmode" value="transparent" />
+ <param name="flashvars" value="autostart=true&live=true&image=images/bgd_player_thd.png&provider=rtmp&streamer=rtmp://media.iri.centrepompidou.fr/ddc_player/&file=livestream&controlbar=none&autostart=true" />
+ <embed
+ type="application/x-shockwave-flash"
+ id="player2"
+ name="player2"
+ src="res/mediaplayer/player.swf"
+ width="500"
+ height="375"
+ allowscriptaccess="always"
+ allowfullscreen="true"
+ wmode="transparent"
+ flashvars="autostart=true&live=true&provider=rtmp&streamer=rtmp://media.iri.centrepompidou.fr/ddc_player/&file=livestream&image=<?php echo($C_REP); ?>/images/big_visuel_rsln_mb.jpg&controlbar=none&autostart=true"
+
+ />
+ </object>
+
+ </div>
+
+ <!--div class="videoLivePlayer">
<img src="<?php echo($C_REP); ?>/images/big_visuel_rsln_mb.jpg" width="500" height="375" />
- </div>
+ </div-->
</div>