platypush/platypush/backend/http/app
Fabio Manganiello e45fb9c8ac
continuous-integration/drone/push Build is passing Details
Major rewrite of the `media` routes.
- Streaming and media subtitles endpoints moved from Flask to Tornado
  routes - the old Flask streaming route no longer worked behind a
  Tornado server.

- Storing the streaming state on Redis rather than in a local variable,
  or different Tornado processes may end up with different copies of the
  registry.

Closes: #336
2023-11-05 01:33:36 +01:00
..
mixins [Shell plugin] Added support for async output over websockets. 2023-10-18 03:00:51 +02:00
routes Major rewrite of the `media` routes. 2023-11-05 01:33:36 +01:00
streaming Major rewrite of the `media` routes. 2023-11-05 01:33:36 +01:00
utils Refactored `utils.bus.send_request`. 2023-11-04 16:22:27 +01:00
ws [Shell plugin] Added support for async output over websockets. 2023-10-18 03:00:51 +02:00
__init__.py Support for specifying the application Redis queue from the command line or service constructor 2021-03-06 19:22:13 +01:00