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
bb69e5c6
Commit
bb69e5c6
authored
Aug 19, 2019
by
Cristian Mauricio Diaz Canales
💬
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
prueba command conversion 2
parent
05b3498f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
21 additions
and
11 deletions
+21
-11
templates/test/index.html.twig
templates/test/index.html.twig
+21
-11
No files found.
templates/test/index.html.twig
View file @
bb69e5c6
...
...
@@ -3,7 +3,8 @@
<title>
Video
</title>
<meta
charset=
utf-8/
>
<script
src=
"https://ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"
></script>
<link
href=
"http://vjs.zencdn.net/4.12/video-js.css"
rel=
"stylesheet"
>
<link
href=
"//vjs.zencdn.net/7.3.0/video-js.min.css"
rel=
"stylesheet"
>
<script
src=
"//vjs.zencdn.net/7.3.0/video.min.js"
></script>
</head>
<body>
...
...
@@ -12,17 +13,26 @@
</video>
</div>#}
<h1>
Video
</h1>
<video
id=
"my_video_1"
class=
"video-js vjs-default-skin"
controls
width=
"640"
height=
"268"
data-setup=
'{}'
>
<source
src=
"http://newbackendcontenidos.gearlabs.cl/videos/0/video.m3u8"
type=
'application/x-mpegURL'
>
<video
width=
"800"
height=
"800"
id=
"my-player"
class=
"video-js"
controls
preload=
"auto"
poster=
"//vjs.zencdn.net/v/oceans.png"
data-setup=
'{}'
>
<source
src=
"http://newbackendcontenidos.gearlabs.cl/videos/0/video.m3u8"
type=
"application/x-mpegURL"
></source>
{#<source src="//vjs.zencdn.net/v/oceans.mp4" type="video/mp4"></source>
<source src="//vjs.zencdn.net/v/oceans.webm" type="video/webm"></source>
<source src="//vjs.zencdn.net/v/oceans.ogv" type="video/ogg"></source>#}
<p
class=
"vjs-no-js"
>
To view this video please enable JavaScript, and consider upgrading to a
web browser that
<a
href=
"https://videojs.com/html5-video-support/"
target=
"_blank"
>
supports HTML5 video
</a>
</p>
</video>
<script
src=
"http://vjs.zencdn.net/4.12/video.js"
></script>
<script
src=
"https://github.com/videojs/videojs-contrib-media-sources/releases/download/v0.1.0/videojs-media-sources.js"
></script>
<script
src=
"https://github.com/videojs/videojs-contrib-hls/releases/download/v0.11.2/videojs.hls.min.js"
></script>
<script>
var
player
=
videojs
(
'
my_video_1
'
);
</script>
</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