mirror of
https://github.com/quasar/Quasar.git
synced 2026-04-25 15:25:59 +03:00
[GH-ISSUE #942] A webcam live view and microphone live remote #654
Labels
No labels
bug
bug
cant-reproduce
discussion
duplicate
easy
enhancement
help wanted
improvement
invalid
need more info
pull-request
question
wont-add
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Quasar#654
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 @naxceW on GitHub (Mar 10, 2021).
Original GitHub issue: https://github.com/quasar/Quasar/issues/942
It can be added live preview mice and cam?
@j-quintas commented on GitHub (Mar 21, 2021):
Webcam live existed in 1.3.0.0 , i saw no mention of why the removal of it in 1.4.0.0 , does it have something to do with future plugin support?
I could make a pull request of this feature but since it got removed i wanna know if this is warranted or not.
Also, microphone capture would be good, maybe using NAudio ? I used it a few years ago and it was somewhat decent... don't know if any improvements have been made on this functionality.
@gmiwoj commented on GitHub (Mar 21, 2021):
get cam2ip - https://github.com/gen2brain/cam2ip
get nircmd - https://www.nirsoft.net/utils/nircmd.html
upload to target pc somewhere
run hidden cam2ip task using remote command like this:
"FULLPATH\nircmd.exe" exec hide "FULLPATH\cam2ip.exe"over LAN you can watch cam stream in your browser or vlc like this:
http://TARGET_IP:56000/mjpeggetting access to target ip over the internet is more tricky
i use free ZeroTier service, it can create vpn bridge between you and target pc, but first you have to install, configure and hide zerotier app on target pc. there are other ways to do this (DDNS, no-ip, ngrok), i use this because it's free, easy to setup and it works for me.
i havent tried getting sound yet, but i bet i can be done
@LokeYourC3PH commented on GitHub (Mar 22, 2021):
Yeah I was also wanting the Remote Audio feature, practically the only thing missing in Quasar, Webcam is too easily detectable anyways so not a feature I am desperate for.
@MaxXor commented on GitHub (Mar 23, 2021):
Sorry accessing the desktop and the whole computer is powerful enough for a remote ADMINISTRATION tool. No need to directly spy on the user.
@LokeYourC3PH commented on GitHub (Mar 23, 2021):
@MaxXor I wasn't wanting Webcam anyways, but is Audio possible? It would go along well with the RDP feature for seeing the Desktop.
@MaxXor commented on GitHub (Mar 23, 2021):
Okay, but there is an issue for system audio already: https://github.com/quasar/Quasar/issues/135