Video Streaming

Creator
Creator
Seonglae ChoSeonglae Cho
Created
Created
2023 Mar 13 4:28
Editor
Edited
Edited
2023 Oct 23 14:59

Encoding + Streaming Protocol + playout buffering

server-to-client bandwidth will vary over time, with changing network congestion levels
Solution is distributed, application-level infrastructure for high performance and low cost
pre-distributed popular data is cache
  1. HLS, DASH를 지원하는 브라우저나 Application에서 Manifest 파일을 요청
  1. Bandwidth 와 Manifest 따라 Bitrate 선택
  1. Manifest 파싱하며 필요한 Segment 다운
  1. 다운로드한 Segment를 MSE에게 제공
  1. MSE에서 받은 데이터를 형식에 맞게 디코딩하고 영상 재생
Video Streaming Notion
 
 
Video Streaming Protocols
 
 
 
 
[미디어 기술 이해] 6단계로 알아보는 라이브 생방송 송출 원리
최근 '라방' 이라는 단어의 부상과 함께 네이버 쇼핑라이브에서 Live로 쇼핑도 하고, BTS 공연도 생중계로 볼 수 있게 되었죠. 이처럼 다양한 도메인에서 라이브 방송의 활용도는 높아지고 있습니다. 압축되지 않는 동영상은 무지막지하게 용량이 크기 때문에 그대로 작업하면 편집, 보관, 전송, 배포를 하는데 시간 및 비용 측면에서 낭비가 발생합니다. 따라서...
[미디어 기술 이해] 6단계로 알아보는 라이브 생방송 송출 원리
 
 

Recommendations