Browse Source

flv 播放国标摄像头

dev_trial
巴林闲侠 2 years ago
parent
commit
f7be561a4d
  1. 4
      code/VideoAccess-VCMP/web/client/src/components/videoPlayer/videoPlay.jsx

4
code/VideoAccess-VCMP/web/client/src/components/videoPlayer/videoPlay.jsx

@ -549,7 +549,7 @@ const VideoPlay = ({ dispatch, actions,
<>
<div className='vcmp_videoplay' style={{ width: size?.parentWidth || '100%', height: size?.parentHeight || '100%', backgroundColor: 'black', overflow: 'hidden', display: 'flex', alignItems: 'center', justifyContent: 'center', }}>
<div id={"vcmp_videoplay" + videoObj.id} className="vcmp_video" style={{ position: 'relative', height: size?.height || '100%', width: size?.width || '100%', minWidth: 240, minHeight: 135, overflow: 'hidden' }}>
{/* <VideoHeader
<VideoHeader
operationState={operationState} changeSelectState={changeSelectState}
histroyTime={histroyTime}
setoperationState={setoperationState} name={name}
@ -564,7 +564,7 @@ const VideoPlay = ({ dispatch, actions,
playState={playState.current}
videoFront={videoFront}
videoAfter={videoFront}
/> */}
/>
{/* 视频内容 */}
{
// <iframe

Loading…
Cancel
Save