jaredpetersen / raspilive

📷 Stream video from the Raspberry Pi Camera Module to the web
MIT License
145 stars 33 forks source link

GO Rewrite #48

Closed jaredpetersen closed 3 years ago

jaredpetersen commented 3 years ago

I've decided to rewrite the application in GO and rebrand to raspilive.

This was motivated by a couple of limitations:

This rewrite seeks to address these issues.

I've made pretty good progress so far on the golang-rewrite branch.

This issue is mainly to track progress on that effort.

Stuff that needs to be done:

Stretch goals:

jaredpetersen commented 3 years ago

RTMP support will go into the next release. I'm trying to limit the amount of change going on at one time.

The FFmpeg logs would be pretty much useful for debugging only and would tend to clutter up the logs otherwise. Going to leave that out of the release as well.