I'm using the latest version of pyrdp
When I run:
venv/bin/pyrdp-player.py /mnt/d/rdpdebug/19700101000000_191.101.157.12%3A50217-10.0.13.101%3A3389.pyrdp
I get this log at the bottom of the screen
--------------------
HOST: iPhone
--------------------
--------------------
USERNAME: Administrator
PASSWORD: MYPASSWORD
DOMAIN:
--------------------
notepad
<Return pressed>
<Return released>hellhello world!
<Connection closed>
But when I run:
venv/bin/pyrdp-player.py --headless /mnt/d/rdpdebug/19700101000000_191.101.157.12%3A50217-10.0.13.101%3A3389.pyrdp
I get either this debug out file
[2023-07-28 14:49:28,808] - INFO - pyrdp - Starting PyRDP Player in headless mode.
or this from stdout
== REPLAY FILE: 19700101000000_191.101.157.12%3A50217-10.0.13.101%3A3389.pyrdp -------------------- HOST: iPhone -------------------- -- END --------------------------------
They should be the same
I'm using the latest version of pyrdp
When I run:
venv/bin/pyrdp-player.py /mnt/d/rdpdebug/19700101000000_191.101.157.12%3A50217-10.0.13.101%3A3389.pyrdpI get this log at the bottom of the screen
But when I run:
venv/bin/pyrdp-player.py --headless /mnt/d/rdpdebug/19700101000000_191.101.157.12%3A50217-10.0.13.101%3A3389.pyrdpI get either this debug out file
or this from stdout
They should be the same