xbox-smartglass-nano-python
The gamestreaming part of the smartglass library
파일 탐색기
최종 버전 다운로드 (.zip)- build.yml
- .keep
- .keep
- modules.rst
- xbox.nano.channel.rst
- xbox.nano.enum.rst
- xbox.nano.factory.audio.rst
- xbox.nano.factory.channel.rst
- xbox.nano.factory.control.rst
- xbox.nano.factory.input.rst
- xbox.nano.factory.message.rst
- xbox.nano.factory.rst
- xbox.nano.factory.video.rst
- xbox.nano.manager.rst
- xbox.nano.packer.rst
- xbox.nano.packet.audio.rst
- xbox.nano.packet.control.rst
- xbox.nano.packet.fec.rst
- xbox.nano.packet.input.rst
- xbox.nano.packet.json.rst
- xbox.nano.packet.message.rst
- xbox.nano.packet.rst
- xbox.nano.packet.video.rst
- xbox.nano.protocol.rst
- xbox.nano.render.audio.aac.rst
- xbox.nano.render.audio.rst
- xbox.nano.render.audio.sdl.rst
- xbox.nano.render.client.base.rst
- xbox.nano.render.client.file.rst
- xbox.nano.render.client.gst.rst
- xbox.nano.render.client.rst
- xbox.nano.render.client.sdl.rst
- xbox.nano.render.codec.rst
- xbox.nano.render.input.base.rst
- xbox.nano.render.input.rst
- xbox.nano.render.input.sdl.rst
- xbox.nano.render.rst
- xbox.nano.render.sink.rst
- xbox.nano.render.video.rst
- xbox.nano.render.video.sdl.rst
- xbox.nano.rst
- xbox.nano.scripts.client.rst
- xbox.nano.scripts.client_mp.rst
- xbox.nano.scripts.pcap.rst
- xbox.nano.scripts.replay.rst
- xbox.nano.scripts.rst
- xbox.nano.xpacker.rst
- conf.py
- index.rst
- make.bat
- Makefile
- broadcast_previewstatus
- broadcast_start_stream
- broadcast_state_init
- broadcast_state_started
- broadcast_state_stopped
- broadcast_state_unknown
- broadcast_stream_enabled
- tcp_audio_client_handshake
- tcp_audio_control
- tcp_audio_server_handshake
- tcp_channel_close
- tcp_channel_create
- tcp_channel_open_no_flags
- tcp_channel_open_with_flags
- tcp_control_handshake
- tcp_control_msg_with_header
- tcp_control_msg_with_header_change_video_quality
- tcp_input_client_handshake
- tcp_input_server_handshake
- tcp_video_client_handshake
- tcp_video_control
- tcp_video_server_handshake
- udp_audio_data
- udp_handshake
- udp_input_frame
- udp_input_frame_ack
- udp_video_data
- conftest.py
- test_factory.py
- test_json.py
- test_packer.py
- __init__.py
- audio.py
- channel.py
- control.py
- input.py
- message.py
- video.py
- __init__.py
- audio.py
- control.py
- fec.py
- input.py
- json.py
- message.py
- video.py
- __init__.py
- aac.py
- sdl.py
- __init__.py
- base.py
- file.py
- gst.py
- sdl.py
- __init__.py
- base.py
- controller_db.txt
- sdl.py
- sdl_keyboard.py
- __init__.py
- sdl.py
- __init__.py
- codec.py
- sink.py
- __init__.py
- client.py
- client_mp.py
- pcap.py
- replay.py
- __init__.py
- adapters.py
- channel.py
- enum.py
- manager.py
- packer.py
- protocol.py
- xpacker.py
- .gitignore
- CHANGELOG.md
- LICENSE
- Makefile
- MANIFEST.in
- README.md
- readthedocs.yml
- requirements.txt
- setup.cfg
- setup.py
# 설치 가이드
1. 코드 내려받기
git clone https://github.com/OpenXbox/xbox-smartglass-nano-python
깃허브에서 프로젝트 코드 전체를 내 컴퓨터로 내려받습니다.
cd xbox-smartglass-nano-python
방금 내려받은 프로젝트 폴더 안으로 이동합니다.
2. Python
쉬움 추천사전 준비물
python -m venv ~/pyvenv/xbox-smartglass
파이썬 스크립트(또는 모듈)를 실행합니다.
pip install -e .[dev]
requirements.txt 등에 명시된 파이썬 라이브러리를 설치합니다.
에러 메시지 없이 실행되고 터미널에 안내 문구가 출력되면 정상입니다.
이 레포의 README에 적힌 실제 명령어를 그대로 가져왔습니다.
3. Make
보통사전 준비물
- Git GitHub에서 프로젝트 코드를 내려받으려면 필요합니다.
- Make Linux/macOS는 보통 기본 설치되어 있습니다. Windows는 별도 설치(예: MSYS2, WSL)가 필요합니다.
make
생성된 빌드 설정을 바탕으로 실제 컴파일을 진행해 실행 파일을 만듭니다.
에러 없이 끝나면 성공입니다. 생성된 실행 파일을 직접 실행해보세요.
// repository documentation
Was this content helpful?
(0 ratings)
