harlanc / xiu

A simple,high performance and secure live media server in pure Rust (RTMP[cluster]/RTSP/WebRTC[whip/whep]/HTTP-FLV/HLS).🦀
https://rustxiu.com
MIT License
1.76k stars 187 forks source link

支持ARM #80

Open yz-yz-yz opened 9 months ago

yz-yz-yz commented 9 months ago

请问支持ARM平台吗 ?

harlanc commented 9 months ago

支持,https://doc.rust-lang.org/rustc/platform-support.html

yz-yz-yz commented 9 months ago

支持,https://doc.rust-lang.org/rustc/platform-support.html

请问 我想在window 平台把源码编译为ARM32 和64得可执行文件,一直编译失败,, 能不能在仓库放几个编译好的不同的平台的可执行文件呢?

harlanc commented 9 months ago

可以试试这个工具: https://github.com/cross-rs/cross

yz-yz-yz commented 9 months ago

可以尝试一下这个工具:https://github.com/cross-rs/cross arm-unknown-linux-gnueabihf 这个平台去 使用 你发的这个去编译 里面没 openssl库,一直报错也不行 。。。 armv7-unknown-linux-gnueabihf 这个平台可以

harlanc commented 7 months ago

生成了一些可执行文件, arm-unknown-linux-gnueabihf 这个下个版本我加到action里面看下能不能成功。