Coder Social home page Coder Social logo

kalyzee / gst-webkit Goto Github PK

View Code? Open in Web Editor NEW
10.0 10.0 7.0 1.02 MB

Collection of gst-plugins to build html overlays with webkit

Home Page: http://www.kalyzee.com

License: GNU Lesser General Public License v2.1

Makefile 0.29% Shell 96.40% C 2.85% M4 0.46%
gstreamer-html gstreamer-plugins webkit

gst-webkit's People

Contributors

lbouguerra avatar ludovic-bouguerra avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

gst-webkit's Issues

example html file?

First off, I must say it is a very nice plugin and looks very promising. I've been looking for something like this for a while.

  1. Is it required to run a webserver?
  2. Is there an example overlay html file to display? I have tried getting
gst-launch-1.0 videotestsrc ! video/x-raw, format=RGBA, width=1280, height=720 ! mixer.sink_0   webkitsrc  url="localhost:1337" ! video/x-raw, format=RGBA, width=1280, height=720 ! alpha method=green ! mixer.sink_1   videomixer name=mixer sink_0::zorder=0 sink_1::zorder=1 !  videoconvert ! autovideosink sync=FALSE

to work from the documentation. I am running a sailsjs server to test it. However, I am not able to see anything but the videotestsrc in the playback window. I am not sure if it is my html file or what I am doing wrong to display the html in the stream. I recon that this is on TODO, so I am not sure what to expect from it.

I have also tried running

gst-launch-1.0 webkitsrc url=http://localhost:1337 ! video/x-raw, format=RGBA, framerate=25/1, width=1280, height=720 ! videoconvert ! xvimagesink sync=FALSE

This is displaying a black window.

Am I doing something wrong or is it not fully developed yet?

autogen.sh fails in Ubuntu 18.04.2 LTS

In Ubuntu 18, libwebkit-dev has been succeeded by libwebkitgtk-dev (apt-get install libwebkit-dev shows failed, says it has been replaced by libwebkitgtk-dev libjavascriptcoregtk-1.0-dev)

After installing libwebkitgtk-dev and running, ./autogen.sh, I get the following message:

.
.
.
checking for ORC... yes
checking for CAIRO... yes
checking for WEBKIT... no
configure: error: 
      You need to install or upgrade WEBKIT
      apt-get install libwebkit-dev
  
configure failed

How to get the build to work?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.