raspberry_ninja
Publish or capture VDO.Ninja streams with Python (Raspberry Pi, Linux, Mac, Windows WSL)
파일 탐색기
최종 버전 다운로드 (.zip)- auto-release.js
- enhance-commits.js
- auto-release.yml
- enhance-commits.yml
- manual-release.yml
- test.yml
- toc.yml
- FUNDING.yml
- RELEASE_PROCESS.md
- connecting_splash.jpg
- idle_splash.jpg
- adv_cv2_jpeg.py
- basic_recv.py
- readme.md
- HLS_SEGMENT_FIX.md
- HLS_UNIVERSAL_FIX.md
- JETSON_HLS_FIX_SUMMARY.md
- PI3_TESTBENCH_2026-08-02.md
- operations-guide.md
- pi-zero-2-w-unattended-webrtc.md
- platform-compatibility.md
- README.md
- recording-guide.md
- troubleshooting.md
- unattended-validation-checklist.md
- readme.md
- INSTALL.md
- installer.sh
- libgstnvidia.zip
- raspininja.service
- README.md
- setup_autostart.sh
- theta_z1_install.sh
- toolchain_update.sh
- raspininja.service
- README.md
- Cargo.toml
- firmware_update.sh
- installer.sh
- raspininja.service
- README.md
- setup_c779.sh
- simpleinstall.md
- installer.sh
- README.md
- README.md
- README.md
- fix_ndi_network.sh
- install_ndi.sh
- readme.md
- .readme
- index.html
- record.service.tpl
- recording.html
- room_join_notification_e2e.js
- test_codec_selection.py
- test_combine_recordings.py
- test_config_loader.py
- test_data_channel_heartbeat.py
- test_display_selection.py
- test_easy_setup.py
- test_gstreamer_compat.py
- test_ice_configuration.py
- test_install_unattended.py
- test_media_self_test.py
- test_multiple_webrtc_connections.py
- test_multiviewer_cleanup.py
- test_platform_detection.py
- test_room_join_notifications.py
- test_signaling_security.py
- test_signaling_thread_safety.py
- test_signaling_utils.py
- test_single_stream_recording.py
- test_v4l2_capture_modes.py
- test_v4l2_device_retry.py
- test_v4l2_encoder_probe.py
- check_gst_version.sh
- check_hls_status.py
- check_splitmux_pads.py
- check_splitmux_signals.py
- combine_recordings.py
- install_unattended.py
- media_self_test.py
- package.json
- play_hls.html
- serve_hls.py
- setup.py
- vdoninja_simple_websocket_server.js
- .actrc
- .gitignore
- _config.yml
- AGENTS.md
- CHANGELOG.md
- CNAME
- config.json
- config_loader.py
- install.sh
- publish.py
- QUICK_START.md
- README.md
- record.py
- setup.ninja_record.systemd.sh
- signaling_utils.py
- test_config.json
- test_config_minimal.json
- v4l2_devices.py
- VERSION
- webrtc_subprocess_glib.py
# 설치 가이드
git clone https://github.com/steveseguin/raspberry_ninja
깃허브에서 프로젝트 코드 전체를 내 컴퓨터로 내려받습니다.
cd raspberry_ninja
방금 내려받은 프로젝트 폴더 안으로 이동합니다.
2. 공식 설치 스크립트
쉬움 추천- APT (Debian/Ubuntu 계열) Debian/Ubuntu 계열 리눅스에 기본 내장된 패키지 매니저입니다.
- Python 3 pip 명령어를 쓰려면 Python이 필요합니다.
curl -sSL https://raw.githubusercontent.com/steveseguin/raspberry_ninja/main/install.sh | bash
공식 설치 스크립트를 다운로드해서 바로 실행합니다. 이 한 줄로 필요한 게 자동으로 설치됩니다.
sudo apt-get install python3-pip -y
APT 패키지 저장소에서 바로 설치합니다 (Debian/Ubuntu 계열).
sudo apt-get install -y libgstreamer1.0-dev libgstreamer-plugins-base1.0-dev libgstreamer-plugins-bad1.0-dev gstreamer1.0-plugins-base gstreamer1.0-plugins-good gstreamer1.0-plugins-bad gstreamer1.0-plugins-ugly gstreamer1.0-libav gstreamer1.0-tools gstreamer1.0-x python3-pyqt5 python3-opengl gstreamer1.0-alsa gstreamer1.0-gl gstreamer1.0-qt5 gstreamer1.0-gtk3 gstreamer1.0-pulseaudio gstreamer1.0-nice gstreamer1.0-plugins-base-apps
APT 패키지 저장소에서 바로 설치합니다 (Debian/Ubuntu 계열).
pip3 install --break-system-packages websockets cryptography
PyPI에 배포된 패키지를 바로 설치합니다. 소스 클론이 필요 없습니다.
이 레포의 README에 적힌 실제 명령어를 그대로 가져왔습니다.
3. Node.js
쉬움cd tools
이 프로젝트의 관련 파일이 하위 폴더 안에 있어서, 먼저 그 폴더로 이동합니다.
npm install
package.json에 명시된 라이브러리들을 내려받아 설치합니다.
npm start
개발/실행 서버를 켭니다.
4. Python
쉬움sudo apt-get install python3-pip -y
APT 패키지 저장소에서 바로 설치합니다 (Debian/Ubuntu 계열).
pip3 install --break-system-packages websockets cryptography
PyPI에 배포된 패키지를 바로 설치합니다. 소스 클론이 필요 없습니다.
pip3 install PyGObject ## possibly optional
PyPI에 배포된 패키지를 바로 설치합니다. 소스 클론이 필요 없습니다.
pip3 install aiohttp --break-system-packages # optional
PyPI에 배포된 패키지를 바로 설치합니다. 소스 클론이 필요 없습니다.
When using the `--midi` parameter, video and audio are disabled. Instead, the script can send and recieve MIDI commands over VDO.Ninja. Supports plug-and-play, although you may need to install `python-rtmidi` using pip3 first.
이 명령어를 터미널에 그대로 입력해 실행하세요.
이 레포의 README에 적힌 실제 명령어를 그대로 가져왔습니다.
5. Rust
보통- Git GitHub에서 프로젝트 코드를 내려받으려면 필요합니다.
- Rust (rustup) rustup으로 설치하면 cargo도 함께 설치됩니다.
For Windows WSL, there's an install script here: https://github.com/steveseguin/raspberry_ninja/blob/main/installers/wsl/install_ndi.sh, however please make sure Rust (cargo) is installed first.
이 명령어를 터미널에 그대로 입력해 실행하세요.
이 레포의 README에 적힌 실제 명령어를 그대로 가져왔습니다.
