Fix control visibility and stabilize HLS loading

This commit is contained in:
Mert Uyanık
2025-10-29 07:58:50 +03:00
parent b57b24d051
commit 400bf899aa
3 changed files with 95 additions and 35 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
import React, { useEffect, useState } from 'react'
import React, { useEffect, useState, useCallback } from 'react'
import { PlayerProvider } from '../contexts/PlayerContext'
import { VideoElement } from './VideoElement'
import { ControlsLayer } from './ControlsLayer'