-
-
Notifications
You must be signed in to change notification settings - Fork 566
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Enable Webcam redirect just like the audio/mic #541
Comments
I don't believe such capability is possible. The audio redirection is
something specifically supported by the SPICE protocol, but I haven't seen
anything about webcams. USB devices may be redirected, but I have not
tested with a usb webcam and I am not quite sure such high-bandwidth
applications would work well.
…On Tue, Mar 19, 2024, 3:45 p.m. Felipe Machado ***@***.***> wrote:
Hello
I'm new on this software, but I'm missing a webcam redirect support, just
like the microphone does.
Is it supported?(maybe I'm just dumb and didn't find it on settings)
If not, can you make it?
Thanks!
—
Reply to this email directly, view it on GitHub
<#541>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAK3EV3MDTWVUQLWIE6QDHTYZCIVJAVCNFSM6AAAAABE6GZTUCVHI2DSMVQWIX3LMV43ASLTON2WKOZSGE4TKOBVGEYDANA>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Is this protocol different from native Microsoft RDP? I'm asking because the official Microsoft RDP Client can redirect (but the mouse/trackpad is awful, and your app is better in a lot of other things). I'm using it localhost, so bandwidth is not a problem in my case, of course that will be when I go remote, but in that case, I'll just not enable it. But, if this isn't possible, well... Thanks anyway! |
Ah, so you are talking about aRDP, not aSPICE. Apologies. Yes, it's totally
different from Microsoft RDP. It's fully open source software and uses
libfreerdp to talk over the RDP protocol. I will look into whether
libfreerdp does or can be made to support webcam redirection.
…On Tue, Mar 19, 2024, 7:11 p.m. Felipe Machado ***@***.***> wrote:
Is this protocol different from native Microsoft RDP? I'm asking because
the official Microsoft RDP Client can redirect (but the mouse/trackpad is
awful, and your app is better in a lot of other things). I'm using it
localhost, so bandwidth is not a problem in my case, of course that will be
when I go remote, but in that case, I'll just not enable it.
But, if this isn't possible, well... Thanks anyway!
—
Reply to this email directly, view it on GitHub
<#541 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAK3EV45TWODUQ764RBGAELYZDAZHAVCNFSM6AAAAABE6GZTUCVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDAMBYGMZDGMJRHE>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
Yes, it's about aRDP, sorry I didn't specify in my first comment. Thank you very much, if you be able to implement this feature this app would be THE GOAT! |
Hello
I'm new on this software, but I'm missing a webcam redirect support, just like the microphone does.
Is it supported?(maybe I'm just dumb and didn't find it on settings)
If not, can you make it?
Thanks!
The text was updated successfully, but these errors were encountered: