CO2020

Results 4 comments of CO2020

I have the same problem. I am running Ubuntu 20.04 and even tried to use the static ports (#196). Do you have any advice? ``` ./rpiplay -d Initialized server socket(s)...

@Waester I get the following output: ``` ss -tunp | grep rpiplay tcp ESTAB 0 0 192.168.179.160:7000 192.168.179.139:50293 users:(("rpiplay",pid=21836,fd=30)) tcp ESTAB 0 0 192.168.179.160:7100 192.168.179.139:50294 users:(("rpiplay",pid=21836,fd=32)) tcp ESTAB 0 0...

@Waester It seems fine. I get the following output: ``` Paketlisten werden gelesen... Fertig Abhängigkeitsbaum wird aufgebaut. Statusinformationen werden eingelesen.... Fertig libavahi-compat-libdnssd1 ist schon die neueste Version (0.7-4ubuntu7). libgstreamer-plugins-base1.0-0 ist...

I’m using Ubuntu 20.04 with nvidia drivers. ``` sudo apt remove gstreamer1.0-vaapi sudo apt autoremove ``` - build it again - it works! Thanks! _Originally posted by @fduncanh in https://github.com/antimof/UxPlay/issues/27#issuecomment-757442460_