av/codec
Saxon Nelson-Milton a4a9ab07f8 cmd/vidforward/main.go: add control API endpoint with PUT and DELETE methods
This change removes usage of netsender to provide remote
configuration of the service and replaces with a basic control
REST API with PUT and DELETE methods. PUT requests add or update
a broadcast, and DELETE removes a broadcast. In addition to these
changes, some modification of the NOOP lexer has been performed
including tuning of the controller.
2022-11-14 20:46:21 +10:30
..
adpcm providing install_soft build target 2022-06-01 14:06:59 +09:30
codecutil cmd/vidforward/main.go: add control API endpoint with PUT and DELETE methods 2022-11-14 20:46:21 +10:30
h264 providing install_soft build target 2022-06-01 14:06:59 +09:30
h265 codec/h265: Lexer -> Extractor 2020-03-28 00:43:35 +10:30
jpeg using latest version of utils and using latest logging package 2022-05-27 15:42:58 +09:30
pcm alsa: refactor DataSize function 2020-12-24 10:55:44 +10:30
README.md added README.md files to top level packages 2021-04-11 11:19:37 +09:30

README.md

Readme

codec provides support for various audio, video and image codecs.

Contributing

See here under "Contributing" for information on how to contribute.

License

See here under "License" for licensing.