Skip to content

Releases: bezineb5/go-h264-streamer

Upgraded to golang 1.21

21 Jan 11:28
Compare
Choose a tag to compare
  • Updated dependencies
  • Migrated to use the new slog logging package

Immediately flush video data

30 Sep 17:09
Compare
Choose a tag to compare

Added --flush parameter to raspivid/libcamera to the pipe.

Autodetect libcamera

14 Aug 06:40
Compare
Choose a tag to compare

Added new field AutoDetectLibCamera. Set it to true to use libcamera stack if found, legacy stack otherwise.

Removed fatal logs

12 Aug 21:27
Compare
Choose a tag to compare

Errors in initializations were Fatal, ending the application.

[BUGFIX] Video was not stopped when connection channel was closed

06 Jun 09:01
Compare
Choose a tag to compare

Fix for a bug when shutting down the upstream connection channel did not stop the video streaming.

Add support for libcamera

23 Jan 18:54
Compare
Choose a tag to compare

Added optional support for libcamera-vid instead of raspivid.

Correct start/stop of raspivid

09 Jul 16:59
Compare
Choose a tag to compare

When no client consumes the video stream, raspivid is stopped. It is restarted again when new clients connect.

Added camera options

28 Jun 03:15
Compare
Choose a tag to compare
v0.2.0

Added options

v0.1.0

27 Jun 22:38
Compare
Choose a tag to compare
Changed module name