txproto
txproto copied to clipboard
Scriptable multimedia sandbox. Captures, streams and records from a variety of sources.
Also contains a try to make the API more future proof.
This will allow to free stuff inside the userdata.
Hi, I'm doing some local testing on Alpine using their packaging tools and ran into an issue with meson because of the way Alpine's [lua packages are named.](https://pkgs.alpinelinux.org/packages?name=lua5.4) As a...
Add Flake for reproducible development environment & builds with Nix.
Allow to forward txproto logs to an external logger.
* The initial naming of `tx_epoch_set()` didn't reflect the underlying API * Just expose system clock
- Added a `replace_node.c` example showing how one can hot-swap a filtergraph - Added a `send_eos` init option to control whether filters send EOS when destroyed - Added a new...
To reproduce, push to a non-existent RTMP server, e.g. ```diff diff --git a/DOCS/examples/stream_to_twitch.lua b/DOCS/examples/stream_to_twitch.lua index b0534b1..c854aad 100644 --- a/DOCS/examples/stream_to_twitch.lua +++ b/DOCS/examples/stream_to_twitch.lua @@ -75,7 +75,7 @@ function main(...) encoder_a.link(filter_audio, "out0") muxer...