Vasilis Koulis
Vasilis Koulis
I think I've encountered this issue before and it had to do with the **idle** module. You could try installing **xprintidle** package or try adding the **idle** to the exclude...
I found the issue on the idle module. It's using the `dbus_idle` package which I've updated it, so I would recommend updating this to version `2024.3.0`. This should be done...
You should try the new version of LNXlink 2024.4.0.
This seems to be inactive so I am closing it. The fix was introduced with the new version of dbus_idle.
I had the same issue but I found how to fix it and it works perfectly. Edit the [stream.py](https://github.com/AlexxIT/StreamAssist/blob/main/custom_components/stream_assist/core/stream.py#L30) file and remove line with **allowed_media_types**. I am not sure if...
I've created a very simple script with the options you are using on the stream.py file: ```python import av kwargs = { 'options': { 'fflags': 'nobuffer', 'flags': 'low_delay', 'timeout': '5000000',...
You can use an automation with a trigger like this: ```yaml platform: event event_type: state_changed event_data: entity_id: sensor.name_of_camera_intent # Replace name_of_camera with your stream_assist device name ```
I've tried it on other cameras, like Tapo and it also doesn't support allowing audio media type. I've pushed a new commit that contains an option for allowing all media...
I didn't know about the `?audio` option on go2rtc, thanks for pointing that out. Even with this working, there is a practical application for this PR for people that use...
Not everybody is using go2rtc for their cameras, so it's practical to have the option to allow all media types. If you find that it's not useful, feel free to...