mirror of https://bitbucket.org/ausocean/av.git
7da843531e
added README.md files to top level packages Approved-by: kortschak |
||
---|---|---|
.. | ||
config | ||
README.md | ||
audio_linux.go | ||
audio_windows.go | ||
pipeline.go | ||
pipeline_test.go | ||
revid.go | ||
revid_test.go | ||
senders.go | ||
senders_test.go | ||
utils.go |
README.md
Readme
Package revid provides an API for a media capture/processing/forwarding pipeline. The API is exposed in revid.go.
Configuration is handled by the config package.
Pipeline setup is handled in pipeline.go, where components of the pipeline are pulled mostly from internal packages i.e. lexers, filters, packetisation and protocols for forwarding.
Sending is handled by "senders", defined in the senders.go file.
Contributing
See here under "Contributing" for information on how to contribute.
License
See here under "License" for licensing.