harlanc / xiu

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

[build] Build failed #34

Closed J1031 closed 1 year ago

J1031 commented 1 year ago

Build failed using the command cargo build --release, error shows like below

error[E0432]: unresolved import `rtmp::channels::ChannelsManager`
 --> application/xiu/src/service.rs:9:9
  |
9 |         channels::ChannelsManager,
  |         ^^^^^^^^^^^^^^^^^^^^^^^^^ no `ChannelsManager` in `channels`
  |
help: consider importing this struct instead
  |
9 |         rtmp::channels::channels::ChannelsManager;
  |

For more information about this error, try `rustc --explain E0432`.
error: could not compile `xiu` due to previous error
harlanc commented 1 year ago

Please use the latest release version:

git checkout v0.4.0
J1031 commented 1 year ago

Please use the latest release version:

git checkout v0.4.0

It's ok for the version. Thanks