PyScrcpy icon indicating copy to clipboard operation
PyScrcpy copied to clipboard

安卓无线投屏 android screen&audio share used PyQt ffmpeg Websocket

Results 6 PyScrcpy issues
Sort by recently updated
recently updated
newest added

可否将投屏集成到其他软件界面中

rt,py环境配置好了以后,未找到手机的apk 大佬可以解释一下吗

对Python服务端和Android客户端的源码都进行了编译,但是运行之后PC上Python运行起来的显示的界面只收到了音频没有显示出视频内容是怎么回事,在AndroidStudio里面除了这个错。 java.net.ConnectException: failed to connect to /192.168.43.72 (port 20481) from /:: (port 35060): connect failed: ETIMEDOUT (Connection timed out) 在错误提示中,只有目标路径有IP,起始路径没显示IP。

Traceback (most recent call last): File "", line 983, in _find_and_load File "", line 967, in _find_and_load_unlocked File "", line 677, in _load_unlocked File "", line 728, in exec_module File...

OSError: [WinError 126] 找不到指定的模块。 我的操作步骤: 1.下载源码后直接main.py,提示OSError: [WinError 126] 找不到指定的模块。(但是打开其他dll文件正常) 2,下载vs2019,并将server ffmpeglib 重新生成,而且server/server2.py里面所需要的server8.dll确实重新生成成功 3.运行依旧找不到指定模块 win10 x64 ,python 3.7 ,vs2019