platypush/platypush/backend/http/media
Fabio Manganiello e45fb9c8ac
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
..
handlers Major rewrite of the media routes. 2023-11-05 01:33:36 +01:00
__init__.py Support for media streaming over internal HTTP server 2019-02-07 14:27:14 +01:00