Skip to content

Instantly share code, notes, and snippets.

View RomainKurtz's full-sized avatar

Romain Kurtz RomainKurtz

View GitHub Profile
@RomainKurtz
RomainKurtz / MySingleton.js
Last active September 20, 2015 19:51 — forked from jasonwyatt/MySingleton.js
Singleton Pattern with Require JS
define(function(){
var instance = null;
function MySingleton(){
if(instance !== null){
throw new Error("Cannot instantiate more than one MySingleton, use MySingleton.getInstance()");
}
this.initialize();
}
@RomainKurtz
RomainKurtz / adn-css-render-demo.html
Created February 24, 2016 18:28 — forked from leefsmp/adn-css-render-demo.html
CSS3D Renderer Demo
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>ADN CSS3D Demo</title>
<style>
body {
background-color: #ffffff;
margin: 0;
overflow: hidden;
@RomainKurtz
RomainKurtz / casparcg_ndi_instructions.md
Created June 25, 2017 19:41
How to get NDI output to work in CasparCG

How to get NDI output to work in CasparCG

  1. Install NewTek Network Video Send.exe
  2. Install NewTek NDI AirSend Updater.exe
  3. The AirSend Updater has a bug, and will not properly copy the x64 version of the DLL to the correct place. So, you'll need to manually copy C:\Program Files\NewTek\NewTek NDI AirSend Updater\Processing.AirSend.x64.dll to C:\Windows\System32\, overwriting the existing file.
  4. Restart your PC.
  5. Configure the CasparCG Server to use a Newtek iVGA output. Even though it says iVGA, it will actually be outputting NDI thanks to the updated AirSend DLLs.
  • You can do this manually by adding a `` consumer to your casparcg.config, or you can do it via the third-party [Caspar