Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
musica_listas_backend
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Cristian Mauricio Diaz Canales
musica_listas_backend
Commits
cbf8bbbc
Commit
cbf8bbbc
authored
Aug 17, 2019
by
Cristian Mauricio Diaz Canales
💬
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
prueba command conversion 1
parent
e3c65da2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
9 deletions
+1
-9
templates/test/index.html.twig
templates/test/index.html.twig
+1
-9
No files found.
templates/test/index.html.twig
View file @
cbf8bbbc
...
@@ -44,18 +44,10 @@
...
@@ -44,18 +44,10 @@
<script>
<script>
(
function
(
window
,
videojs
)
{
(
function
(
window
,
videojs
)
{
var
player
=
window
.
player
=
videojs
(
'
example-video
'
);
var
player
=
window
.
player
=
videojs
(
'
example-video
'
);
player
.
src
({
// hook up the video switcher
var
loadUrl
=
document
.
getElementById
(
'
load-url
'
);
var
url
=
document
.
getElementById
(
'
url
'
);
loadUrl
.
addEventListener
(
'
submit
'
,
function
(
event
)
{
event
.
preventDefault
();
player
.
src
({
src
:
'
http://newbackendcontenidos.gearlabs.cl/videos/0/video.m3u8
'
,
src
:
'
http://newbackendcontenidos.gearlabs.cl/videos/0/video.m3u8
'
,
type
:
'
application/x-mpegURL
'
type
:
'
application/x-mpegURL
'
});
});
return
false
;
});
}(
window
,
window
.
videojs
));
}(
window
,
window
.
videojs
));
</script>
</script>
</body>
</body>
...
...
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