Philipp Hahn

Results 64 comments of Philipp Hahn

This (or something similar) also happened for me: I spent some time investigating this issue and it seems to be audio related: The cut-points are oriented on the video frames,...

> So I checked the original file to see if the csv output also generates empty lines. Check out this output - some lines are empty, other are not: >...

> @ratcashdev > Your version doesn't work on Arch Linux. I had to change the args in `getKeyFrames` into `'packet=pts_time,dts_time,flags', '-of', 'csv'`, and change the ffprobe result parsing into: ......

`vncdotool` currently only supports connecting via plain TCP socket, not via a WebSocket (`ws://`)

Version `0.12.1` is way to old and many things changed since than. Please give the current version from git branch `main` a try: > pip install git+https://github.com/sibson/vncdotool.git@main It will also...

There is no version `11.0` of `vncdotool`: please provide that information. Have you checked using `vncdotool.client.VMWareFactory` and/or `vncdotool.client.VMWareClient` as VMware already required some work-around in the past. Running `tcpdump` or...

If you use the API can you try out the `VMWareFactory` just to see if that hack solves your problem: ```python import vncdtool.api import vncdotool.client with vncdotool.api.connect(…, factory_class=vncdotool.client.VMWareFactory) as api:...

`vncdotool -s $HOST:$PORT capture screen.png` works fine for me. Maybe this 5 year old bug can be closed?

> I experience exactly the same issue with TightVNCServer... What does "exactly" mean: You use that 5 year old version and got a black screen? Please(!) provide **actionable** data, e.g....