Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
hls player 커스텀 컴포넌트에 추가했습니다.
https://github.com/devcshort/react-hls <- 이거 사용했습니다.
저는 패키지 설치할 때 devcshort/react-hls#34 이 이슈가 있어서
node_modules, package-lock.json 삭제 -> yarn add react-hls-plaer -> npm install 로 해결했는데
머지하시기 전에 알아두셔야 할 것 같습니다 ㅠㅠ
테스트 해보니 잘 나옵니다. 임베드 영상은 iframe태그로, 직접 올린 영상은 HlsPlayer 사용하면 될 것 같습니다.