platypush/platypush/backend/http/app/streaming
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
..
plugins Major rewrite of the `media` routes. 2023-11-05 01:33:36 +01:00
__init__.py Refactoring the `sound` plugin to use ffmpeg as a stream converter. 2023-06-11 12:48:49 +02:00
_base.py Added `_on_error` handler to `StreamingRoute`. 2023-11-05 01:03:40 +01:00