Hi, all. I'm now under an emergency project. I would appreciate if you can give me any hints. here is the deal.
with the help of SCII, a support guy could remotely control his customer's computer. meanwhile our support guy wants to record all his opertaions done to customer's computer for some security reason.
I presume that inserting those operation recording souce code to VNCviewer wouldl solve the problem above. the VNCviewer I use is UntralVnc viewer. its source code is available.
is this feasible? welcome any advice. thanks.
Update: UltraVNC 1.4.3.6 and UltraVNC SC 1.4.3.6: https://forum.uvnc.com/viewtopic.php?t=37885
Important: Please update to latest version before to create a reply, a topic or an issue: https://forum.uvnc.com/viewtopic.php?t=37864
Join us on social networks and share our announcements:
- Website: https://uvnc.com/
- GitHub: https://github.com/ultravnc
- Mastodon: https://mastodon.social/@ultravnc
- Facebook: https://www.facebook.com/ultravnc1
- X/Twitter: https://x.com/ultravnc1
- Reddit community: https://www.reddit.com/r/ultravnc
- OpenHub: https://openhub.net/p/ultravnc
Important: Please update to latest version before to create a reply, a topic or an issue: https://forum.uvnc.com/viewtopic.php?t=37864
Join us on social networks and share our announcements:
- Website: https://uvnc.com/
- GitHub: https://github.com/ultravnc
- Mastodon: https://mastodon.social/@ultravnc
- Facebook: https://www.facebook.com/ultravnc1
- X/Twitter: https://x.com/ultravnc1
- Reddit community: https://www.reddit.com/r/ultravnc
- OpenHub: https://openhub.net/p/ultravnc
help!!!
Re: help!!!
[topic=4373][/topic]
UltraVNC 1.0.9.6.1 (built 20110518)
OS Win: xp home + vista business + 7 home
only experienced user, not developer
OS Win: xp home + vista business + 7 home
only experienced user, not developer
Re: help!!!
Hi, Redge, I did use ultra screen recorder as my operation recording part. Maybe I didn't make myself clear, my question is whether it's feasible to insert recorder code to ultraVnc viewer code. our support guy is on viewer side and customer is on server side. with the help of SCII, customer can start connecting by just one single click, once getting connected, operation recorder starts working on viewer side. once the customer gets disconnected, operation recorder was killed.
wondering if my presuming works, thanks for any advice.
wondering if my presuming works, thanks for any advice.
Re: help!!!
if no programmer want to answer, you can try automation trough autoit
but anyway, I don't know how to use it, i never use it.
but anyway, I don't know how to use it, i never use it.
UltraVNC 1.0.9.6.1 (built 20110518)
OS Win: xp home + vista business + 7 home
only experienced user, not developer
OS Win: xp home + vista business + 7 home
only experienced user, not developer
Re: help!!!
it would be a fairly simple thing to create an autoit script that when executed started the screen recorder, and then started SC ... when SC closes screen recorder finishes ....
then all you need is to bundle them and have it installed on client machine.
only problem with this is that its on the client machine ... i haven't yet found a way to check if vncviewer has active connections, otherwise it could be on support side.
if i get some time, i will look into this, but it will not be for a week or two
then all you need is to bundle them and have it installed on client machine.
only problem with this is that its on the client machine ... i haven't yet found a way to check if vncviewer has active connections, otherwise it could be on support side.
if i get some time, i will look into this, but it will not be for a week or two
ask a silly question and remain a fool for 5 minutes...
don't ask, and remain a fool for life - JDaus 2003
without imperfections, neither you nor i would exist - Steven Hawkins
__
JD
SCPrompt - OpenSource Free Remote Screen\Desktop Sharing Solution
SecureTech.com.au
don't ask, and remain a fool for life - JDaus 2003
without imperfections, neither you nor i would exist - Steven Hawkins
__
JD
SCPrompt - OpenSource Free Remote Screen\Desktop Sharing Solution
SecureTech.com.au
Re: help!!!
That's basically what Im lookin for. Im completely new to autoit and programming and Ive tried to understand autoit but Im lost. Id like to start a .vnc file, start SC, record for 2 hours, then shut down both all on a LAN only.JDaus wrote:it would be a fairly simple thing to create an autoit script that when executed started the screen recorder, and then started SC ... when SC closes screen recorder finishes ....
Any help appreciated.
Re: help!!!
I did successfully accomplished my project. it turn out my original thought worked perfectly. cheers.