mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-03-02 19:26:56 -05:00
Error of video service: Failed to create capturer #890
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#890
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 @xhzth70911 on GitHub (Oct 27, 2022).
macos12.3,xcode13.3,rustc 1.62.0
https://rustdesk.com/docs/en/dev/build/osx/
I successfully built according to the document, but when the iOS device is connected to the Macos, the iOS cannot see the Macos image, The iOS version is downloaded from the App Store, mac OS reports an error:
ERROR librustdesk::server::service] Error of video service: Failed to create capturer
ERROR librustdesk::server::service] Error of audio service: Failed to get default input format
我按照这个网址,配置了 辅助功能 权限和 屏幕录制 权限,配置的是debug下面的Unix可执行文件
/Users/user/vcpkg/rustdesk/target/debug/rustdesk
https://rustdesk.com/docs/zh-cn/manual/mac/#%E5%90%AF%E7%94%A8%E6%9D%83%E9%99%90

我配置完成以后,重启软件,cargo run,用在App Store下载的rustdesk iOS的设备连接,macos报错,用你的rustdesk 官网 macos的dmg版本就可以正常远程操控,这个问题,需要怎么解决,谢谢
ERROR librustdesk::server::service] Error of video service: Failed to create capturer
ERROR librustdesk::server::service] Error of audio service: Failed to get default input format
@rustdesk commented on GitHub (Oct 27, 2022):
#763