1. Packages
  2. Cloudflare Provider
  3. API Docs
  4. getStreamLiveInput
Cloudflare v6.0.1 published on Wednesday, Apr 16, 2025 by Pulumi

cloudflare.getStreamLiveInput

Explore with Pulumi AI

Cloudflare v6.0.1 published on Wednesday, Apr 16, 2025 by Pulumi

Example Usage

import * as pulumi from "@pulumi/pulumi";
import * as cloudflare from "@pulumi/cloudflare";

const exampleStreamLiveInput = cloudflare.getStreamLiveInput({
    accountId: "023e105f4ecef8ad9ca31a8372d0c353",
    liveInputIdentifier: "66be4bf738797e01e1fca35a7bdecdcd",
});
Copy
import pulumi
import pulumi_cloudflare as cloudflare

example_stream_live_input = cloudflare.get_stream_live_input(account_id="023e105f4ecef8ad9ca31a8372d0c353",
    live_input_identifier="66be4bf738797e01e1fca35a7bdecdcd")
Copy
package main

import (
	"github.com/pulumi/pulumi-cloudflare/sdk/v6/go/cloudflare"
	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)

func main() {
	pulumi.Run(func(ctx *pulumi.Context) error {
		_, err := cloudflare.LookupStreamLiveInput(ctx, &cloudflare.LookupStreamLiveInputArgs{
			AccountId:           "023e105f4ecef8ad9ca31a8372d0c353",
			LiveInputIdentifier: "66be4bf738797e01e1fca35a7bdecdcd",
		}, nil)
		if err != nil {
			return err
		}
		return nil
	})
}
Copy
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Cloudflare = Pulumi.Cloudflare;

return await Deployment.RunAsync(() => 
{
    var exampleStreamLiveInput = Cloudflare.GetStreamLiveInput.Invoke(new()
    {
        AccountId = "023e105f4ecef8ad9ca31a8372d0c353",
        LiveInputIdentifier = "66be4bf738797e01e1fca35a7bdecdcd",
    });

});
Copy
package generated_program;

import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.cloudflare.CloudflareFunctions;
import com.pulumi.cloudflare.inputs.GetStreamLiveInputArgs;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;

public class App {
    public static void main(String[] args) {
        Pulumi.run(App::stack);
    }

    public static void stack(Context ctx) {
        final var exampleStreamLiveInput = CloudflareFunctions.getStreamLiveInput(GetStreamLiveInputArgs.builder()
            .accountId("023e105f4ecef8ad9ca31a8372d0c353")
            .liveInputIdentifier("66be4bf738797e01e1fca35a7bdecdcd")
            .build());

    }
}
Copy
variables:
  exampleStreamLiveInput:
    fn::invoke:
      function: cloudflare:getStreamLiveInput
      arguments:
        accountId: 023e105f4ecef8ad9ca31a8372d0c353
        liveInputIdentifier: 66be4bf738797e01e1fca35a7bdecdcd
Copy

Using getStreamLiveInput

Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

function getStreamLiveInput(args: GetStreamLiveInputArgs, opts?: InvokeOptions): Promise<GetStreamLiveInputResult>
function getStreamLiveInputOutput(args: GetStreamLiveInputOutputArgs, opts?: InvokeOptions): Output<GetStreamLiveInputResult>
Copy
def get_stream_live_input(account_id: Optional[str] = None,
                          live_input_identifier: Optional[str] = None,
                          opts: Optional[InvokeOptions] = None) -> GetStreamLiveInputResult
def get_stream_live_input_output(account_id: Optional[pulumi.Input[str]] = None,
                          live_input_identifier: Optional[pulumi.Input[str]] = None,
                          opts: Optional[InvokeOptions] = None) -> Output[GetStreamLiveInputResult]
Copy
func LookupStreamLiveInput(ctx *Context, args *LookupStreamLiveInputArgs, opts ...InvokeOption) (*LookupStreamLiveInputResult, error)
func LookupStreamLiveInputOutput(ctx *Context, args *LookupStreamLiveInputOutputArgs, opts ...InvokeOption) LookupStreamLiveInputResultOutput
Copy

> Note: This function is named LookupStreamLiveInput in the Go SDK.

public static class GetStreamLiveInput 
{
    public static Task<GetStreamLiveInputResult> InvokeAsync(GetStreamLiveInputArgs args, InvokeOptions? opts = null)
    public static Output<GetStreamLiveInputResult> Invoke(GetStreamLiveInputInvokeArgs args, InvokeOptions? opts = null)
}
Copy
public static CompletableFuture<GetStreamLiveInputResult> getStreamLiveInput(GetStreamLiveInputArgs args, InvokeOptions options)
public static Output<GetStreamLiveInputResult> getStreamLiveInput(GetStreamLiveInputArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: cloudflare:index/getStreamLiveInput:getStreamLiveInput
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

AccountId This property is required. string
Identifier
LiveInputIdentifier This property is required. string
A unique identifier for a live input.
AccountId This property is required. string
Identifier
LiveInputIdentifier This property is required. string
A unique identifier for a live input.
accountId This property is required. String
Identifier
liveInputIdentifier This property is required. String
A unique identifier for a live input.
accountId This property is required. string
Identifier
liveInputIdentifier This property is required. string
A unique identifier for a live input.
account_id This property is required. str
Identifier
live_input_identifier This property is required. str
A unique identifier for a live input.
accountId This property is required. String
Identifier
liveInputIdentifier This property is required. String
A unique identifier for a live input.

getStreamLiveInput Result

The following output properties are available:

AccountId string
Identifier
Created string
The date and time the live input was created.
DeleteRecordingAfterDays double
Indicates the number of days after which the live inputs recordings will be deleted. When a stream completes and the recording is ready, the value is used to calculate a scheduled deletion date for that recording. Omit the field to indicate no change, or include with a null value to remove an existing scheduled deletion.
Id string
The provider-assigned unique ID for this managed resource.
LiveInputIdentifier string
A unique identifier for a live input.
Meta string
A user modifiable key-value store used to reference other systems of record for managing live inputs.
Modified string
The date and time the live input was last modified.
Recording GetStreamLiveInputRecording
Records the input to a Cloudflare Stream video. Behavior depends on the mode. In most cases, the video will initially be viewable as a live video and transition to on-demand after a condition is satisfied.
Rtmps GetStreamLiveInputRtmps
Details for streaming to an live input using RTMPS.
RtmpsPlayback GetStreamLiveInputRtmpsPlayback
Details for playback from an live input using RTMPS.
Srt GetStreamLiveInputSrt
Details for streaming to a live input using SRT.
SrtPlayback GetStreamLiveInputSrtPlayback
Details for playback from an live input using SRT.
Status string
The connection status of a live input. Available values: "connected", "reconnected", "reconnecting", "clientdisconnect", "ttlexceeded", "failedtoconnect", "failedtoreconnect", "newconfigurationaccepted".
Uid string
A unique identifier for a live input.
WebRtc GetStreamLiveInputWebRtc
Details for streaming to a live input using WebRTC.
WebRtcPlayback GetStreamLiveInputWebRtcPlayback
Details for playback from a live input using WebRTC.
AccountId string
Identifier
Created string
The date and time the live input was created.
DeleteRecordingAfterDays float64
Indicates the number of days after which the live inputs recordings will be deleted. When a stream completes and the recording is ready, the value is used to calculate a scheduled deletion date for that recording. Omit the field to indicate no change, or include with a null value to remove an existing scheduled deletion.
Id string
The provider-assigned unique ID for this managed resource.
LiveInputIdentifier string
A unique identifier for a live input.
Meta string
A user modifiable key-value store used to reference other systems of record for managing live inputs.
Modified string
The date and time the live input was last modified.
Recording GetStreamLiveInputRecording
Records the input to a Cloudflare Stream video. Behavior depends on the mode. In most cases, the video will initially be viewable as a live video and transition to on-demand after a condition is satisfied.
Rtmps GetStreamLiveInputRtmps
Details for streaming to an live input using RTMPS.
RtmpsPlayback GetStreamLiveInputRtmpsPlayback
Details for playback from an live input using RTMPS.
Srt GetStreamLiveInputSrt
Details for streaming to a live input using SRT.
SrtPlayback GetStreamLiveInputSrtPlayback
Details for playback from an live input using SRT.
Status string
The connection status of a live input. Available values: "connected", "reconnected", "reconnecting", "clientdisconnect", "ttlexceeded", "failedtoconnect", "failedtoreconnect", "newconfigurationaccepted".
Uid string
A unique identifier for a live input.
WebRtc GetStreamLiveInputWebRtc
Details for streaming to a live input using WebRTC.
WebRtcPlayback GetStreamLiveInputWebRtcPlayback
Details for playback from a live input using WebRTC.
accountId String
Identifier
created String
The date and time the live input was created.
deleteRecordingAfterDays Double
Indicates the number of days after which the live inputs recordings will be deleted. When a stream completes and the recording is ready, the value is used to calculate a scheduled deletion date for that recording. Omit the field to indicate no change, or include with a null value to remove an existing scheduled deletion.
id String
The provider-assigned unique ID for this managed resource.
liveInputIdentifier String
A unique identifier for a live input.
meta String
A user modifiable key-value store used to reference other systems of record for managing live inputs.
modified String
The date and time the live input was last modified.
recording GetStreamLiveInputRecording
Records the input to a Cloudflare Stream video. Behavior depends on the mode. In most cases, the video will initially be viewable as a live video and transition to on-demand after a condition is satisfied.
rtmps GetStreamLiveInputRtmps
Details for streaming to an live input using RTMPS.
rtmpsPlayback GetStreamLiveInputRtmpsPlayback
Details for playback from an live input using RTMPS.
srt GetStreamLiveInputSrt
Details for streaming to a live input using SRT.
srtPlayback GetStreamLiveInputSrtPlayback
Details for playback from an live input using SRT.
status String
The connection status of a live input. Available values: "connected", "reconnected", "reconnecting", "clientdisconnect", "ttlexceeded", "failedtoconnect", "failedtoreconnect", "newconfigurationaccepted".
uid String
A unique identifier for a live input.
webRtc GetStreamLiveInputWebRtc
Details for streaming to a live input using WebRTC.
webRtcPlayback GetStreamLiveInputWebRtcPlayback
Details for playback from a live input using WebRTC.
accountId string
Identifier
created string
The date and time the live input was created.
deleteRecordingAfterDays number
Indicates the number of days after which the live inputs recordings will be deleted. When a stream completes and the recording is ready, the value is used to calculate a scheduled deletion date for that recording. Omit the field to indicate no change, or include with a null value to remove an existing scheduled deletion.
id string
The provider-assigned unique ID for this managed resource.
liveInputIdentifier string
A unique identifier for a live input.
meta string
A user modifiable key-value store used to reference other systems of record for managing live inputs.
modified string
The date and time the live input was last modified.
recording GetStreamLiveInputRecording
Records the input to a Cloudflare Stream video. Behavior depends on the mode. In most cases, the video will initially be viewable as a live video and transition to on-demand after a condition is satisfied.
rtmps GetStreamLiveInputRtmps
Details for streaming to an live input using RTMPS.
rtmpsPlayback GetStreamLiveInputRtmpsPlayback
Details for playback from an live input using RTMPS.
srt GetStreamLiveInputSrt
Details for streaming to a live input using SRT.
srtPlayback GetStreamLiveInputSrtPlayback
Details for playback from an live input using SRT.
status string
The connection status of a live input. Available values: "connected", "reconnected", "reconnecting", "clientdisconnect", "ttlexceeded", "failedtoconnect", "failedtoreconnect", "newconfigurationaccepted".
uid string
A unique identifier for a live input.
webRtc GetStreamLiveInputWebRtc
Details for streaming to a live input using WebRTC.
webRtcPlayback GetStreamLiveInputWebRtcPlayback
Details for playback from a live input using WebRTC.
account_id str
Identifier
created str
The date and time the live input was created.
delete_recording_after_days float
Indicates the number of days after which the live inputs recordings will be deleted. When a stream completes and the recording is ready, the value is used to calculate a scheduled deletion date for that recording. Omit the field to indicate no change, or include with a null value to remove an existing scheduled deletion.
id str
The provider-assigned unique ID for this managed resource.
live_input_identifier str
A unique identifier for a live input.
meta str
A user modifiable key-value store used to reference other systems of record for managing live inputs.
modified str
The date and time the live input was last modified.
recording GetStreamLiveInputRecording
Records the input to a Cloudflare Stream video. Behavior depends on the mode. In most cases, the video will initially be viewable as a live video and transition to on-demand after a condition is satisfied.
rtmps GetStreamLiveInputRtmps
Details for streaming to an live input using RTMPS.
rtmps_playback GetStreamLiveInputRtmpsPlayback
Details for playback from an live input using RTMPS.
srt GetStreamLiveInputSrt
Details for streaming to a live input using SRT.
srt_playback GetStreamLiveInputSrtPlayback
Details for playback from an live input using SRT.
status str
The connection status of a live input. Available values: "connected", "reconnected", "reconnecting", "clientdisconnect", "ttlexceeded", "failedtoconnect", "failedtoreconnect", "newconfigurationaccepted".
uid str
A unique identifier for a live input.
web_rtc GetStreamLiveInputWebRtc
Details for streaming to a live input using WebRTC.
web_rtc_playback GetStreamLiveInputWebRtcPlayback
Details for playback from a live input using WebRTC.
accountId String
Identifier
created String
The date and time the live input was created.
deleteRecordingAfterDays Number
Indicates the number of days after which the live inputs recordings will be deleted. When a stream completes and the recording is ready, the value is used to calculate a scheduled deletion date for that recording. Omit the field to indicate no change, or include with a null value to remove an existing scheduled deletion.
id String
The provider-assigned unique ID for this managed resource.
liveInputIdentifier String
A unique identifier for a live input.
meta String
A user modifiable key-value store used to reference other systems of record for managing live inputs.
modified String
The date and time the live input was last modified.
recording Property Map
Records the input to a Cloudflare Stream video. Behavior depends on the mode. In most cases, the video will initially be viewable as a live video and transition to on-demand after a condition is satisfied.
rtmps Property Map
Details for streaming to an live input using RTMPS.
rtmpsPlayback Property Map
Details for playback from an live input using RTMPS.
srt Property Map
Details for streaming to a live input using SRT.
srtPlayback Property Map
Details for playback from an live input using SRT.
status String
The connection status of a live input. Available values: "connected", "reconnected", "reconnecting", "clientdisconnect", "ttlexceeded", "failedtoconnect", "failedtoreconnect", "newconfigurationaccepted".
uid String
A unique identifier for a live input.
webRtc Property Map
Details for streaming to a live input using WebRTC.
webRtcPlayback Property Map
Details for playback from a live input using WebRTC.

Supporting Types

GetStreamLiveInputRecording

AllowedOrigins This property is required. List<string>
Lists the origins allowed to display videos created with this input. Enter allowed origin domains in an array and use * for wildcard subdomains. An empty array allows videos to be viewed on any origin.
HideLiveViewerCount This property is required. bool
Disables reporting the number of live viewers when this property is set to true.
Mode This property is required. string
Specifies the recording behavior for the live input. Set this value to off to prevent a recording. Set the value to automatic to begin a recording and transition to on-demand after Stream Live stops receiving input. Available values: "off", "automatic".
RequireSignedUrls This property is required. bool
Indicates if a video using the live input has the requireSignedURLs property set. Also enforces access controls on any video recording of the livestream with the live input.
TimeoutSeconds This property is required. int
Determines the amount of time a live input configured in automatic mode should wait before a recording transitions from live to on-demand. 0 is recommended for most use cases and indicates the platform default should be used.
AllowedOrigins This property is required. []string
Lists the origins allowed to display videos created with this input. Enter allowed origin domains in an array and use * for wildcard subdomains. An empty array allows videos to be viewed on any origin.
HideLiveViewerCount This property is required. bool
Disables reporting the number of live viewers when this property is set to true.
Mode This property is required. string
Specifies the recording behavior for the live input. Set this value to off to prevent a recording. Set the value to automatic to begin a recording and transition to on-demand after Stream Live stops receiving input. Available values: "off", "automatic".
RequireSignedUrls This property is required. bool
Indicates if a video using the live input has the requireSignedURLs property set. Also enforces access controls on any video recording of the livestream with the live input.
TimeoutSeconds This property is required. int
Determines the amount of time a live input configured in automatic mode should wait before a recording transitions from live to on-demand. 0 is recommended for most use cases and indicates the platform default should be used.
allowedOrigins This property is required. List<String>
Lists the origins allowed to display videos created with this input. Enter allowed origin domains in an array and use * for wildcard subdomains. An empty array allows videos to be viewed on any origin.
hideLiveViewerCount This property is required. Boolean
Disables reporting the number of live viewers when this property is set to true.
mode This property is required. String
Specifies the recording behavior for the live input. Set this value to off to prevent a recording. Set the value to automatic to begin a recording and transition to on-demand after Stream Live stops receiving input. Available values: "off", "automatic".
requireSignedUrls This property is required. Boolean
Indicates if a video using the live input has the requireSignedURLs property set. Also enforces access controls on any video recording of the livestream with the live input.
timeoutSeconds This property is required. Integer
Determines the amount of time a live input configured in automatic mode should wait before a recording transitions from live to on-demand. 0 is recommended for most use cases and indicates the platform default should be used.
allowedOrigins This property is required. string[]
Lists the origins allowed to display videos created with this input. Enter allowed origin domains in an array and use * for wildcard subdomains. An empty array allows videos to be viewed on any origin.
hideLiveViewerCount This property is required. boolean
Disables reporting the number of live viewers when this property is set to true.
mode This property is required. string
Specifies the recording behavior for the live input. Set this value to off to prevent a recording. Set the value to automatic to begin a recording and transition to on-demand after Stream Live stops receiving input. Available values: "off", "automatic".
requireSignedUrls This property is required. boolean
Indicates if a video using the live input has the requireSignedURLs property set. Also enforces access controls on any video recording of the livestream with the live input.
timeoutSeconds This property is required. number
Determines the amount of time a live input configured in automatic mode should wait before a recording transitions from live to on-demand. 0 is recommended for most use cases and indicates the platform default should be used.
allowed_origins This property is required. Sequence[str]
Lists the origins allowed to display videos created with this input. Enter allowed origin domains in an array and use * for wildcard subdomains. An empty array allows videos to be viewed on any origin.
hide_live_viewer_count This property is required. bool
Disables reporting the number of live viewers when this property is set to true.
mode This property is required. str
Specifies the recording behavior for the live input. Set this value to off to prevent a recording. Set the value to automatic to begin a recording and transition to on-demand after Stream Live stops receiving input. Available values: "off", "automatic".
require_signed_urls This property is required. bool
Indicates if a video using the live input has the requireSignedURLs property set. Also enforces access controls on any video recording of the livestream with the live input.
timeout_seconds This property is required. int
Determines the amount of time a live input configured in automatic mode should wait before a recording transitions from live to on-demand. 0 is recommended for most use cases and indicates the platform default should be used.
allowedOrigins This property is required. List<String>
Lists the origins allowed to display videos created with this input. Enter allowed origin domains in an array and use * for wildcard subdomains. An empty array allows videos to be viewed on any origin.
hideLiveViewerCount This property is required. Boolean
Disables reporting the number of live viewers when this property is set to true.
mode This property is required. String
Specifies the recording behavior for the live input. Set this value to off to prevent a recording. Set the value to automatic to begin a recording and transition to on-demand after Stream Live stops receiving input. Available values: "off", "automatic".
requireSignedUrls This property is required. Boolean
Indicates if a video using the live input has the requireSignedURLs property set. Also enforces access controls on any video recording of the livestream with the live input.
timeoutSeconds This property is required. Number
Determines the amount of time a live input configured in automatic mode should wait before a recording transitions from live to on-demand. 0 is recommended for most use cases and indicates the platform default should be used.

GetStreamLiveInputRtmps

StreamKey This property is required. string
The secret key to use when streaming via RTMPS to a live input.
Url This property is required. string
The RTMPS URL you provide to the broadcaster, which they stream live video to.
StreamKey This property is required. string
The secret key to use when streaming via RTMPS to a live input.
Url This property is required. string
The RTMPS URL you provide to the broadcaster, which they stream live video to.
streamKey This property is required. String
The secret key to use when streaming via RTMPS to a live input.
url This property is required. String
The RTMPS URL you provide to the broadcaster, which they stream live video to.
streamKey This property is required. string
The secret key to use when streaming via RTMPS to a live input.
url This property is required. string
The RTMPS URL you provide to the broadcaster, which they stream live video to.
stream_key This property is required. str
The secret key to use when streaming via RTMPS to a live input.
url This property is required. str
The RTMPS URL you provide to the broadcaster, which they stream live video to.
streamKey This property is required. String
The secret key to use when streaming via RTMPS to a live input.
url This property is required. String
The RTMPS URL you provide to the broadcaster, which they stream live video to.

GetStreamLiveInputRtmpsPlayback

StreamKey This property is required. string
The secret key to use for playback via RTMPS.
Url This property is required. string
The URL used to play live video over RTMPS.
StreamKey This property is required. string
The secret key to use for playback via RTMPS.
Url This property is required. string
The URL used to play live video over RTMPS.
streamKey This property is required. String
The secret key to use for playback via RTMPS.
url This property is required. String
The URL used to play live video over RTMPS.
streamKey This property is required. string
The secret key to use for playback via RTMPS.
url This property is required. string
The URL used to play live video over RTMPS.
stream_key This property is required. str
The secret key to use for playback via RTMPS.
url This property is required. str
The URL used to play live video over RTMPS.
streamKey This property is required. String
The secret key to use for playback via RTMPS.
url This property is required. String
The URL used to play live video over RTMPS.

GetStreamLiveInputSrt

Passphrase This property is required. string
The secret key to use when streaming via SRT to a live input.
StreamId This property is required. string
The identifier of the live input to use when streaming via SRT.
Url This property is required. string
The SRT URL you provide to the broadcaster, which they stream live video to.
Passphrase This property is required. string
The secret key to use when streaming via SRT to a live input.
StreamId This property is required. string
The identifier of the live input to use when streaming via SRT.
Url This property is required. string
The SRT URL you provide to the broadcaster, which they stream live video to.
passphrase This property is required. String
The secret key to use when streaming via SRT to a live input.
streamId This property is required. String
The identifier of the live input to use when streaming via SRT.
url This property is required. String
The SRT URL you provide to the broadcaster, which they stream live video to.
passphrase This property is required. string
The secret key to use when streaming via SRT to a live input.
streamId This property is required. string
The identifier of the live input to use when streaming via SRT.
url This property is required. string
The SRT URL you provide to the broadcaster, which they stream live video to.
passphrase This property is required. str
The secret key to use when streaming via SRT to a live input.
stream_id This property is required. str
The identifier of the live input to use when streaming via SRT.
url This property is required. str
The SRT URL you provide to the broadcaster, which they stream live video to.
passphrase This property is required. String
The secret key to use when streaming via SRT to a live input.
streamId This property is required. String
The identifier of the live input to use when streaming via SRT.
url This property is required. String
The SRT URL you provide to the broadcaster, which they stream live video to.

GetStreamLiveInputSrtPlayback

Passphrase This property is required. string
The secret key to use for playback via SRT.
StreamId This property is required. string
The identifier of the live input to use for playback via SRT.
Url This property is required. string
The URL used to play live video over SRT.
Passphrase This property is required. string
The secret key to use for playback via SRT.
StreamId This property is required. string
The identifier of the live input to use for playback via SRT.
Url This property is required. string
The URL used to play live video over SRT.
passphrase This property is required. String
The secret key to use for playback via SRT.
streamId This property is required. String
The identifier of the live input to use for playback via SRT.
url This property is required. String
The URL used to play live video over SRT.
passphrase This property is required. string
The secret key to use for playback via SRT.
streamId This property is required. string
The identifier of the live input to use for playback via SRT.
url This property is required. string
The URL used to play live video over SRT.
passphrase This property is required. str
The secret key to use for playback via SRT.
stream_id This property is required. str
The identifier of the live input to use for playback via SRT.
url This property is required. str
The URL used to play live video over SRT.
passphrase This property is required. String
The secret key to use for playback via SRT.
streamId This property is required. String
The identifier of the live input to use for playback via SRT.
url This property is required. String
The URL used to play live video over SRT.

GetStreamLiveInputWebRtc

Url This property is required. string
The WebRTC URL you provide to the broadcaster, which they stream live video to.
Url This property is required. string
The WebRTC URL you provide to the broadcaster, which they stream live video to.
url This property is required. String
The WebRTC URL you provide to the broadcaster, which they stream live video to.
url This property is required. string
The WebRTC URL you provide to the broadcaster, which they stream live video to.
url This property is required. str
The WebRTC URL you provide to the broadcaster, which they stream live video to.
url This property is required. String
The WebRTC URL you provide to the broadcaster, which they stream live video to.

GetStreamLiveInputWebRtcPlayback

Url This property is required. string
The URL used to play live video over WebRTC.
Url This property is required. string
The URL used to play live video over WebRTC.
url This property is required. String
The URL used to play live video over WebRTC.
url This property is required. string
The URL used to play live video over WebRTC.
url This property is required. str
The URL used to play live video over WebRTC.
url This property is required. String
The URL used to play live video over WebRTC.

Package Details

Repository
Cloudflare pulumi/pulumi-cloudflare
License
Apache-2.0
Notes
This Pulumi package is based on the cloudflare Terraform Provider.
Cloudflare v6.0.1 published on Wednesday, Apr 16, 2025 by Pulumi