mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-03-02 19:26:56 -05:00
Error while configuring MediaCodec for HEVC video decoding #1542 #1669
Labels
No labels
bug
documentation
duplicate
enhancement
enhancement
enhancement
good first issue
help wanted
invalid
question
unreproducible
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/rustdesk-rustdesk#1669
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Kayuii on GitHub (Apr 17, 2023).
Bug Description
I encountered an issue while trying to configure MediaCodec for HEVC video decoding. Below is the error log:
How to Reproduce
I am experiencing an issue where the application uses HWCodec on Windows and MediaCodec on Android. However, after connecting, it appears to be using VP9 software decoding instead of hardware encoding.
Step 1: Set up the application to use HWCodec on Windows and MediaCodec on Android
Step 2: Connect the devices or applications
Step 3: Observe the decoding process
Expected Behavior
I expected the MediaCodec to be configured successfully for HEVC video decoding without any errors. The decoding process should start as intended and perform efficiently.
I would appreciate it if you could provide information on the testing environment you used, including the operating system, device model, compiler version, etc., so that I can reproduce the successful execution state in my environment.
Operating system(s) on local side and remote side
Android 12 -> windows 10
RustDesk Version(s) on local side and remote side
master -> master
Screenshots
**
Additional Context
No response
@rustdesk commented on GitHub (Apr 17, 2023):
#763