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 video for a Video Source node whose pipeline definition contains an RTSP URI and source ID.
  • Use stream_rtsp_out for an Output RTSP Stream node whose pipeline definition contains a URI and stream ID.
  • Use none to leave cloud publishing disabled.

Successful startup logs RTSP, RTSPS, WebRTC, and HLS playback URLs as a deployment event.

Properties

PropertyDescriptionTypeDefaultRequired
source_typeSource type to publish. Options: None (none); Video Source (video); Output RTSP Stream (stream_rtsp_out).enumvideoYes
source_nodeSelect Video Source node. Conditional on source_type being video. Accepted node type: video.stringvideo1Yes
stream_rtsp_out_nodeSelect Output RTSP node. Conditional on source_type being stream_rtsp_out. Accepted node type: stream_rtsp_out.stringstream_rtsp_out1Yes

Output Metadata

Node does not insert any output metadata; upstream metadata continues through the pipeline


Did this page help you?