Is Gstreamer dependency for Teamviewer for Linux

I'm using Teamviewer for Linux. Recently I had to purge my GStreamer installation for compatibility with my other python scripts.

Unfortunately, it seems my TeamViewer also got broke in the process. 

I wanted to ask is Gstreamer a dependency for Teamviewer (for Linux), because I want to access certain IP based devices on the device (host) using Gstreamer.

Thanks 

Best Answer

Answers

  • Sayyam
    Sayyam Posts: 2

    Thank you for your reply. While reinstalling Teamviewer again using deb (through the terminal), it had the following dependencies:

    libqt5webkit5
    libgstreamer-plugins-base1.0-0
    libgstreamer1.0-0

    So, I guess it does. Thanks again for your help.

     

  • rolandg
    rolandg Posts: 66 ✭✭

    the teamviewer rpm does not require gstreamer as a dependency; so i assume, that it's required by the Qt5 libraries.

    the cli tool lddtree ( from pax-utils) shows the dependencies as a hierarchy;
    -->  libQt5WebKit.so.5  references the libgst libraries.