Skip to content

Instantly share code, notes, and snippets.

@gregworley
gregworley / gist:1294450
Created October 18, 2011 02:10 — forked from bradfitz/gist:1190721
go x11 mpeg stream viewer
// X11 viewer for a MJPEG stream, such as the one obtained from the
// Android app https://market.android.com/details?id=com.pas.webcam
package main
import (
"exp/gui/x11"
"flag"
"http"
"image"