UUV WebRTC Video Transmission System
Reason this release was yanked:
cannot work without source code
Project description
UUV WebRTC 视频传输系统
用于UUV的实时视频传输系统,基于WebRTC协议实现较低延迟视频流传输
主要功能
- 实时摄像头采集与编码
- WebRTC点对点视频传输
- 可配置的视频参数调整
快速开始
安装
pip install -r requirements.txt
测试
- 启动服务器:
python test/server.py
- 启动客户端(新终端):
python test/client.py
核心模块
1. 视频采集模块
cv_capture.py:摄像头驱动与帧捕获cv_cap_stream_track.py:视频流封装
2. 传输模块
rtc_client.py:客户端连接管理rtc_server.py:服务端连接管理sdp_server.py:SDP信令交换
3. 接收模块
video_stream_receiver.py:视频流解码与显示
许可证
MIT License
版权
Copyright © 2025 FEITENG, All rights reserved
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
uuv_webrtc-1.0.0.tar.gz
(1.9 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file uuv_webrtc-1.0.0.tar.gz.
File metadata
- Download URL: uuv_webrtc-1.0.0.tar.gz
- Upload date:
- Size: 1.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1571ad9bca290ff9b2aba899861816e6bea937c1260be08631d8b97339a87a4f
|
|
| MD5 |
f09904c726e621e671764f787c6e972a
|
|
| BLAKE2b-256 |
3d7d1e6fe8bffe457e9ae4ce13b078b2e98b468c38d3fc48fb387dc095112cac
|
File details
Details for the file uuv_webrtc-1.0.0-py3-none-any.whl.
File metadata
- Download URL: uuv_webrtc-1.0.0-py3-none-any.whl
- Upload date:
- Size: 1.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e95a54916ba41377a5cf15c002f54843a240aeddf5778d0c5f6192760971320e
|
|
| MD5 |
f728b8ee1c56c748d9d3ffc280de811f
|
|
| BLAKE2b-256 |
cb649ff23447129763e17dfcffdae5af5654ac0607b3d23bef3277692e43dd04
|