GitXplorerGitXplorer
m

mjpeg-extract

public
0 stars
1 forks
0 issues

Commits

List of commits on branch master.

No commits found

There are no commits on branch master.

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.