echokk11

Results 34 comments of echokk11

如果使用`ffmpeg`加密的话,就是命令行指令. ```bash # 生成加密key openssl rand 16 > enc.key # 生成IV openssl rand -hex 16 # 新建enc.keyinfo,内容如下 http://localhost/video/enc.key enc.key 191029d9c2d4e9051a8a5deb2f7f5c04 # 以加密hls.mkv为例 ffmpeg -i hls.mkv \ -codec:v libx264 \ -codec:a...

I am sorry , but [`react-native-qrcode-svg`](https://github.com/awesomejerry/react-native-qrcode-svg) could help us

M1 Max,上面方法都试了 都不行 😂 MacOS:13.0 (22A380) Xcode:Version 14.1 (14B47b) ``` swift-driver version: 1.62.15 Apple Swift version 5.7.1 (swiftlang-5.7.1.135.3 clang-1400.0.29.51) Target: arm64-apple-macosx13.0 ```

``` ➜ WeChat-SwiftUI git:(main) type intel intel is an alias for arch -x86_64 ➜ WeChat-SwiftUI git:(main) intel pod install Analyzing dependencies ――― MARKDOWN TEMPLATE ――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― ### Command ``` /usr/local/bin/pod install...

I fixed it with [https://github.com/CocoaPods/CocoaPods/issues/9578](https://github.com/CocoaPods/CocoaPods/issues/9578) after that ``` sudo arch -x86_64 gem install ffi arch -x86_64 pod install ``` It is not your problem 😂,3ks very much buddy!

the _signature is str(user_id + type) right now. a snippet in tiktok.com's js ```js u.a.get(d.fetchVideoFeed, { secUid: y, id: o, type: i, count: s, minCursor: p, maxCursor: g, _signature: o...

str(user_id + type) is the final sign_body now.

I use another method. But I think it is not the best way. Here is the snippet ```js componentDidMount() { this.cacheSize = 0 this._statisticsCacheSize(RNFetchBlob.fs.dirs.CacheDir) } _statisticsCacheSize(path) { RNFetchBlob.fs.lstat(path).then((lstat => {...

README前面就有说明,参考这里 [https://bbs.pcbeta.com/viewthread-1975545-1-1.html](https://bbs.pcbeta.com/viewthread-1975545-1-1.html),需要打`OCLP`补丁 [https://github.com/dortania/OpenCore-Legacy-Patcher](https://github.com/dortania/OpenCore-Legacy-Patcher)