Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feat webrtc #31

Merged
merged 6 commits into from
Feb 3, 2023
Merged

Feat webrtc #31

merged 6 commits into from
Feb 3, 2023

Conversation

quasar529
Copy link
Contributor

@quasar529 quasar529 commented Feb 2, 2023

Overview

  • linux에서 웹캠을 열어야 하기 때문에 VideoCapture 대신 WebRTC 사용하는 코드 구현.

Change Log

  • 영상 저장 형식 flv라 미리보기가 안돼 녹화 후 webm으로 변환 (영상의 길이의
    절반 정도 소요됨)

To Reviewer

  • prepare.py 페이지 변경 고려
    • 아예 없애거나, 다른 모습으로 바꿀 예정.
    • 그 전까지는 Cloud run으로 배포 시 prepare 제외하고 사용.
  • 최근 PR 이전 dev에서 생성한 브랜치라 merge 시 고려 사항 있음.

Issue Tags

#22

- linux에서 웹캠을 열어야 하기 때문에 VideoCapture 대신 WebRTC 사용
- 영상 저장 형식 flv라 미리보기가 안돼 녹화 후 webm으로 변환 (영상의 길이의
절반 정도 소요됨)
- prepare.py 페이지 변경 고려
  - 아예 없애거나, 다른 모습으로 바꿀 예정.
  - 그 전까지는 Cloud run으로 배포 시 prepare 제외하고 사용.
@quasar529 quasar529 added the feat add or develop feature label Feb 2, 2023
@quasar529 quasar529 requested a review from wooyeolBaek February 2, 2023 16:56
@quasar529 quasar529 self-assigned this Feb 2, 2023
@KidsareBornStars
Copy link
Contributor

나중에 requirements.txt 하나로 합쳐요~~
고생하셨습니다!

@yyongjae
Copy link
Contributor

yyongjae commented Feb 3, 2023

LGTM

@yyongjae yyongjae merged commit 3c130e3 into dev Feb 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feat add or develop feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants