Browse Source

영상 수정

ctrlDraw
김장현 1 year ago
parent
commit
5f51da325c
  1. BIN
      public/videos/0.MP4
  2. BIN
      public/videos/1.mp4
  3. BIN
      public/videos/3.MP4
  4. BIN
      public/videos/4.MP4
  5. 8
      src/views/system/multi/MultiViews.js

BIN
public/videos/0.MP4

Binary file not shown.

BIN
public/videos/1.mp4

Binary file not shown.

BIN
public/videos/3.MP4

Binary file not shown.

BIN
public/videos/4.MP4

Binary file not shown.

8
src/views/system/multi/MultiViews.js

@ -10,7 +10,7 @@ export default function MultiViews() {
}}
>
<ReactPlayer
url={process.env.PUBLIC_URL + '/videos/1.mp4'}
url='https://s3.ap-northeast-2.amazonaws.com/control.palntour.com/pav/1.mp4'
controls={true}
playing={true}
muted={true}
@ -19,7 +19,7 @@ export default function MultiViews() {
height='100%'
/>
<ReactPlayer
url={process.env.PUBLIC_URL + '/videos/0.mp4'}
url='https://s3.ap-northeast-2.amazonaws.com/control.palntour.com/pav/0.mp4'
controls={true}
playing={true}
muted={true}
@ -28,7 +28,7 @@ export default function MultiViews() {
height='100%'
/>
<ReactPlayer
url={process.env.PUBLIC_URL + '/videos/3.mp4'}
url='https://s3.ap-northeast-2.amazonaws.com/control.palntour.com/pav/3.mp4'
controls={true}
playing={true}
muted={true}
@ -37,7 +37,7 @@ export default function MultiViews() {
height='100%'
/>
<ReactPlayer
url={process.env.PUBLIC_URL + '/videos/4.mp4'}
url='https://s3.ap-northeast-2.amazonaws.com/control.palntour.com/pav/4.mp4'
controls={true}
playing={true}
muted={true}

Loading…
Cancel
Save