fix: 修复服务端推流播放异常的问题

This commit is contained in:
Del Wang
2026-01-05 20:13:25 +08:00
parent d88d63b15b
commit c0bc4b8ae6
22 changed files with 870 additions and 191 deletions
+2 -2
View File
@@ -1,9 +1,9 @@
build-server:
cargo build --release --bin server --features app
cargo build --release --bin server
build-client:
docker run --rm -v $(shell pwd):/app idootop/open-xiaoai-runtime:oh2p \
cargo build --target armv7-unknown-linux-gnueabihf --release --bin client --features app
cargo build --target armv7-unknown-linux-gnueabihf --release --bin client
run-server:
target/release/server