Skip to content

Instantly share code, notes, and snippets.

View robin-raymond's full-sized avatar

Robin Raymond robin-raymond

  • Ottawa, Ontario, Canada
View GitHub Profile
Run here:
http://sandbox.onlinephpfunctions.com/
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..956d759
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,6 @@
+/dl/openmax_dl*_win10_*.xml
+/dl/openmax_dl*.vcxproj.filters
+/dl/openmax_dl*.vcxproj
+/dl/openmax_dl*_win10_*.targets
diff --git a/.gitignore b/.gitignore
index b0e9574..5360877 100644
--- a/.gitignore
+++ b/.gitignore
@@ -33,3 +33,6 @@ source/*.o
# Files generated by perf
perf.data
perf.data.old
+*.vcxproj.filters
+*.vcxproj
// Assume we have an audioTrack and a videoTrack to send.
// Assume also that we have a signaling function called signaller and a myCapsToSendParams library function.
// Create the ICE gatherer and transport. Since we are multiplexing RTP/RTCP and A/V we only need one.
var gatherOptions = new RTCIceGatherOptions;
gatherOptions.gatherPolicy = RTCIceGatherPolicy.all;
gatherOptions.iceservers = ... ;
var iceGatherer = new RTCIceGatherer(gatherOptions);
iceGatherer.onerror = errorHandler;
iceGatherer.onlocalcandidate = function (event) {signaller.mySendLocalCandidate(event.candidate);}
var iceTransport = new RTCIceTransport();
PhaseScriptExecution Action\ \"Compile\ and\ copy\ libjpeg\ via\ ninja\" /Users/robin/Library/Developer/Xcode/DerivedData/ortc-lib-sdk-fcfnxuibaiftdiclqclgylxozfgk/Build/Intermediates/all_osx.build/Debug/libjpeg.build/Script-1443DB73643B73284DB9714F.sh
cd /Users/robin/Documents/Hookflash/Repos/ortc/github/ortc-lib-sdk/libs/webrtc
/bin/sh -c /Users/robin/Library/Developer/Xcode/DerivedData/ortc-lib-sdk-fcfnxuibaiftdiclqclgylxozfgk/Build/Intermediates/all_osx.build/Debug/libjpeg.build/Script-1443DB73643B73284DB9714F.sh
note: Compile and copy libjpeg via ninja
ninja: Entering directory `./out_mac/Debug'
ninja: warning: premature end of file; recovering
[1/178] CC obj.host/chromium/src/third_party/yasm/source/patched-yasm/tools/genperf/genperf.genperf.o
[2/178] CC obj.host/chromium/src/third_party/yasm/source/patched-yasm/tools/genperf/genperf.perfect.o
[3/178] CC obj.host/chromium/src/third_party/yasm/source/patched-yasm/tools/re2c/re2c.dfa.o