Fix camera/audio stream endpoints #264

Closed
opened 2023-05-22 15:52:22 +02:00 by blacklight · 1 comment
Owner

The endpoints used by audio and camera streaming plugins are broken after the migration from Werkzeug to a Tornado WSGI container.

It's likely that yield isn't working as intended when the wrapped Flask application returns data frames, and probably those routes need to be rewritten as native Tornado handlers.

The endpoints used by audio and camera streaming plugins are broken after the migration from Werkzeug to a Tornado WSGI container. It's likely that `yield` isn't working as intended when the wrapped Flask application returns data frames, and probably those routes need to be rewritten as native Tornado handlers.
blacklight added the
bug
label 2023-05-22 15:52:22 +02:00
blacklight self-assigned this 2023-05-22 15:52:22 +02:00
blacklight added this to the core project 2023-05-22 15:52:22 +02:00
Author
Owner

Closed by !265

Closed by !265
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: platypush/platypush#264
No description provided.