mirror of https://bitbucket.org/ausocean/av.git
79b0a49994
Config.RTMPURL was being appended when updated, which means that it would just continue to grow, and by the time we actually try to use the RTMP URLs that are stored, we end up using old ones. Instead this should just be completely replaced. |
||
---|---|---|
.. | ||
config | ||
README.md | ||
audio_darwin.go | ||
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.
Building the revid package requires gocv.io/x/gocv to be installed. On platforms
where this is not available, a reduced functionality package can be built using
the withcv
build tag.
Contributing
See here under "Contributing" for information on how to contribute.
License
See here under "License" for licensing.