Skip to content

Commit

Permalink
Fix Clappr player stats
Browse files Browse the repository at this point in the history
  • Loading branch information
mrlika committed Mar 22, 2024
1 parent d895290 commit 8ff5c40
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions demo/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,8 @@ function App() {

const initHlsClapprPlayer = (url: string) => {
const p2pEngine = new HlsJsP2PEngine();
p2pEngine.addEventListener("onSegmentLoaded", onSegmentLoaded);

/* eslint-disable */

const clapprPlayer = new window.Clappr.Player({
Expand Down

0 comments on commit 8ff5c40

Please sign in to comment.