Anyone able to run scrcpy with Boox?
I'm trying to run scrcpy with my Boox Leaf 3C but getting errors.
Below is the log:-
❯ scrcpy
scrcpy 3.3.4 <https://github.com/Genymobile/scrcpy>
INFO: ADB device found:
INFO: --> (usb) DAE560F4 device Leaf3C
/opt/homebrew/Cellar/scrcpy/3.3.4/share/scrcpy/scrcpy-server: 1 file pushed, 0 skipped. 145.8 MB/s (90980 bytes in 0.001s)
[server] INFO: Device: [ONYX] ONYX Leaf3C (Android 11)
INFO: Renderer: metal
[server] ERROR: Could not create default video encoder for h264
List of video encoders:
ERROR: Demuxer 'video': stream disabled due to connection error
ERROR: Demuxer error
ERROR: Demuxer 'audio': stream disabled due to connection error
[server] ERROR: Exception on thread Thread[video,5,main]
java.lang.IllegalArgumentException: Failed to initialize video/avc, error 0xfffffffe
at android.media.MediaCodec.native_setup(Native Method)
at android.media.MediaCodec.<init>(MediaCodec.java:19 12)
at android.media.MediaCodec.createEncoderByType(Media Codec.java:1875)
at com.genymobile.scrcpy.video.SurfaceEncoder.createM ediaCodec(SurfaceEncoder.java:247)
at com.genymobile.scrcpy.video.SurfaceEncoder.streamC apture(SurfaceEncoder.java:67)
at com.genymobile.scrcpy.video.SurfaceEncoder.lambda$ start$0$com-genymobile-scrcpy-video-SurfaceEncoder(SurfaceEncoder.java:296)
at com.genymobile.scrcpy.video.SurfaceEncoder$$Extern alSyntheticLambda0.run(D8$$SyntheticClass:0)
at java.lang.Thread.run(Thread.java:923)
Killed
Does anyone know which video encoders are present in Boox if any?
|