Playstation 4 in Virtual Environment not connect

Hello everybody.
I am trying to connect to the playstation 4 integration.
I can’t get the second screen app to detect the home assistant.
These lines of code open ports 987 and 997 for me to connect?

sudo setcap 'cap_net_bind_service=+ep' /usr/local/bin/python3.8
readlink -f bin/python3

I check the ports and they are not listening

netstat --tcp --listening --programs --numeric
(Not all processes could be identified, non-owned process info
 will not be shown, you would have to be root to see it all.)
Active Internet connections (only servers)
Proto Recv-Q Send-Q Local Address           Foreign Address         State       PID/Program name
tcp        0      0 0.0.0.0:80              0.0.0.0:*               LISTEN      -
tcp        0      0 0.0.0.0:22              0.0.0.0:*               LISTEN      -
tcp        0      0 0.0.0.0:8123            0.0.0.0:*               LISTEN      -
tcp        0      0 0.0.0.0:1883            0.0.0.0:*               LISTEN      -
tcp        0      0 127.0.0.1:47399         0.0.0.0:*               LISTEN      -
tcp6       0      0 :::80                   :::*                    LISTEN      -
tcp6       0      0 :::22                   :::*                    LISTEN      -
tcp6       0      0 :::8123                 :::*                    LISTEN      -
tcp6       0      0 :::1883                 :::*                    LISTEN      -
tcp6       0      0 :::3306                 :::*                    LISTEN      -

thanks