/msw_webrtc_crow

Rasbian OS 기반에서 WebRTC를 활용하여 드론 짐벌 영상을 스트리밍하기 위한 임무SW

Primary LanguageJavaScript

msw_webrtc_crow

This repository was developed using WebRTC and a video capture board to stream video from the drone. In addition, it runs on a Raspberry Pi-based mission computer called CROW.


1. Install

  • Chrome Driver - WebDriver for running WebRTC
sh ready_to_WebRTC.sh
  • xvfb - for virtual display
sudo apt-get install xvfb
  • node package - Node.js package
npm install

2. Add Mission

"mission" : {
    "containor" : ["room_name"],
    "subcontainor" : ["Control"],
    "git" : "https://github.com/IoTKETI/msw_webrtc_crow.git"
}