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

Conversation

summershrimp
Copy link
Owner

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.

@summershrimp summershrimp self-assigned this Nov 30, 2023
@summershrimp summershrimp marked this pull request as draft November 30, 2023 06:31
@summershrimp summershrimp linked an issue Nov 30, 2023 that may be closed by this pull request
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 summershrimp force-pushed the migrate_websocketpp branch 14 times, most recently from b78252f to a520147 Compare January 4, 2024 16:44
@summershrimp summershrimp force-pushed the migrate_websocketpp branch 2 times, most recently from 8262552 to a447a3f Compare January 6, 2024 11:53
Signed-off-by: Yibai Zhang <xm1994@gmail.com>
@summershrimp summershrimp marked this pull request as ready for review January 6, 2024 12:00
@summershrimp summershrimp merged commit 3e8e12f into master Jan 6, 2024
6 checks passed
@summershrimp summershrimp deleted the migrate_websocketpp branch January 8, 2024 14:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Cannot run on OBS 30.0
1 participant