You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the web_video_server uses http to serve video using the async_web_server_cpp library. This library has support for websockets, as I understand it. Are there any plans to use websocket transport for streaming video in the future? What level of effort is needed?
I'm happy to help implement this capability, but I would need some guidance about what high-level tasks are required and where any potential pitfalls may exist. Thanks for this great library!
The text was updated successfully, but these errors were encountered:
Currently, the
web_video_server
uses http to serve video using theasync_web_server_cpp
library. This library has support for websockets, as I understand it. Are there any plans to use websocket transport for streaming video in the future? What level of effort is needed?I'm happy to help implement this capability, but I would need some guidance about what high-level tasks are required and where any potential pitfalls may exist. Thanks for this great library!
The text was updated successfully, but these errors were encountered: