is IVS trailing pathname is fixed?

0

I see the Ingest Server introduction:
An ingest server identifies a specific Amazon IVS component that receives the stream, along with an ingestion protocol (for example, RTMPS). The ingest server URL is composed of the protocol (RTMPS)
rtmps://
the ingestEndpoint
J39sdv872cca.contribute.live-video.net
the port
:443
and a trailing pathname.
/app/
When I create an ivs channel, I can get the ingestEndpoint. What I wonder is if the port is always 443 when I use RTMPS and the trailing pathname is "/app/"? If it's true, I can build the ingest server url by joining "rtmps://"ingestEndpoint":443/app/". If it's false, how can we build the ingest server url?

vans
已提問 3 年前檢視次數 203 次
1 個回答
0

Currently, IVS supports the RTMPS protocol for ingest. Because of this, it is safe to build the ingest server by joining “rtmps://<IVS-ingest-server>:443/app/” as the protocol and port number are supported. In addition to the ingest server URL, the stream key may also need to be added to the end of the URL (depending on the encoder) to form a URL with the pattern “rtmps://<IVS-ingest-server>:443/app/<IVS-stream-key>

More information on Encoder Settings can be found https://docs.aws.amazon.com/ivs/latest/userguide/encoder-config.html#encoder-config-settings

AWS
已回答 3 年前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南