Skip to content

LiveKit 1.13.4 업데이트

원본 다운로드: Markdown · PDF

작성일: 2026-07-19

항목 Before After
소스 태그 v1.9.11 (+34 로컬 커밋, origin 대비 behind 229) v1.13.4 (detached HEAD)
바이너리 bin/livekit-server.exe 1.9.11 1.13.4
최신 공식 릴리스 v1.13.4 (2026-07-18)
config.yaml 유지 유지 (devkey/secret, log info)
  1. git fetch --tags origin
  2. git checkout v1.13.4 (config.yaml 백업 후 보존)
  3. Windows amd64 릴리스 zip 다운로드
    livekit_1.13.4_windows_amd64.zip
  4. bin/livekit-server.exe 교체
    • 이전 백업: bin/livekit-server.exe.bak-1.9.11
  5. 검증
    • livekit-server --version1.13.4
    • --config config.yaml --bind 127.0.0.1 기동 시 :7880 LISTENING 확인 후 종료
Terminal window
cd C:\Developments\LivekitDev\livekit
Copy-Item bin\livekit-server.exe.bak-1.9.11 bin\livekit-server.exe -Force
git checkout master # 또는 이전 커밋
# config: config.yaml.bak-pre-1.13.4

v1.13.4 주요 변경 (릴리스 노트 요약)

Section titled “v1.13.4 주요 변경 (릴리스 노트 요약)”
  • data-track 혼잡 시 버퍼링 개선, signal relay 고루틴 릭 수정
  • nil qdisc / nil subscriber 가드 (SIGSEGV 방지)
  • IPv6 로컬 candidate 제외 옵션, forward stats API 등
  • pion/ice close hang 대응, protocol 버전 범프

전체: https://github.com/livekit/livekit/releases/tag/v1.13.4

Terminal window
cd C:\Developments\LivekitDev\livekit
.\bin\livekit-server.exe --config config.yaml --bind 0.0.0.0

또는 루트 start_all.bat (경로가 D:\LivekitDev인 경우 워크스페이스와 다를 수 있음).

  • Flutter livekit_client ^2.6.3, Python livekit 봇은 동일 dev 키로 계속 사용 가능
  • 메이저 클라이언트 SDK 업그레이드는 별도 점검 권장 (서버만 1.9 → 1.13)