Closed goduck777 closed 3 years ago
抱歉,因为QLivePlayer-Lib只是给QLivePlayer使用的,我以为你是把那东西当成普通的rust lib用了。为了防止类似的事情再发生,我就把那边的issue disable了(可能因此你没看到我在那边的回复)。 这个问题大概是由于没有cargo.lock,下个版本我会修复这些问题
可以在Cargo.toml中加入bytes的版本
diff -Naur a/src/QLivePlayer-Lib/Cargo.toml b/src/QLivePlayer-Lib/Cargo.toml
--- a/src/QLivePlayer-Lib/Cargo.toml 2021-08-15 13:17:46.959877390 -0400
+++ b/src/QLivePlayer-Lib/Cargo.toml 2021-08-15 13:18:14.168880011 -0400
@@ -30,7 +30,7 @@
html-escape = "*"
futures = "0.3"
tars-stream = { path = "tars-stream"}
-bytes = "*"
+bytes = "0.4"
[lib]
name = "rust"
我的错,我改了一下QLivePlayer-Lib下载的commit就可以了。
see #31
编译QLivePlayer_Lib遇到以下错误。因为是依赖,导致QLivePlayer也无法编译
不明白为什么close,我发这里好了