Skip to content

Instantly share code, notes, and snippets.

@milosilic
milosilic / Good IOS RTSP Player.md
Created May 22, 2017 14:17 — forked from oc2pcoj/Good IOS RTSP Player.md
iOS RTSP player for IP video cameras
@milosilic
milosilic / client.js
Created December 29, 2016 18:43 — forked from hagino3000/client.js
WebSocket with binary data
var socket = null;
function bootstrap() {
// 適当な図形を描画
var c = document.getElementById('mycanvas');
var ctx = c.getContext('2d');
ctx.globalalpha = 0.3;
for(var i=0; i<1000; i++) {
ctx.beginPath();