Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
관련 이슈 번호
작업 내용
PR 포인트
ffmpeg을 설치해야 정상적으로 동작합니다.
환경변수 업데이트 되었습니다
고민과 학습내용
ffmpeg프로세스 잔여작업 존재함에도 process가 삭제되던 문제
process.kill('sigint')
로 프로세스를 종료시켰는데도, 비정상적으로 프로세스가 종료되었습니다.sigint
로 kill 시그널을 보내도 중복해서 2번이상 보내면 프로세스가 하던작업을 완료하지 못한 체 종료된다고 합니다transportclose
이벤트에서도 kill 시그널을 보내고, 방이 터질때도 killSignal을 보내서 생기던 문제였습니다.스크린샷