We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This is an optional feature. If ETCD_ENDPOINTS are not specified works without Etcd subscription.
ETCD_ENDPOINTS
Every stream adapter implementing single stream generation must be able to use the augmentation of video frames and messages with data stored in Etcd.
The source subscribes to the Etcd node with two subnodes:
ETCD_USERNAME
ETCD_PASSWORD
ETCD_CA_CERT
ETCD_CLIENT_CERT
ETCD_CLIENT_KEY
ETCD_WATCH_NODE
ETCD_MESSAGE_ROUTING_LABELS_NODE
ETCD_VIDEO_FRAME_UPDATE_NODE
ETCD_VIDEO_FRAME_UPDATE_FORMAT
ETCD_CONNECT_TIMEOUT
ETCD_WATCH_PATH_INITIAL_WAIT_TIMEOUT
The text was updated successfully, but these errors were encountered:
placccebo
No branches or pull requests
This is an optional feature. If
ETCD_ENDPOINTS
are not specified works without Etcd subscription.Every stream adapter implementing single stream generation must be able to use the augmentation of video frames and messages with data stored in Etcd.
The source subscribes to the Etcd node with two subnodes:
ETCD_ENDPOINTS
);ETCD_USERNAME
,ETCD_PASSWORD
);ETCD_CA_CERT
,ETCD_CLIENT_CERT
,ETCD_CLIENT_KEY
);ETCD_WATCH_NODE
);ETCD_MESSAGE_ROUTING_LABELS_NODE
);ETCD_VIDEO_FRAME_UPDATE_NODE
);ETCD_VIDEO_FRAME_UPDATE_FORMAT
);ETCD_CONNECT_TIMEOUT
);ETCD_WATCH_PATH_INITIAL_WAIT_TIMEOUT
).The text was updated successfully, but these errors were encountered: