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] Inbound 네트워크 품질에 따라 Consumer Layer 설정 추가 #364

Merged
merged 11 commits into from
Dec 4, 2024

Conversation

seoko97
Copy link
Collaborator

@seoko97 seoko97 commented Dec 4, 2024

관련 이슈 번호

작업 내용

  • 네트워크 품질에 따라 서버측 conumer layer 변경

PR 포인트

네트워크 품질 적용 범위는 다음과 같습니다

Good

네트워크 상태가 매우 우수 조건 중 어떤 것도 만족하지 않는 경우 기본적으로 좋은 품질을 의미합니다.

Average

네트워크 상태가 보통 수준으로, 약간의 지연이나 패킷 손실이 발생할 수 있지만 대부분의 스트리밍 상황에서 안정적인 성능을 제공합니다.

  • packetLossRate > 2%: 패킷 손실률이 2%를 초과할 때
  • jitter > 15 ms: 지터가 15ms를 초과할 때
  • frameDropRate > 5%: 프레임 드롭률이 5%를 초과할 때
  • averageRTT > 150 ms: 평균 왕복 시간(RTT)이 150ms를 초과할 때
  • nackCount > 20: 네크 확인 요청 수가 20을 초과할 때

Poor

네트워크 상태가 불안정하며 스트리밍 품질이 낮을 수 있습니다. 끊김이나 버퍼링이 발생할 가능성이 높아 사용 경험에 큰 영향을 미칠 수 있습니다.

  • packetLossRate > 5%: 패킷 손실률이 5%를 초과할 때
  • jitter > 30 ms: 지터가 30ms를 초과할 때
  • frameDropRate > 10%: 프레임 드롭률이 10%를 초과할 때
  • averageRTT > 300 ms: 평균 왕복 시간(RTT)이 300ms를 초과할 때
  • nackCount > 50: 네크 확인 요청 수가 50을 초과할 때

@seoko97 seoko97 added FE Frontend 관련 작업 ✨ Feature 새로운 기능 추가 labels Dec 4, 2024
@seoko97 seoko97 self-assigned this Dec 4, 2024
@github-actions github-actions bot added the size/m label Dec 4, 2024
Copy link

github-actions bot commented Dec 4, 2024

🎨 스토리북 확인하기

@seoko97 seoko97 merged commit d74df42 into develop Dec 4, 2024
3 checks passed
seoko97 added a commit that referenced this pull request Dec 4, 2024
[Fix] 병합 과정 발생한 타입 에러 수정
seoko97 added a commit that referenced this pull request Dec 4, 2024
[Feat] Media서버 Docker 설정 변경
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
FE Frontend 관련 작업 ✨ Feature 새로운 기능 추가 size/m
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Feat] 클라이언트 네트워크상황에 따른 영상 수신 최적화
3 participants