Stream to Cloud
Publish source or RTSP streams to the Lumeo Cloud so they can be accessed & processed in the cloud.
Overview
Publish source or RTSP streams to the Lumeo Cloud so they can be accessed & processed in the cloud.
Inputs & Outputs
- Input media: Raw Video.
- Output media: Raw Video.
- Output metadata: None.
Pipeline usage
Select the actual stream-producing node with source_type and the corresponding node property. Although this node is placed in a raw-video pipeline, it republishes the selected node's RTSP URI; it does not encode the incoming frame itself.
- Use
videofor a Video Source node whose pipeline definition contains an RTSP URI and source ID. - Use
stream_rtsp_outfor an Output RTSP Stream node whose pipeline definition contains a URI and stream ID. - Use
noneto leave cloud publishing disabled.
Successful startup logs RTSP, RTSPS, WebRTC, and HLS playback URLs as a deployment event.
Properties
| Property | Description | Type | Default | Required |
|---|---|---|---|---|
source_type | Source type to publish. Options: None (none); Video Source (video); Output RTSP Stream (stream_rtsp_out). | enum | video | Yes |
source_node | Select Video Source node. Conditional on source_type being video. Accepted node type: video. | string | video1 | Yes |
stream_rtsp_out_node | Select Output RTSP node. Conditional on source_type being stream_rtsp_out. Accepted node type: stream_rtsp_out. | string | stream_rtsp_out1 | Yes |
Output Metadata
Node does not insert any output metadata; upstream metadata continues through the pipeline
Updated about 22 hours ago
Did this page help you?
