Skip to content

Commit

Permalink
fix(tests): Changed sources to a valid one
Browse files Browse the repository at this point in the history
  • Loading branch information
rafa8626 committed Oct 23, 2018
1 parent 9ddd80d commit 4fde589
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/context.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<div id="container">
<div class="players">
<video id="player1" class="op-player__media" muted controls playsinline>
<source src="http://rmcdn.2mdn.net/Demo/vast_inspector/android.mp4" type="video/mp4">
<source src="http://clips.vorwaerts-gmbh.de/VfE_html5.mp4" type="video/mp4">
<track label="English" kind="subtitles" srclang="en" src="http://www.mediaelementjs.com/dist/mediaelement.vtt" default>
</video>
</div>
Expand Down
2 changes: 1 addition & 1 deletion test/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<h1>OpenPlayer.js</h1>
<div class="players">
<video id="player1" class="op-player__media" controls playsinline>
<source src="http://rmcdn.2mdn.net/Demo/vast_inspector/android.mp4" type="video/mp4">
<source src="http://clips.vorwaerts-gmbh.de/VfE_html5.mp4" type="video/mp4">
<track label="English" kind="subtitles" srclang="en" src="http://www.mediaelementjs.com/dist/mediaelement.vtt" default>
</video>
</div>
Expand Down

0 comments on commit 4fde589

Please sign in to comment.