Piasy
Piasy
后面我会再更新一波,rebase 到到时最新的版本上,不过可能得等一段时间。
应该是可以的
Hi @namvuCosmo , I tried the latest commit, it has two issues: 1. you commit a test selenium hub url to `KITE-AppRTC-Test/configs/js.iceconnection.apprtc.config.json`; 2. after revert this url change, it fails...
Hi @jianjunz , as you can see in the diff, the modification to RTCVideoEncoder/DecoderH264 isn't very large, only several `#if #else #endif`, I don't think it will increase much effort...
可以参考下 https://blog.piasy.com/2018/08/14/build-webrtc/index.html ,但应该需要根据最新项目设置,做一些修改适配 Best regards. Piasy Xu 此致,祝好! 许建林 On Fri, Sep 16, 2022 at 11:42 AM chenzhu ***@***.***> wrote: > 请问下 android下如何使用ndk 用源码开发呢 > > — > Reply to...
It seems `/data/com.github.piasy.bootstrap/performance/` does not locate in external storage, so I can't verify whether this file exist, but as this exception is thrown, it obviously doesn't exist. This exception doesn't...
I have a demo app, [RxAndroidAudio.apk.zip](https://github.com/dpnishant/appmon/files/1050852/RxAndroidAudio.apk.zip), the source code is here, https://github.com/Piasy/RxAndroidAudio. Step to reproduce: 1. Run app; 2. Run `python android_tracer.py -a com.github.piasy.rxandroidaudio -c AudioRecord -m "*"`; 3. Click...
Yes I can, and the generated scripts is attached below. [hook_playground.js.zip](https://github.com/dpnishant/appmon/files/1073177/hook_playground.js.zip)
应该还是新的 Android 系统存储权限相关的兼容性问题,我抽空看看更新一下吧
@WonderfulHotel 我在 API 32 的模拟器,以及 API 31 的小米真机上测试 demo 的 LongImageActivity 里的 saveImageIntoGallery,项目设置 target API 33,都没有问题。