Browse Source

wss flv 播放国标视频 静音

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

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

@ -586,7 +586,7 @@ const VideoPlay = ({ dispatch, actions,
{ {
videoObj.type == 'yingshi' ? videoObj.type == 'yingshi' ?
<div id={containerId} style={{ height: '100%', width: '100%', }}></div> : <div id={containerId} style={{ height: '100%', width: '100%', }}></div> :
<video id={containerId} style={{ height: '100%', width: '100%', }}></video> <video id={containerId} muted style={{ height: '100%', width: '100%', }}></video>
} }
{/* {videoMask ? <div style={{ height: '100%', width: '100%', position: 'absolute', top: '0', left: '0', backgroundColor: 'black', color: "red", }}><div style={{ position: 'absolute', top: 'calc(60%)', left: 0, zIndex: 99, textAlign: 'center', width: '100%' }}>{written}</div></div> : ''} */} {/* {videoMask ? <div style={{ height: '100%', width: '100%', position: 'absolute', top: '0', left: '0', backgroundColor: 'black', color: "red", }}><div style={{ position: 'absolute', top: 'calc(60%)', left: 0, zIndex: 99, textAlign: 'center', width: '100%' }}>{written}</div></div> : ''} */}

Loading…
Cancel
Save