UdpH264OutputGroup.h File
UdpH264OutputGroup — H.264 encode plus RTP packetize 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 | UdpH264OutputGroupOptions |
|
Configuration for UdpH264OutputGroup. More... | |
Description
UdpH264OutputGroup — H.264 encode plus RTP packetize plus UDP send.
Bundles an H.264 encoder, an RTP H.264 payloader, and a udpsink so a Session can stream its rendered output to a remote receiver as RTP/H.264 over UDP. Typical placement: tail end of a Session that wants to broadcast detection results to a VLC-style viewer or a downstream analytics host.
- See Also
UdpOutputGroupG
- See Also
ImageToH264RtspGroup
File Listing
The file content with the documentation metadata removed is:
20namespace simaai::neat::nodes::groups {
30struct UdpH264OutputGroupOptions {
32 int payload_type = 96;
33 int config_interval = 1;
53simaai::neat::NodeGroup UdpH264OutputGroup(const UdpH264OutputGroupOptions& opt);
Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.9.8.