This product is not supported for your selected Datadog site. ().
이 페이지는 아직 영어로 제공되지 않습니다. 번역 작업 중입니다.
현재 번역 프로젝트에 대한 질문이나 피드백이 있으신 경우 언제든지 연락주시기 바랍니다.

gcp_livestream_input

ancestors

Type: UNORDERED_LIST_STRING

create_time

Type: TIMESTAMP
Provider name: createTime
Description: Output only. The creation time.

input_stream_property

Type: STRUCT
Provider name: inputStreamProperty
Description: Output only. The information for the input stream. This field will be present only when this input receives the input stream.

  • audio_streams
    Type: UNORDERED_LIST_STRUCT
    Provider name: audioStreams
    Description: Properties of the audio streams.
    • audio_format
      Type: STRUCT
      Provider name: audioFormat
      Description: Properties of the audio format.
      • channel_count
        Type: INT32
        Provider name: channelCount
        Description: The number of audio channels.
      • channel_layout
        Type: UNORDERED_LIST_STRING
        Provider name: channelLayout
        Description: A list of channel names specifying the layout of the audio channels.
      • codec
        Type: STRING
        Provider name: codec
        Description: Audio codec used in this audio stream.
    • index
      Type: INT32
      Provider name: index
      Description: Index of this audio stream.
  • last_establish_time
    Type: TIMESTAMP
    Provider name: lastEstablishTime
    Description: The time that the current input stream is accepted and the connection is established.
  • video_streams
    Type: UNORDERED_LIST_STRUCT
    Provider name: videoStreams
    Description: Properties of the video streams.
    • index
      Type: INT32
      Provider name: index
      Description: Index of this video stream.
    • video_format
      Type: STRUCT
      Provider name: videoFormat
      Description: Properties of the video format.
      • codec
        Type: STRING
        Provider name: codec
        Description: Video codec used in this video stream.
      • frame_rate
        Type: DOUBLE
        Provider name: frameRate
        Description: The frame rate of the input video stream.
      • height_pixels
        Type: INT32
        Provider name: heightPixels
        Description: The height of the video stream in pixels.
      • width_pixels
        Type: INT32
        Provider name: widthPixels
        Description: The width of the video stream in pixels.

labels

Type: UNORDERED_LIST_STRING

name

Type: STRING
Provider name: name
Description: The resource name of the input, in the form of: projects/{project}/locations/{location}/inputs/{inputId}.

organization_id

Type: STRING

parent

Type: STRING

preprocessing_config

Type: STRUCT
Provider name: preprocessingConfig
Description: Preprocessing configurations.

  • audio
    Type: STRUCT
    Provider name: audio
    Description: Audio preprocessing configuration.
    • lufs
      Type: DOUBLE
      Provider name: lufs
      Description: Specify audio loudness normalization in loudness units relative to full scale (LUFS). Enter a value between -24 and 0 according to the following: - -24 is the Advanced Television Systems Committee (ATSC A/85) - -23 is the EU R128 broadcast standard - -19 is the prior standard for online mono audio - -18 is the ReplayGain standard - -16 is the prior standard for stereo audio - -14 is the new online audio standard recommended by Spotify, as well as Amazon Echo - 0 disables normalization. The default is 0.
  • crop
    Type: STRUCT
    Provider name: crop
    Description: Specify the video cropping configuration.
    • bottom_pixels
      Type: INT32
      Provider name: bottomPixels
      Description: The number of pixels to crop from the bottom. The default is 0.
    • left_pixels
      Type: INT32
      Provider name: leftPixels
      Description: The number of pixels to crop from the left. The default is 0.
    • right_pixels
      Type: INT32
      Provider name: rightPixels
      Description: The number of pixels to crop from the right. The default is 0.
    • top_pixels
      Type: INT32
      Provider name: topPixels
      Description: The number of pixels to crop from the top. The default is 0.
  • pad
    Type: STRUCT
    Provider name: pad
    Description: Specify the video pad filter configuration.
    • bottom_pixels
      Type: INT32
      Provider name: bottomPixels
      Description: The number of pixels to add to the bottom. The default is 0.
    • left_pixels
      Type: INT32
      Provider name: leftPixels
      Description: The number of pixels to add to the left. The default is 0.
    • right_pixels
      Type: INT32
      Provider name: rightPixels
      Description: The number of pixels to add to the right. The default is 0.
    • top_pixels
      Type: INT32
      Provider name: topPixels
      Description: The number of pixels to add to the top. The default is 0.

project_id

Type: STRING

project_number

Type: STRING

resource_name

Type: STRING

security_rules

Type: STRUCT
Provider name: securityRules
Description: Security rule for access control.

  • ip_ranges
    Type: UNORDERED_LIST_STRING
    Provider name: ipRanges
    Description: At least one ip range must match unless none specified. The IP range is defined by CIDR block: for example, 192.0.1.0/24 for a range and 192.0.1.0/32 for a single IP address.

tags

Type: UNORDERED_LIST_STRING

tier

Type: STRING
Provider name: tier
Description: Tier defines the maximum input specification that is accepted by the video pipeline. The billing is charged based on the tier specified here. See Pricing for more detail. The default is HD.
Possible values:

  • TIER_UNSPECIFIED - Tier is not specified.
  • SD - Resolution < 1280x720. Bitrate <= 6 Mbps. FPS <= 60.
  • HD - Resolution <= 1920x1080. Bitrate <= 25 Mbps. FPS <= 60.
  • UHD - Resolution <= 4096x2160. Not supported yet.

type

Type: STRING
Provider name: type
Description: Source type.
Possible values:

  • TYPE_UNSPECIFIED - Input type is not specified.
  • RTMP_PUSH - Input will take an rtmp input stream.
  • SRT_PUSH - Input will take an srt (Secure Reliable Transport) input stream.
  • FILE - Input from a file.

update_time

Type: TIMESTAMP
Provider name: updateTime
Description: Output only. The update time.

uri

Type: STRING
Provider name: uri
Description: Output only. URI to push the input stream to. Its format depends on the input type, for example: * RTMP_PUSH: rtmp://1.2.3.4/live/{STREAM-ID} * SRT_PUSH: srt://1.2.3.4:4201?streamid={STREAM-ID}