인프런 영문 브랜드 로고
인프런 영문 브랜드 로고

Inflearn Community Q&A

roseonghwan1342's profile image
roseonghwan1342

asked

Node and React series that you can learn by following - Creating a YouTube site

Creating a Video Detail Page

영상 재생이 안됩니다

Written on

·

585

0

세부 페이지에 들어가면 썸네일 화면이 뜨고 재생버튼이나 이미지를 클릭해도 재생이 되지 않는데 이는 어떤 문제인가요?

 

reduxnodejsreactmongodb

Answer 1

0

해결하셨나요? 혹시 ..
VideoDetailPage.js에

<video controls></video>

controls 혹시 빠뜨리셨나 확인해보세요~

혹시 몰라 제 코드를 붙여볼게요

<video style={{ width: '100%' }} src={`http://localhost:5000/${VideoDetail.filePath}`} controls></video>

 

roseonghwan1342's profile image
roseonghwan1342

asked

Ask a question