Skip to content

Commit

Permalink
posts: fix to play a HLS video
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-freling committed Jan 9, 2024
1 parent adec14d commit 5c5ed77
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ tags:
In this article, the video

<link href="//vjs.zencdn.net/8.3.0/video-js.min.css" rel="stylesheet">
<video id="video" class="video-js vjs-default-skin" controls>
<source src="/posts/2024/01/08/investigate-to-transcode-a-video-for-a-video-on-demand-streaming-by-ffmpeg/videos/playlist.m3u8" type="application/x-mpegURL" />
Your browser does not support the video tag.
Expand Down Expand Up @@ -341,9 +340,8 @@ There are also other resources that describe more details about video transcodin
- <a id="4">[4]</a> [FFmpeg API: Media Bitrate vs. Frame Rate: A Detailed Exploration](https://ffmpeg-api.com/learn/ffmpeg/guide/bitrate-vs-frame-rate)
- <a id="5">[5]</a> [epiphan video: H.264 vs. H.265: Video codecs compared](https://www.epiphan.com/blog/h264-vs-h265/)


<script src="//vjs.zencdn.net/8.3.0/video.min.js"></script>
<script src="https://unpkg.com/@videojs/[email protected]/dist/videojs-http-streaming.min.js"></script>
<script>
videojs('video');
</script>
videojs('video');
</script>
1 change: 1 addition & 0 deletions layouts/partials/hooks/head.html
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<link href="//vjs.zencdn.net/8.3.0/video-js.min.css" rel="stylesheet">
Git LFS file not shown

0 comments on commit 5c5ed77

Please sign in to comment.