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

Linux support #23

Open
Freso opened this issue May 18, 2018 · 1 comment
Open

Linux support #23

Freso opened this issue May 18, 2018 · 1 comment

Comments

@Freso
Copy link

Freso commented May 18, 2018

Apparently, Linux isn't supported (yet):

#ifdef TSW_WEBVIEW_WIN32
#include "windows/webview-windows.h"
#elif defined(TSW_WEBVIEW_WKWEBVIEW)
#include "mac/webview-wkwebview.h"
#else
#error "Not supported on this platform yet."
#endif

This plugin would be very useful on Linux too, so this is a formal request for Linux support. :)

@caitp
Copy link
Owner

caitp commented May 18, 2018

Pull requests welcome! — But to be honest, I’m not even sure this is still working, if twitch’s API or libobs has changed since the initial work.

This thing really needs a general redesign, maybe embedding WebKit (we might get QtWebKit for free with libobs?) instead of trying to use platform browser components.

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

No branches or pull requests

2 participants