Skip to content

Commit

Permalink
Merge branch 'main' into multiplatform-playback
Browse files Browse the repository at this point in the history
  • Loading branch information
aksun1 authored Oct 26, 2024
2 parents 9eaca83 + e49bc4b commit 3b84d93
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/frontend/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ const App = () => {

if (videoEl.current) {
const videoCurrent = videoEl.current;

if (Hls.isSupported()) {
// For other browsers, use Hls.js
newHls = new Hls({ liveDurationInfinity: true });
Expand Down

0 comments on commit 3b84d93

Please sign in to comment.