|
|
|
|
@ -1,6 +1,6 @@ |
|
|
|
|
import { T9n } from 'features/T9n' |
|
|
|
|
import { Settings } from 'features/MultiSourcePlayer/components/Settings' |
|
|
|
|
// import { AirPlay } from 'features/AirPlay'
|
|
|
|
|
import { AirPlay } from 'features/AirPlay' |
|
|
|
|
import { ChromeCast } from 'features/ChromeCast' |
|
|
|
|
|
|
|
|
|
import { ControlsPropsExtended } from '../..' |
|
|
|
|
@ -28,7 +28,7 @@ export const ControlsMobile = (controlsProps: {props: ControlsPropsExtended}) => |
|
|
|
|
selectedQuality, |
|
|
|
|
src, |
|
|
|
|
videoQualities, |
|
|
|
|
// videoRef,
|
|
|
|
|
videoRef, |
|
|
|
|
} = props |
|
|
|
|
|
|
|
|
|
return ( |
|
|
|
|
@ -46,7 +46,7 @@ export const ControlsMobile = (controlsProps: {props: ControlsPropsExtended}) => |
|
|
|
|
<T9n t='live' /> |
|
|
|
|
</LiveBtn> |
|
|
|
|
)} |
|
|
|
|
{/* <AirPlay videoRef={videoRef} /> */} |
|
|
|
|
<AirPlay videoRef={videoRef} /> |
|
|
|
|
<ChromeCast src={src} /> |
|
|
|
|
<Settings |
|
|
|
|
onSelect={onQualitySelect} |
|
|
|
|
|