GitXplorerGitXplorer
m

mjpeg-extract

public
0 stars
1 forks
0 issues

Commits

List of commits on branch master.
Unverified
a23d928ff67798543856c30f7828a7a41f5179f5

Clean up the syntax some more

mmcolyer committed 8 years ago
Unverified
820a5a0907293815e1d6c21d8727897c803b6e48

Reimplement based on go-mjpeg

mmcolyer committed 8 years ago
Unverified
42cebfff0ccbf279486c922d806ce8b5cf78cba0

Add note about go's multipart parsing

mmcolyer committed 9 years ago
Unverified
3bfc0034e66ab160c34e995274c3a6e4e42f6eea

Use frame.jpg by default

mmcolyer committed 9 years ago
Unverified
69a06693518a12a6a969f9b120be68b0d7f9e81e

Initial version

mmcolyer committed 9 years ago

README

The README file for this repository.

A simple golang program to extract a single frame from an mjpeg stream. In my specific case from IP Webcam

go build

# Raspberry Pi
env GOOS=linux GOARCH=arm GOARM=5 go build

This program would have been a lot shorter if go's multipart parsing was more robust.