Skip to content

WebRTC-based recording services and related infrastructures

Notifications You must be signed in to change notification settings

classvar/classvar-record-backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

49e782e · Aug 9, 2021

History

14 Commits
Aug 1, 2021
Aug 7, 2021
Aug 9, 2021
Aug 9, 2021
Aug 5, 2021
Aug 9, 2021
Aug 9, 2021
Aug 1, 2021
Aug 9, 2021
Aug 9, 2021
Aug 8, 2021
Aug 9, 2021
Aug 9, 2021
Aug 9, 2021
Aug 8, 2021
Aug 9, 2021
Aug 9, 2021
Aug 8, 2021
Aug 9, 2021
Aug 9, 2021
Aug 9, 2021

Repository files navigation

WebRTC Record Server

Build

git clone https://github.com/classvar/classvar-record-backend

docker build . -t seongbin9786/webrtc-record-server:{version} (npm install not required.)

Run

환경 변수 RECORD_SERVER_IPRECORD_SERVER_PORT의 설정이 필요합니다. (기본값: localhost 3000)

IP의 경우 접속 대상이 접속할 수 있는 IP가 필요합니다. (내부 IP일수도, 외부 IP일수도 있음.)

docker run -d -e RECORD_SERVER_IP=192.168.1.1 -e RECORD_SERVER_PORT=3000 -p 3000:3000 --mount type=bind,source="$(pwd)"/files,target=/classvar-webrtc/files seongbin9786/webrtc-record-server:{version}

we use bind mount(--mount) option to keep files permanent.

About

WebRTC-based recording services and related infrastructures

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published