Skip to content

Commit

Permalink
Patch back in the dynamic video router link.
Browse files Browse the repository at this point in the history
  • Loading branch information
williehk committed Apr 9, 2018
1 parent 57e27dd commit 3cc8797
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion views/my_video.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@


<video id="my-video" class="video-js vjs-fluid" controls preload="auto" data-setup="{}">
<source src="../static/video/output.m3u8" type="application/x-mpegURL">
<source src="../static/video/<%= videoId %>.m3u8" type="application/x-mpegURL">
</video>


Expand Down

0 comments on commit 3cc8797

Please sign in to comment.