Go to file
Saxon Nelson-Milton b06969b6b6 Return from Noop lex routine
In the Noop lexer we start a routine that's responsible for output
of the written frames at a consistent rate (to make certain
destinations happy i.e. youtube). We weren't however returning
from this in the case that the lexing function is returned, we'd
therefore then be left with a hanging routine (this would
eventually keep happening until stack overflow if had long enough
runtime for the service; not a big deal for systemd services, but
still crappy). So, now we create a context which is cancelled when
when the lex function returns and can detect this in the output
routine.
2024-04-07 00:30:27 +00:00
.circleci Update go version in .circleci/config.yml 2023-05-01 13:16:55 +09:30
cmd Merged in 441-fix-check-samplerate (pull request #532) 2024-02-09 06:28:45 +00:00
codec Return from Noop lex routine 2024-04-07 00:30:27 +00:00
container Include PID in mts.FindPid error 2023-11-12 06:42:45 +00:00
device alsa: Fix sample rate negotiation (#441) 2024-02-29 15:20:42 +10:30
exp cmd: add program for unwrapping MTS media to a local file 2023-11-30 03:52:25 +00:00
filter filter: change build tags to allow build withcv 2023-09-06 18:27:55 +09:30
init init: check if build tags exist before running go build 2023-10-03 07:52:52 +00:00
protocol run gofmt 2022-11-06 17:25:28 +10:30
revid Shutdown mode 2023-12-15 05:12:28 +00:00
scripts scripts/wifi-off-delay: turn wifi off after 20 minutes regardless of connection 2023-10-20 06:25:10 +00:00
turbidity Invert tag for inclusion of CV functionality 2022-11-13 08:19:12 +10:30
Makefile providing install_soft build target 2022-06-01 14:06:59 +09:30
README.md providing install_soft build target 2022-06-01 14:06:59 +09:30
contributors.txt providing install_soft build target 2022-06-01 14:06:59 +09:30
go.mod Bump iot 142 2024-02-20 02:54:33 +00:00
go.sum Bump iot 142 2024-02-20 02:54:33 +00:00
gpl.txt providing install_soft build target 2022-06-01 14:06:59 +09:30

README.md

Readme

av is a collection of tools and packages written in Go for audio-video processing.

Various tools are provided for media capture and playback (cmd).

There are packages providing support for various codecs (codec), container formats (container), input devices (device), filters (filter), protocols (protocol) and media capture processing and forwarding (revid).

Contributing

If you wish to contribute to this project, please contact info@ausocean.org for permissions. Pull requests require an accompanying issue. Please see av issue for current issues, or creation of an issue.

License

Copyright (C) 2017-2021 the Australian Ocean Lab (AusOcean).

This is free software: you can redistribute it and/or modify them under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

It is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License or more details.