Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(websocket): Change library to websocketpp #67

Merged
merged 2 commits into from
Jan 6, 2024

Commits on Dec 30, 2023

  1. feat(websocket): Change library to websocketpp

    obs-studio release doesn't carrying with QWebSocket library. Before
    we build our own one and distribute. But QT libraries cannot
    compatible across version. So everytime obs-studio upgrade their QT
    version, we need to recompile and distribute QWebSockets.
    
    After changing to websocketpp, we won't carrying QWebSockets and
    the version of our plugins can suit obs version more widely.
    
    Signed-off-by: Yibai Zhang <xm1994@gmail.com>
    summershrimp committed Dec 30, 2023
    Configuration menu
    Copy the full SHA
    e4420a9 View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2024

  1. feat(build): Update obs-plugintemplate.

    Signed-off-by: Yibai Zhang <xm1994@gmail.com>
    summershrimp committed Jan 6, 2024
    Configuration menu
    Copy the full SHA
    8dde34a View commit details
    Browse the repository at this point in the history