Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Utopías Piratas
jekyll-streaming
Commits
40c620a9
Commit
40c620a9
authored
Aug 29, 2020
by
f
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update
parent
430e5065
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
36 additions
and
29 deletions
+36
-29
Gemfile.lock
Gemfile.lock
+22
-22
assets/main.css
assets/main.css
+13
-2
assets/streaming.js
assets/streaming.js
+0
-3
index.html
index.html
+1
-2
No files found.
Gemfile.lock
View file @
40c620a9
...
...
@@ -4,62 +4,62 @@ GEM
addressable (2.7.0)
public_suffix (>= 2.0.2, < 5.0)
colorator (1.1.0)
concurrent-ruby (1.1.
5
)
concurrent-ruby (1.1.
6
)
em-websocket (0.5.1)
eventmachine (>= 0.12.9)
http_parser.rb (~> 0.6.0)
eventmachine (1.2.7)
ffi (1.1
1
.1)
ffi (1.1
3
.1)
forwardable-extended (2.6.0)
http_parser.rb (0.6.0)
i18n (1.
6.0
)
i18n (1.
8.3
)
concurrent-ruby (~> 1.0)
jekyll (4.
0.0
)
jekyll (4.
1.1
)
addressable (~> 2.4)
colorator (~> 1.0)
em-websocket (~> 0.5)
i18n (
>= 0.9.5, < 2
)
i18n (
~> 1.0
)
jekyll-sass-converter (~> 2.0)
jekyll-watch (~> 2.0)
kramdown (~> 2.1)
kramdown-parser-gfm (~> 1.0)
liquid (~> 4.0)
mercenary (~> 0.
3.3
)
mercenary (~> 0.
4.0
)
pathutil (~> 0.9)
rouge (~> 3.0)
safe_yaml (~> 1.0)
terminal-table (~> 1.8)
jekyll-gzip (2.
3.0
)
jekyll-gzip (2.
4.2
)
jekyll (>= 3.0, < 5.0)
jekyll-sass-converter (2.
0
.0)
jekyll-sass-converter (2.
1
.0)
sassc (> 2.0.1, < 3.0)
jekyll-seo-tag (2.6.1)
jekyll (>= 3.3, < 5.0)
jekyll-watch (2.2.1)
listen (~> 3.0)
kramdown (2.1.0)
kramdown (2.3.0)
rexml
kramdown-parser-gfm (1.1.0)
kramdown (~> 2.0)
liquid (4.0.3)
listen (3.1.5)
rb-fsevent (~> 0.9, >= 0.9.4)
rb-inotify (~> 0.9, >= 0.9.7)
ruby_dep (~> 1.2)
mercenary (0.3.6)
listen (3.2.1)
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
mercenary (0.4.0)
pathutil (0.16.2)
forwardable-extended (~> 2.6)
public_suffix (4.0.
1
)
rb-fsevent (0.10.
3
)
rb-inotify (0.10.
0
)
public_suffix (4.0.
5
)
rb-fsevent (0.10.
4
)
rb-inotify (0.10.
1
)
ffi (~> 1.0)
r
ouge (3.10.0
)
r
uby_dep (1.5
.0)
r
exml (3.2.4
)
r
ouge (3.20
.0)
safe_yaml (1.0.5)
sassc (2.
2
.0)
sassc (2.
4
.0)
ffi (~> 1.9)
terminal-table (1.8.0)
unicode-display_width (~> 1.1, >= 1.1.1)
unicode-display_width (1.
6
.0)
unicode-display_width (1.
7
.0)
PLATFORMS
ruby
...
...
@@ -70,4 +70,4 @@ DEPENDENCIES
jekyll-seo-tag
BUNDLED WITH
2.
0.2
2.
1.4
assets/main.css
View file @
40c620a9
...
...
@@ -7,6 +7,17 @@ html, body {
background-color
:
black
;
}
.no-scroll
{
overflow
:
hidden
;
.row
{
min-height
:
100vh
;
}
.is-full-screen
{
min-height
:
auto
;
height
:
100%
;
}
@media
screen
and
(
max-width
:
768px
)
{
.no-scroll
{
overflow
:
hidden
;
}
}
assets/streaming.js
View file @
40c620a9
...
...
@@ -35,9 +35,6 @@ function streaming() {
}
$
(
document
).
ready
(
function
()
{
// Iniciar el streaming al cargar la página
streaming
();
// Cuando estamos reproduciendo dejamos de esperar y limpiamos todas
// las recargas después de un error
$
(
'
video
'
).
on
(
'
playing
'
,
function
()
{
...
...
index.html
View file @
40c620a9
---
layout: default
title: Transmisión del MiauDev
image: assets/cover.jpg
---
<div
class=
"row is-paddingless"
>
<div
class=
"col{% if site.streaming.chat %}-8{% endif %} is-paddingless is-marginless"
>
<video
class=
"is-full-screen is-vertical-align"
controls
autoplay=
"false"
poster=
"assets/cover.jpg"
>
<video
poster=
"assets/poster.jpg"
class=
"is-full-screen is-vertical-align"
controls
autoplay=
"false"
>
{% for format in site.streaming.formats %}
<source
src=
"{{ site.streaming.url }}/{{ site.streaming.stream }}.{{ format }}"
id=
"{{ format }}"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment