android screen&audio share used PyQt ffmpeg Websocket
https://www.bilibili.com/video/BV1Nt4y117ht
安卓视频音频串流
scrcpy延迟100ms
PyScrcpy插adb走wifi传输延迟100-160ms
PyScrcpy无线延迟100-300ms
帧率 在没有其他应用占用系统硬解码器的情况下 原生分辨率@60fps
- 运行/server/main.py
- 安装app2/app/build/outputs/apk/debug/app-debug.apk(release中有)
- 打开app 下面有个帧率可以改 然后点击扫码启动 (需要>=android 8)
- server8.dll使用vs2019编译 可能会与您的windows出现不兼容的情况 需要您自己对/server/ffmpegLib中的target=server8进行重新编译
2.apk兼容性为api>=26 已经发布在release中 想自己build可以使用android studio对app2文件夹进行构建
目前来说 我已经修复了这个问题 你可以直接启动main.py了
下面是解决方法
通过Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.27.29110\bin\Hostx64\x64> .\dumpbin.exe /dependents
可以查找dll依赖 对于不在环境变量里的dll 需要一个一个引入进来
并且python的ctypes进行dll引入的时候 需要使用绝对路径
相对路径有可能出问题
你可以在server2.py的139行附近看到我关于dll依赖的修改
二维码扫描
https://github.com/yipianfengye/android-zxingLibrary
MediaProjection屏幕录制录音
https://github.com/yrom/ScreenRecorder
MediaProjection屏幕录制
https://github.com/eterrao/ScreenRecorder
万物起源scrcpy
https://github.com/Genymobile/scrcpy
qt版的scrcpy投屏
https://github.com/barry-ran/QtScrcpy
MediaProjection录制 RTMP推流
https://github.com/deepsadness/MediaProjectionDemo
ffmpeg解码
https://github.com/deepsadness/AppRemote
adb拉起surfaceApi
https://github.com/android-notes/androidScreenShare
MediaProjection录制
https://github.com/magicsih/AndroidScreenCaster
用FFmpeg保存JPEG图片
https://blog.csdn.net/zhoubotong2012/article/details/79342116
avio_alloc_context 读内存
https://www.jianshu.com/p/3c95b0471d3a
ffmpeg lib下载
https://ffmpeg.zeranoe.com/builds/
转换yuv 和rgb
https://blog.csdn.net/shwan_ma/article/details/102482477
关于linesize的问题
https://blog.csdn.net/download_73/article/details/53302825
阻塞队列
https://blog.csdn.net/big_yellow_duck/article/details/52601543
utf-8编码问题
https://blog.csdn.net/u014671962/article/details/101525645
Copyright (C) 2018 Genymobile
Copyright (C) 2020 yuandiaodiaodiao
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.