UdpOutputGroupG.h File
UdpOutputGroupG — generic render plus mux plus UDP send. More...
Included Headers
#include "builder/NodeGroup.h"
#include <string>
Namespaces Index
| namespace | simaai |
| namespace | neat |
| namespace | nodes |
| namespace | groups |
Classes Index
| struct | UdpOutputGroupGOptions |
|
Configuration for UdpOutputGroupG. More... | |
Description
UdpOutputGroupG — generic render plus mux plus UDP send.
A more generic UDP-output preset than UdpH264OutputGroup: bundles an optional render stage (driven by render_config), an encode/mux step, and a UDP sink so Sessions can broadcast rendered output without committing to a specific encoder configuration up front. Typical placement: tail end of a Session that needs a configurable render+stream-out path.
- See Also
UdpH264OutputGroup
File Listing
The file content with the documentation metadata removed is:
20namespace simaai::neat::nodes::groups {
30struct UdpOutputGroupGOptions {
31 std::string render_config;
35 int bitrate_kbps = 4000;
36 int payload_type = 96;
37 int config_interval = 1;
58simaai::neat::NodeGroup UdpOutputGroupG(const UdpOutputGroupGOptions& opt);
Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.9.8.