rtsp-simple-server 사용법

    [Network] RTSP 서버 클라이언트 구축하기(feat. rtsp-simple-server, mediamtx)

    💡 본 문서는 'RTSP 서버 클라이언트 구축하기(feat. rtsp-simple-server)'에 대해 정리해놓은 글입니다. 간단한 RTSP 서버를 구축하여 특정 영상을 stream하고 이를 수신하는 클라이언트를 구축하는 방법에 대해 정리하였으니 참고하시기 바랍니다. 1. Installation 1.1. Download FFmpeg: % brew install ffmpeg 1.2. Download VLC(VLC Media Player): % brew install --cask vlc Error: It seems there is already an App at '/Applications/VLC.app'. % nano ~/.bashrc ... alias vlc='/Applications/VLC.app/Co..