• This repository has been archived on 05/Dec/2022
  • Stars
    star
    661
  • Rank 68,192 (Top 2 %)
  • Language
    C++
  • License
    GNU Lesser Genera...
  • Created over 9 years ago
  • Updated almost 3 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

[ABANDONED] libvlc binding for Electron

WebChimera.js

libvlc binding for Electron

Join the chat at https://gitter.im/RSATom/WebChimera Join the chat at https://discord.gg/3h3K3JF

Demos

Docs

Known issues and workarounds

Prebuilt binaries

Using prebuilt on Windows

  • download WebChimera.js_*_VLC_*_win.zip corresponding to your engine and extract to node_modules

Using prebuilt on Mac OS X

  • download WebChimera.js_*_osx.tar.gz corresponding to your engine and extract to node_modules

Using prebuilt on Linux

  • install VLC (for apt based distros: sudo apt-get install vlc)
  • npm install webchimera.js --ignore-scripts
  • download WebChimera.js_*_linux.zip and extract to webchimera.js\Release

Build Prerequisites

Windows

Mac OS X

Linux

for apt based distros:

  • $ sudo apt-get install build-essential cmake libvlc-dev

Build from sources

Windows

  • git clone --recursive https://github.com/RSATom/WebChimera.js.git
  • cd WebChimera.js
  • build_electron.cmd

Mac OS X & Linux

  • git clone --recursive https://github.com/RSATom/WebChimera.js.git
  • cd WebChimera.js
  • ./build_electron.sh

More Repositories

1

QmlVlc

[ABANDONED] libvlc wrapper for Qt Quick 2/Qml
C++
139
star
2

WebChimera

[DEPRECATED] Web browser plugin based on Vlc + Firebreath + Qt Quick 2/Qml
C++
83
star
3

Qt

Some Qt releases snapshots
56
star
4

wcjs-gs

[proof-of-concept] WebChimera.js GStreamer editon
C++
42
star
5

libvlc-sdk

libvlc headers and MSVC libs
C
41
star
6

QmlVlcDemo

[ABANDONED] Simple demo app for QmlVlc lib
QML
40
star
7

wcjs-ugly-demo

basic demo for WebChimera.js
JavaScript
30
star
8

RtspRestreamServer

[ABANDONED][Proof-of-concept] RTSP restream server based on Gstreamer RTSP Server
C++
30
star
9

rtsp-test-server

simple server providing some test rtsp streams
C++
29
star
10

janus-gstreamer-plugin

[POC] GStreamer plugin for Janus Gateway
C++
29
star
11

janus-gateway-snap

Helper repo for build Janus WebRTC Server on build.snapcraft.io and launchpad.net
Shell
28
star
12

fbvlc

[DEPRECATED] Vlc Web Plugin based on FireBreath.
C++
27
star
13

ya-libvlc-wrapper

yet another c++ libvlc wrapper...
C++
18
star
14

QuickLayer

[POC][Abandoned] Helper lib to render Qml on Core Animation Layer on Mac OS X (done, but needs some optimizations)
C++
17
star
15

QmlVideoProducer

demo project for habrahabr.ru
C++
15
star
16

light-pop3-smtp

extremely lightweight c++ implementation of smtp and pop3 client protocols
C++
12
star
17

WebChimera-desktop

[ABANDONED] Media player with fully customizable UI. It's the successor of WebChimera browser plugin.
C++
10
star
18

YouTubeLiveStreamer

Streams IP Cams to YouTube Live.
C++
4
star
19

CxxPtr

RAII helpers for some C pointers
C++
3
star
20

string-format

simple string formating utility class for c++
C++
3
star
21

JanusVideoroomStreamer

[POC] Restream from any source supported by GStreamer to Janus Videoroom.
C++
3
star
22

IpCamBox

[SUSPENDED] ipcams restream toolset
C++
2
star
23

janus-ptt-audiobridge-plugin

[WIP] Janus Push-To-Talk Audio Room plugin based on Janus Audiobridge plugin
C++
2
star
24

vlc

VLC with bugfixes
C
2
star
25

vmem2

[WIP] intended to solve most of libvlc's vmem issues
C++
2
star
26

node-addon-api-helpers

[WIP] Some helpers to simplify use Node.js C++ napi
C++
1
star
27

hexcodec

Utility functions for encode and decode hex strings. Don't using any external libs, only pure C++.
C++
1
star