Questions tagged [teamviewer]

TeamViewer is a proprietary computer software package for remote control, desktop sharing, online meetings, web conferencing and file transfer between computers. Use this tag for specific programming questions about TeamViewer only. Questions about the general usage of the software are off-topic.

TeamViewer connects to any PC or server around the world within a few seconds. You can remote control your partner's PC as if you were sitting right in front of it.

100 questions
10
votes
3 answers

Can't open PID file /var/run/teamviewerd.pid (yet?) after start: No such file or directory

I have installed and configured and also used TV the first time today in Nvidia jetson Xavier, but after restart Im getting this issue: teamviewerd.service: Can't open PID file /var/run/teamviewerd.pid (yet?) after start: No such file or…
Nishad Nazar
  • 371
  • 2
  • 3
  • 16
10
votes
2 answers

Extract audio / video streams from TeamViewer recording (TVS file)?

TeamViewer allows to record sessions in a proprietary format with the file extension .tvs. It can be converted to AVI with any codec installed on the local computer (using TeamViewer), but not MP4 or other container formats. The encoding to AVI is…
CodeManX
  • 11,159
  • 5
  • 49
  • 70
10
votes
2 answers

Chrome remote desktop AND android emulator

I remote(chrome remote) to my desktop which runs android studio. When I try to run the emulator from android studio, i see the window with the virtual device open. But the device doesn't power on. This is not the behavior when I use the desktop…
55597
  • 2,033
  • 1
  • 21
  • 40
8
votes
1 answer

How TeamViewer simulates Ctrl-Alt-Del on Windows programmatically?

How TeamViewer and other remote control software simulate the Alt-Ctr-Del keypress, also known as the Windows Secure Attention Sequence (SAS)? Many forums state that this is not possible, but the facts are against them. :) SendSAS function looks…
Lorlin
  • 844
  • 5
  • 15
8
votes
1 answer

How to forward Screen Capture in iOS 11 Control Center to your App?

I saw that TeamViewer allows iOS Screen Capturing by leveraging the Screen Recorder feature from the Control Center in iOS 11. As seen here: How is that possible? I checked out the ReplayKit, but couldn't find any feature that would hook up to the…
Flupp
  • 856
  • 10
  • 24
8
votes
3 answers

How to accept teamviewer license agreement from/under console at first launch

I have remote Linux machine (ubuntu 14.04) with remote SSH access and fresh installed TeamViewer 10.0.46203 (DEB). I try to launch teamviewer and obtain TeamViewer ID via ssh console by this command : $ teamviewer --info which print version,…
vasek
  • 149
  • 1
  • 1
  • 4
6
votes
1 answer

WPF application crashes when connected via Teamviewer

I have a problem when connecting with teamviewer to the device on which my WPF appliction is running. If this connection is made, my WPF application crashes with the following exception: System.Reflection.TargetInvocationException: Exception has…
Marco
  • 61
  • 5
6
votes
4 answers

Teamviewer linux without permanently running daemon

Teamviewer Linux has the annoying property of installing a permanently running daemon. This not only consumes resources but also presents a security risk. You can disable the daemon startup, however then the teamviewer client does not work anymore.
Floyd
  • 739
  • 1
  • 7
  • 20
6
votes
0 answers

cannot type some characters with mintty

Using mintty as terminal, running it like this : C:\cygwin64\bin\mintty.exe -i /Cygwin-Terminal.ico - I cannot type characters like ~,[,{ ... But I can type all those characters on the windows cmd terminal, and on cygwin default terminal, running…
trogne
  • 3,402
  • 3
  • 33
  • 50
5
votes
1 answer

Android - how teamviewer native touch works

I have already read about the android.permission.INJECT_EVENTS and the usage of Instrumentation class, but with it, your app needs system sign, and special installation form into system folder. I also have read about the adb possibilities to…
László Leber
  • 281
  • 2
  • 5
5
votes
0 answers

Fullscreen WPF app crashes when connected via TeamViewer

I've created a WPF app which works pretty stable. But there is one issue I'm not able to solve. When I connect via TeamViewer (version 11) to the tablet on which my WPF app is running (in fullscreen mode), the app crashes. Same happens when I end…
Felix
  • 2,670
  • 3
  • 13
  • 21
5
votes
3 answers

TeamViewer display ip address instead of generated Your ID

I have following problem. My operating system is Windows 8.1. I have installed VirtualBox which registered new network adapter during installation. After that TeamViewer works incorrectly. In the "Your ID" field I see two IP addresses of network…
Enigmatic
  • 333
  • 1
  • 2
  • 6
4
votes
0 answers

Connecting teamviewer in code via browser link

I have an issue that's driving me mad. I have successfully been able to connect my teamviewer session from a browser uri to my required remote resource. I achieve this by using the following uri command in the browser address bar (in reality, it's a…
jim tollan
  • 22,305
  • 4
  • 49
  • 63
3
votes
1 answer

How to SendInput to WinSta0\Winlogon desktop using C#/pinvoke

I'm writing a remote control application in C# for a suite of tech support tools. Everything works fine except that I'm unable to use SendInput to the Winlogon desktop. I'm successfully detecting the change from Default to Winlogon, and I'm able…
Jared
  • 764
  • 7
  • 17
3
votes
1 answer

Teamviewer conflicted with JNDI - use higher port numbers for outgoing (win7)

Teamviewer established an outgoing connection using the local port 1098 which is also the JNDI port. I spent 2 hours until I realized what the error was because I was focusing in the resulting exceptions, e.g. : Exception:…
Menelaos
  • 23,508
  • 18
  • 90
  • 155
1
2 3 4 5 6 7