|
|
|
|
@ -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 { ChromeCast } from 'features/ChromeCast' |
|
|
|
|
|
|
|
|
|
import { ControlsPropsExtended } from '../..' |
|
|
|
|
import { LiveBtn } from '../../../../styled' |
|
|
|
|
@ -26,7 +26,7 @@ export const ControlsMobile = (controlsProps: {props: ControlsPropsExtended}) => |
|
|
|
|
playBackTime, |
|
|
|
|
progressBarElement, |
|
|
|
|
selectedQuality, |
|
|
|
|
// src,
|
|
|
|
|
src, |
|
|
|
|
videoQualities, |
|
|
|
|
// videoRef,
|
|
|
|
|
} = props |
|
|
|
|
@ -47,7 +47,7 @@ export const ControlsMobile = (controlsProps: {props: ControlsPropsExtended}) => |
|
|
|
|
</LiveBtn> |
|
|
|
|
)} |
|
|
|
|
{/* <AirPlay videoRef={videoRef} /> */} |
|
|
|
|
{/* <ChromeCast src={src} /> */} |
|
|
|
|
<ChromeCast src={src} /> |
|
|
|
|
<Settings |
|
|
|
|
onSelect={onQualitySelect} |
|
|
|
|
selectedQuality={selectedQuality} |
|
|
|
|
|