Juraj Nyíri

Results 103 comments of Juraj Nyíri

One step forwards, one step back. Discovered a way how to "turn off" encryption of stream (and get state of the encryption). As I later found out this simply changes...

I analyzed chunks of data received when downloading the stream. There is always a bigger chunk, and 2 or 3 smaller chunks between the large ones. They always have length...

Updated DEV branch with code changes adding ability to record live stream. It uses the same port and communication as recordings, with following differences: - There is no need to...

@jepes1981 please come to [discord](https://discord.gg/pa54QyK) to debug the issue with running this script.

This should be possible locally by: - using the same functionality as we use for downloading recordings but request stream instead - also since it is a child device, some...

We will need to pass the stream into ffmpeg binary which would pass it to ha similarly like how is it done currently if stream functionality is disabled. As for...

https://github.com/JurajNyiri/PlexMeetsHomeAssistant/issues/32#issuecomment-908614426

I have tested https://github.com/newAM/idasen and the issue does not occur using that library on my Windows PC.

I have cloned and modified https://github.com/abmantis/idasen-ha/blob/main/cli.py#L67 to add `await desk.move_down()` (and up in another run) after `await desk.connect(ble_device, True)`. It worked as expected.

I have tested idasen-ha and idasen libraries above on a different system than HA is running on (HA is using esp bluetooth proxy) Continuing debugging; I have modified my config.yaml...