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

비디오 안 뜨는 경우 #104

Open
dahaelee opened this issue Jan 29, 2021 · 0 comments
Open

비디오 안 뜨는 경우 #104

dahaelee opened this issue Jan 29, 2021 · 0 comments
Labels
bug Something isn't working

Comments

@dahaelee
Copy link
Collaborator

dahaelee commented Jan 29, 2021

회의실에 A가 접속해있을 때 새로운 클라이언트 B가 접속하면, A는 2초 후에 B의 media stream을 받아옴.

두 가지 문제.

  • B가 접속한 후에 새로고침을 해야만 비디오가 제대로 나올 때가 있음. B가 자신의 media에 대해 getUserMedia를 완료하기 전에 A에게 media stream을 넘겨버렸기 때문으로 추정.
  • B가 회의실 접속이 처음일 시, 팝업창에서 카메라 및 오디오 접근 허용을 해줘야 하는데 그 동안 2초가 지남. 그래서 B의 접근 허용이 완료되기 전에 A에게 media stream을 넘겨버림.

해결 방법?

  • 시간 충분하게 늘리기
  • A에서 B의 화면에 비디오가 추가된 이후부터 시간 count
  • A에서 B의 화면에 비디오 추가됐는지 확인
  • + 비디오박스랑 네임태그만 미리 붙여놓고 안에 비디오만 나중에 붙이기? ✔
@dahaelee dahaelee added the bug Something isn't working label Jan 29, 2021
@dahaelee dahaelee changed the title MediaStream 받아오는 SetTimeOut 시간 비디오 안 뜨는 경우 Jan 29, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant