diff -r 1648489454d7 -r 843f96e4eebd web/client.php
--- a/web/client.php Thu Jul 11 15:30:43 2013 +0200
+++ b/web/client.php Tue Jul 23 13:14:21 2013 +0200
@@ -289,41 +289,36 @@
+_('config__video_file');
+ if ($videofile == 'config__video_file') $videofile = "rtmp://media.iri.centrepompidou.fr/ddc_player/livestream";
+ $jwpconfig = array(
+ "width" => $videoWidth,
+ "height" => $videoHeight,
+ "file" => $videofile,
+ "image" => $big_visual_url,
+ "primary" => "flash",
+ "flashplayer" => URL_ROOT."res/mediaplayer/player.swf",
+ "fallback" => false,
+ "autostart" => true
+ );
+?>
+
+
+
+
+