RTSPInput.h File
RTSPInput Node — source that reads from an RTSP server. More...
Included Headers
#include "builder/Node.h"
#include <memory>
#include <string>
#include <vector>
Namespaces Index
| namespace | simaai |
| namespace | neat |
| namespace | nodes |
Classes Index
| class | RTSPInput |
|
RTSP source Node — pulls a stream from an RTSP URL. More... | |
Description
RTSPInput Node — source that reads from an RTSP server.
Wraps rtspsrc. Place at the head of a Session that consumes a network camera or other RTSP stream; downstream stages typically chain RTP depayload and an H.264 decoder. Because it carries InputRole::Source, the Session is driven with Run::run() (no push()).
File Listing
The file content with the documentation metadata removed is:
17namespace simaai::neat {
31 RTSPInput(std::string url, int latency_ms = 200, bool tcp = true, bool drop_on_latency = false,
32 std::string buffer_mode = "");
39 std::string user_label() const override {
43 InputRole input_role() const override {
47 NodeCapsBehavior caps_behavior() const override {
52 std::string backend_fragment(int node_index) const override;
54 std::vector<std::string> element_names(int node_index) const override;
61 int latency_ms() const {
69 bool drop_on_latency() const {
73 const std::string& buffer_mode() const {
87namespace simaai::neat::nodes {
Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.9.8.