2017 © Pedro Peláez
 

library obs-qtwebkit

Plantillas de instancias del plugin obs-qtwebkit

image

skrosoft/obs-qtwebkit

Plantillas de instancias del plugin obs-qtwebkit

  • Tuesday, November 22, 2016
  • by skrosoft
  • Repository
  • 1 Watchers
  • 0 Stars
  • 13 Installations
  • HTML
  • 1 Dependents
  • 0 Suggesters
  • 13 Forks
  • 0 Open issues
  • 4 Versions
  • 0 % Grown

The README.md

About

This is a browser source plugin for obs-studio (https://github.com/jp9000/obs-studio) based on QtWebkit library. This plugin is Linux only., (*1)

Currently does not support interaction with the web page, but it might be added later., (*2)

Building

Make sure you have necessary dependencies installed, which are obs-studio and qt5 and qt5-webkit development packages. You may need to set OBS_INCLUDE and OBS_LIB env variables (see Makefile)., (*3)

On Ubuntu 16.04 LTS you may need to install the developer libraries to compile. - sudo apt-get install qtbase5-dev - sudo apt-get install libqt5webkit5-dev, (*4)

Run make in the obs-qtwebkit directory to build the plugin. If your OBS version is < 0.11.2, run OBS_PLUGIN_BUILD_OLD=1 make., (*5)

Installing

Run make install to copy plugin binaries into $HOME/.config/obs-studio/plugins. If your OBS version is < 0.11.1, run OBS_PLUGIN_INSTALL_OLD=1 make install., (*6)

Design choices

Rendering web pages is done using QWebFrame, which only works in the main thread. Because of that, rendering is done in a child process. Currently, the process is restarted every time user changes source's properties, it would be nice to avoid that., (*7)

The Versions

22/11 2016

dev-master

9999999-dev

Plantillas de instancias del plugin obs-qtwebkit

  Sources   Download

MIT

by Vincent Guyard

22/11 2016

v0.3

0.3.0.0

Plantillas de instancias del plugin obs-qtwebkit

  Sources   Download

MIT

by Vincent Guyard

22/11 2016

v0.2

0.2.0.0

Plantillas de instancias del plugin obs-qtwebkit

  Sources   Download

MIT

by Vincent Guyard

22/11 2016

v0.1

0.1.0.0

Plantillas de instancias del plugin obs-qtwebkit

  Sources   Download

Private

by Vincent Guyard