# HG changeset patch # User Raphael Velt # Date 1374578061 -7200 # Node ID 843f96e4eebd927dfa33f70abd8d82639a1823a3 # Parent 1648489454d7f95c9efd06676cce79deaf77f4fb JwPlayer upgrade diff -r 1648489454d7 -r 843f96e4eebd web/bpi-des-livres-aux-machines/config.php --- a/web/bpi-des-livres-aux-machines/config.php Thu Jul 11 15:30:43 2013 +0200 +++ b/web/bpi-des-livres-aux-machines/config.php Tue Jul 23 13:14:21 2013 +0200 @@ -26,10 +26,8 @@ | Chroniques de la rentrée littéraire.com | Place de la Toile (France Culture) | InternetActu.net ", - 'flv_provider' => 'http', - 'flv_file' => 'http://flash.live.tv-radio.com/centre_pompidou/all/pompidou-h264-1.flv', - // 'flv_file' => 'http://flash.live.tv-radio.com/publicsenat/all/publicsenat-h264.flv', - 'flv_streamer' => '', + 'video_file' => 'http://flash.live.tv-radio.com/centre_pompidou/all/pompidou-h264-1.flv', + //'video_file' => 'http://flash.live.tv-radio.com/publicsenat/all/publicsenat-h264.flv', // After the event 'metadata' => "ae035b2e-dad0-11e0-84af-00145ea49a02", diff -r 1648489454d7 -r 843f96e4eebd web/bpi-floptechno/config.php --- a/web/bpi-floptechno/config.php Thu Jul 11 15:30:43 2013 +0200 +++ b/web/bpi-floptechno/config.php Tue Jul 23 13:14:21 2013 +0200 @@ -24,10 +24,7 @@ 'islive' => true, - 'flv_provider' => 'http', - 'flv_file' => 'http://flash.live.tv-radio.com/centre_pompidou/all/pompidou-h264-1.flv', - // 'flv_file' => 'http://flash.live.tv-radio.com/publicsenat/all/publicsenat-h264.flv', - 'flv_streamer' => '', + 'video_file' => 'http://flash.live.tv-radio.com/centre_pompidou/all/pompidou-h264-1.flv', 'keywords' => 'bpi, bibliothèque centre pompidou, TIC, flops, recherche, Nicolas Nova', diff -r 1648489454d7 -r 843f96e4eebd web/bpidoudou/config.php --- a/web/bpidoudou/config.php Thu Jul 11 15:30:43 2013 +0200 +++ b/web/bpidoudou/config.php Tue Jul 23 13:14:21 2013 +0200 @@ -27,10 +27,7 @@ 'islive' => true, - 'flv_provider' => 'http', - 'flv_file' => 'http://flash.live.tv-radio.com/centre_pompidou/all/pompidou-h264-1.flv', - // 'flv_file' => 'http://flash.live.tv-radio.com/publicsenat/all/publicsenat-h264.flv', - 'flv_streamer' => '', + 'video_file' => 'http://flash.live.tv-radio.com/centre_pompidou/all/pompidou-h264-1.flv', 'keywords' => 'bpi, bibliothèque centre pompidou, yann leroux, internet, doudou', 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__islive_embed')); ?>
+_('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 + ); +?> + + + + +