From 6764af789a72b7dcfd9c178cc15576487e640e4e Mon Sep 17 00:00:00 2001 From: Zak Rogoff Date: Wed, 15 Mar 2017 13:04:55 -0400 Subject: [PATCH] Adding livestreaming pages and LibreLuna carousel feature. --- 2017/assets/css/bootstrap.css | 18 +++++----- 2017/includes/live_sidebar.html | 16 ++++----- 2017/index.html | 37 ++++++++++----------- 2017/live/index.html | 56 +++++++++++++++++++++++++++++++ 2017/live/menu.html | 28 ++++++++++++++++ 2017/live/room123.html | 58 +++++++++++++++++++++++++++++++++ 2017/live/room141.html | 55 +++++++++++++++++++++++++++++++ 2017/live/room155.html | 55 +++++++++++++++++++++++++++++++ 8 files changed, 286 insertions(+), 37 deletions(-) create mode 100755 2017/live/index.html create mode 100755 2017/live/menu.html create mode 100755 2017/live/room123.html create mode 100755 2017/live/room141.html create mode 100755 2017/live/room155.html diff --git a/2017/assets/css/bootstrap.css b/2017/assets/css/bootstrap.css index 680e7687..5ab07138 100644 --- a/2017/assets/css/bootstrap.css +++ b/2017/assets/css/bootstrap.css @@ -5189,9 +5189,9 @@ a.thumbnail.active { background-color: #337ab7; -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15); box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15); - -webkit-transition: width .6s ease; - -o-transition: width .6s ease; - transition: width .6s ease; + -webkit-transition: width .4s ease; + -o-transition: width .4s ease; + transition: width .4s ease; } .progress-striped .progress-bar, .progress-bar-striped { @@ -6292,9 +6292,9 @@ button.close { .carousel-inner > .item { position: relative; display: none; - -webkit-transition: .6s ease-in-out left; - -o-transition: .6s ease-in-out left; - transition: .6s ease-in-out left; + -webkit-transition: .4s ease-in-out left; + -o-transition: .4s ease-in-out left; + transition: .4s ease-in-out left; } .carousel-inner > .item > img, .carousel-inner > .item > a > img { @@ -6302,9 +6302,9 @@ button.close { } @media all and (transform-3d), (-webkit-transform-3d) { .carousel-inner > .item { - -webkit-transition: -webkit-transform .6s ease-in-out; - -o-transition: -o-transform .6s ease-in-out; - transition: transform .6s ease-in-out; + -webkit-transition: -webkit-transform .4s ease-in-out; + -o-transition: -o-transform .4s ease-in-out; + transition: transform .4s ease-in-out; -webkit-backface-visibility: hidden; backface-visibility: hidden; diff --git a/2017/includes/live_sidebar.html b/2017/includes/live_sidebar.html index 6c04ab13..a54e238d 100755 --- a/2017/includes/live_sidebar.html +++ b/2017/includes/live_sidebar.html @@ -7,12 +7,12 @@ advanced-ever free software streaming system for LibrePlanet 2017. We appreciate your support to help cover labor and equipment.
+ - + @@ -34,22 +34,22 @@ Stay in the loop - Sign up to receive updates about LibrePlanet 2017. - Sign up to receive updates about LibrePlanet. + - + + value="https://my.fsf.org/civicrm/profile?reset=1&gid=285" /> - + diff --git a/2017/index.html b/2017/index.html index 1931c2ef..540f8512 100755 --- a/2017/index.html +++ b/2017/index.html @@ -12,25 +12,23 @@ - - - - - - - - Explore a wealth of session videos and slides from LibrePlanet 2016. - - + + + Register your party with the FSF. + + + + + @@ -42,6 +40,13 @@ + + + + Explore a wealth of session videos and slides from LibrePlanet 2016. + + @@ -49,14 +54,6 @@ Join the discussion list now and meet the people you'll spend time with at LibrePlanet. - - - - Register your party with the FSF. - - - diff --git a/2017/live/index.html b/2017/live/index.html new file mode 100755 index 00000000..ff60cec3 --- /dev/null +++ b/2017/live/index.html @@ -0,0 +1,56 @@ + + +LibrePlanet 2017 ~ Live + + + + +LibrePlanet 2017 - Live + + + + + + + Our conference streaming web interface requires JavaScript, but + all of our streams are readily available on + + live2.fsf.org + + and can be played with the video client of your + choice, such as VLC or mplayer. + + + You can watch the streams directly by using vlc or some other media players with the following URLs: + https://live2.fsf.org/room-123-stream.webm + https://live2.fsf.org/room-141-stream.webm + https://live2.fsf.org/room-155-stream.webm + or using something like this on a terminal: + + vlc https://live2.fsf.org/room-123-stream.webm + mpv https://live2.fsf.org/room-141-stream.webm + ffplay https://live2.fsf.org/room-155-stream.webm + + + + + + + + + + + + + + + + + + + + + diff --git a/2017/live/menu.html b/2017/live/menu.html new file mode 100755 index 00000000..4941df87 --- /dev/null +++ b/2017/live/menu.html @@ -0,0 +1,28 @@ + + +LibrePlanet 2017 — Live + + + + + Menu + + + + + + Room 123 + Room 141 + Room 155 + + + + + + + + + + + + diff --git a/2017/live/room123.html b/2017/live/room123.html new file mode 100755 index 00000000..bb1f8028 --- /dev/null +++ b/2017/live/room123.html @@ -0,0 +1,58 @@ + + +LibrePlanet 2017 — Live — Room 123 + + + + + Room 123 + +Now presenting: - "" + + + + + + + + Your browser does not support the video + tag, + [ please download ] the video instead. + + + + + + Problem streaming? Contact streaming@fsf.org + + + Join the discussion online! + + + Conference-wide Freenode IRC channel: #libreplanet + Freenode IRC channel for Room 123: #libreplanet_room123 + Conference hashtag for microblogging: #libreplanet + + + + IRC + + + + + + + + + + + + + + + + diff --git a/2017/live/room141.html b/2017/live/room141.html new file mode 100755 index 00000000..3d68cfb9 --- /dev/null +++ b/2017/live/room141.html @@ -0,0 +1,55 @@ + + +LibrePlanet 2017 — Live — Room 141 + + + + +Room 141 + + + + + + + Your browser does not support the video + tag, + [ please download ] the video instead. + + + + + + Problem streaming? Contact streaming@fsf.org + + + Join the discussion online! + + + Conference-wide Freenode IRC channel: #libreplanet + Freenode IRC channel for Room 141: #libreplanet_room141 + Conference hashtag for microblogging: #libreplanet + + + + IRC + + + + + + + + + + + + + + + diff --git a/2017/live/room155.html b/2017/live/room155.html new file mode 100755 index 00000000..91494711 --- /dev/null +++ b/2017/live/room155.html @@ -0,0 +1,55 @@ + + +LibrePlanet 2017 — Live — Room 155 + + + + +Room 155 + + + + + + + Your browser does not support the video + tag, + [ please download ] the video instead. + + + + + + Problem streaming? Contact streaming@fsf.org + + + Join the discussion online! + + + Conference-wide Freenode IRC channel: #libreplanet + Freenode IRC channel for Room 155: #libreplanet_room155 + Conference hashtag for microblogging: #libreplanet + + + + IRC + + + + + + + + + + + + + + + -- 2.25.1
+ @@ -34,22 +34,22 @@ Stay in the loop - Sign up to receive updates about LibrePlanet 2017. - Sign up to receive updates about LibrePlanet. + - + + value="https://my.fsf.org/civicrm/profile?reset=1&gid=285" /> - + diff --git a/2017/index.html b/2017/index.html index 1931c2ef..540f8512 100755 --- a/2017/index.html +++ b/2017/index.html @@ -12,25 +12,23 @@ - - - - - - - - Explore a wealth of session videos and slides from LibrePlanet 2016. - - + + + Register your party with the FSF. + + + + + @@ -42,6 +40,13 @@ + + + + Explore a wealth of session videos and slides from LibrePlanet 2016. + + @@ -49,14 +54,6 @@ Join the discussion list now and meet the people you'll spend time with at LibrePlanet. - - - - Register your party with the FSF. - - - diff --git a/2017/live/index.html b/2017/live/index.html new file mode 100755 index 00000000..ff60cec3 --- /dev/null +++ b/2017/live/index.html @@ -0,0 +1,56 @@ + + +LibrePlanet 2017 ~ Live + + + + +LibrePlanet 2017 - Live + + + + + + + Our conference streaming web interface requires JavaScript, but + all of our streams are readily available on + + live2.fsf.org + + and can be played with the video client of your + choice, such as VLC or mplayer. + + + You can watch the streams directly by using vlc or some other media players with the following URLs: + https://live2.fsf.org/room-123-stream.webm + https://live2.fsf.org/room-141-stream.webm + https://live2.fsf.org/room-155-stream.webm + or using something like this on a terminal: + + vlc https://live2.fsf.org/room-123-stream.webm + mpv https://live2.fsf.org/room-141-stream.webm + ffplay https://live2.fsf.org/room-155-stream.webm + + + + + + + + + + + + + + + + + + + + + diff --git a/2017/live/menu.html b/2017/live/menu.html new file mode 100755 index 00000000..4941df87 --- /dev/null +++ b/2017/live/menu.html @@ -0,0 +1,28 @@ + + +LibrePlanet 2017 — Live + + + + + Menu + + + + + + Room 123 + Room 141 + Room 155 + + + + + + + + + + + + diff --git a/2017/live/room123.html b/2017/live/room123.html new file mode 100755 index 00000000..bb1f8028 --- /dev/null +++ b/2017/live/room123.html @@ -0,0 +1,58 @@ + + +LibrePlanet 2017 — Live — Room 123 + + + + + Room 123 + +Now presenting: - "" + + + + + + + + Your browser does not support the video + tag, + [ please download ] the video instead. + + + + + + Problem streaming? Contact streaming@fsf.org + + + Join the discussion online! + + + Conference-wide Freenode IRC channel: #libreplanet + Freenode IRC channel for Room 123: #libreplanet_room123 + Conference hashtag for microblogging: #libreplanet + + + + IRC + + + + + + + + + + + + + + + + diff --git a/2017/live/room141.html b/2017/live/room141.html new file mode 100755 index 00000000..3d68cfb9 --- /dev/null +++ b/2017/live/room141.html @@ -0,0 +1,55 @@ + + +LibrePlanet 2017 — Live — Room 141 + + + + +Room 141 + + + + + + + Your browser does not support the video + tag, + [ please download ] the video instead. + + + + + + Problem streaming? Contact streaming@fsf.org + + + Join the discussion online! + + + Conference-wide Freenode IRC channel: #libreplanet + Freenode IRC channel for Room 141: #libreplanet_room141 + Conference hashtag for microblogging: #libreplanet + + + + IRC + + + + + + + + + + + + + + + diff --git a/2017/live/room155.html b/2017/live/room155.html new file mode 100755 index 00000000..91494711 --- /dev/null +++ b/2017/live/room155.html @@ -0,0 +1,55 @@ + + +LibrePlanet 2017 — Live — Room 155 + + + + +Room 155 + + + + + + + Your browser does not support the video + tag, + [ please download ] the video instead. + + + + + + Problem streaming? Contact streaming@fsf.org + + + Join the discussion online! + + + Conference-wide Freenode IRC channel: #libreplanet + Freenode IRC channel for Room 155: #libreplanet_room155 + Conference hashtag for microblogging: #libreplanet + + + + IRC + + + + + + + + + + + + + + + -- 2.25.1
Sign up to receive updates about LibrePlanet 2017.
- Explore a wealth of session videos and slides from LibrePlanet 2016.
+ Register your party with the FSF.
+ Explore a wealth of session videos and slides from LibrePlanet 2016.
- Register your party with the FSF.
+ Our conference streaming web interface requires JavaScript, but + all of our streams are readily available on + + live2.fsf.org + + and can be played with the video client of your + choice, such as VLC or mplayer. +
+ You can watch the streams directly by using vlc or some other media players with the following URLs: + https://live2.fsf.org/room-123-stream.webm + https://live2.fsf.org/room-141-stream.webm + https://live2.fsf.org/room-155-stream.webm + or using something like this on a terminal: +
+ vlc https://live2.fsf.org/room-123-stream.webm + mpv https://live2.fsf.org/room-141-stream.webm + ffplay https://live2.fsf.org/room-155-stream.webm +
Now presenting: - ""
Your browser does not support the video + tag, + [ please download ] the video instead.
Join the discussion online!