naive-scrcpy-client icon indicating copy to clipboard operation
naive-scrcpy-client copied to clipboard

A naive client of Scrcpy in Python.

Results 8 naive-scrcpy-client issues
Sort by recently updated
recently updated
newest added

请问作者,这几个so在哪儿

First of all. Excellent work the code works like a charm. But after few mins of running, the image quality is being degraded. The resolution of the device is 1920x720....

I am just a novice in college.I am not good at C. so many codes in Scrcpy can't well undersood.This project is very help for me. But i know it...

Exception in thread Thread-3 (_run_decoder): Traceback (most recent call last): File "C:\Users\xiaoy\AppData\Local\Programs\Python\Python310\lib\threading.py", line 1016, in _bootstrap_inner self.run() File "C:\Users\xiaoy\AppData\Local\Programs\Python\Python310\lib\threading.py", line 953, in run self._target(*self._args, **self._kwargs) File "C:\Users\xiaoy\Desktop\video_to_pc\naive-scrcpy-client-master\NaiveScrcpyClient.py", line 81, in...

``` In [229]: !C:/QGB/Anaconda3/python.exe run_client.py Upload JAR... 61550 Run JAR Connected! Device Name: Nexus 6P WxH: 360x640 Exception in thread Thread-3: Traceback (most recent call last): File "C:\QGB\Anaconda3\lib\threading.py", line 926,...

`Traceback (most recent call last): File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner [self.run](http://self.run/)() File "/usr/lib/python3.8/threading.py", line 870, in run self._target(*self._args, **self._kwargs) File "/home/XXX/handlers/NaiveScrcpyClient.py", line 105, in _run_decoder lib_avcodec = ctypes.CDLL(avcodec_lib) File...

不错的呀,解码试试参考https://github.com/razumeiko/py-android-viewer/blob/master/viewer.py,我测试下 2.0没成功

我的运行后报这个错误,咋解决呢 Found h264 decoder Could not open video stream ERROR: Exception on thread Thread[main,5,main] android.media.MediaCodec$CodecException: Error 0xfffffc0e at android.media.MediaCodec.native_configure(Native Method) at android.media.MediaCodec.configure(MediaCodec.java:2127) at android.media.MediaCodec.configure(MediaCodec.java:2043) at com.genymobile.scrcpy.ScreenEncoder.configure(ScreenEncoder.java:158) at com.genymobile.scrcpy.ScreenEncoder.streamScreen(ScreenEncoder.java:68) at com.genymobile.scrcpy.Server.scrcpy(Server.java:28)...