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