简体   繁体   English

AWS MediaLive:无法流式传输到输入目标B.

[英]AWS MediaLive: Unable to stream to Input Destination B

I have a standard (not single-pipeline) class channel with an RTMP push input assigned. 我有一个标准(非单管道)类通道,分配了RTMP推送输入。 The source of video is OBS studio on my machine. 视频源是我机器上的OBS工作室。 Everything goes well when I'm streaming only to the Destination A from the start. 当我从一开始只流向目的地A时,一切顺利。 However, when I'm trying to stream only to Destination B from the beginning, nothing happens. 但是,当我尝试从头开始只流向目标B时,没有任何反应。

I believe that Destination B can be used as well, so please correct me if I'm wrong and point me to the docs about how the redundant streaming should work on MediaLive. 我相信目的地B也可以使用,所以如果我错了请指正,并指出有关冗余流媒体如何在MediaLive上运行的文档。

For the channel there are two output groups : one for HLS (both destinations are mediastoressl ) and one for archive (both destinations with s3ssl ) 对于通道 ,有两个输出 :一个用于HLS(两个目标都是mediastoressl ),另一个用于存档(两个目标都是s3ssl

Here is the input config: 这是输入配置:

{
  "inputId": "6997378",
  "inputAttachmentName": "16349",
  "inputSettings": {
    "networkInputSettings": {
      "serverValidation": "CHECK_CRYPTOGRAPHY_AND_VALIDATE_NAME"
    },
    "sourceEndBehavior": "CONTINUE",
    "inputFilter": "AUTO",
    "filterStrength": 1,
    "deblockFilter": "DISABLED",
    "denoiseFilter": "DISABLED",
    "audioSelectors": [],
    "captionSelectors": [
      {
        "selectorSettings": {
          "embeddedSourceSettings": {
            "source608ChannelNumber": 1,
            "source608TrackNumber": 1,
            "convert608To708": "DISABLED",
            "scte20Detection": "OFF"
          }
        },
        "name": "EmbeddedSelector"
      }
    ]
  }
}

Have you looked here? 你看过这里吗?

It details how to set up dest a and b 它详细说明了如何设置dest a和b

https://aws.amazon.com/blogs/media/part1-how-to-send-live-video-to-aws-elemental-mediastore/ https://aws.amazon.com/blogs/media/part1-how-to-send-live-video-to-aws-elemental-mediastore/

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM