platypush/platypush/plugins/media/chromecast
Fabio Manganiello 33d4c8342d
continuous-integration/drone/push Build is passing Details
[#389] Possible fix for "Too many open files" media issue.
It seems that the process keeps a lot of open connections to Chromecast
devices during playback.

The most likely culprit is the `_refresh_chromecasts` logic.

We should start a `cast` object and register a status listener only if a
Chromecast with the same identifier isn't already registered in the
plugin.
2024-04-15 23:01:10 +02:00
..
__init__.py [#389] Possible fix for "Too many open files" media issue. 2024-04-15 23:01:10 +02:00
_listener.py [`media.chromecast`] Full plugin rewrite. 2023-11-12 03:08:54 +01:00
_subtitles.py [`media.chromecast`] Full plugin rewrite. 2023-11-12 03:08:54 +01:00
_utils.py [`media.chromecast`] Full plugin rewrite. 2023-11-12 03:08:54 +01:00
manifest.yaml [#316] Added RPM dependencies. 2023-09-21 23:20:06 +02:00