From 60dd711e18a25d9ebb037fd11b1603ef44b83094 2019-02-04 08:49:49 From: Brett Smith Date: 2019-02-04 08:49:49 Subject: [PATCH] livestream: Only autoplay the main stage. --- diff --git a/pinaxcon/templates/static_pages/livestream/index.html b/pinaxcon/templates/static_pages/livestream/index.html index d33772109ba9114bf471ee116a847c18b42c6340..fcc6fbfe0c74dc12c7453af1e26d50d7f24e2cd6 100644 --- a/pinaxcon/templates/static_pages/livestream/index.html +++ b/pinaxcon/templates/static_pages/livestream/index.html @@ -61,7 +61,7 @@ source: "https://stream.fosdem.org/k3201.m3u8", baseUrl: "/asset/clappr", parentId: "#player5", - autoPlay: true, + autoPlay: false, hlsjsConfig: { xhrSetup: function(xhr, url) { @@ -85,7 +85,7 @@ source: "https://stream.fosdem.org/aw1120.m3u8", baseUrl: "/asset/clappr", parentId: "#player2", - autoPlay: true, + autoPlay: false, hlsjsConfig: { xhrSetup: function(xhr, url) {