How Do I Get the Ingest URL?
Assemble an ingest URL as follows:
Original ingest URL: rtmp://Ingest domain name/AppName/StreamName
The default value of AppName is live. You can also customize the value of StreamName based on your needs.
If you have configured URL validation, you need to use the ingest URL to push streams. The authentication ingest URL varies depending on whether the domain name is added to the Live old or new version. The differences are:
- If your domain name was added to the old version, the authentication URL is: Original ingest URL?auth_info=Encrypted string.EncodedIV. For details about how to generate an authentication URL, see Stream Authentication.
- If your domain name is added to the new version, the authentication URL varies depending on the configured authentication method. For details about how to generate an authentication URL, see Stream Authentication.
- The authentication URL for authentication method A is: Original URL?auth_key={timestamp}-{rand}-{uid}-{md5hash}.
- The authentication URL for authentication method B is: Original URL?txSecret=md5(Key + StreamName + txTime)&txTime=hex(timestamp).
- The authentication URL for authentication method C is: Original URL. auth_info=Encrypted string.EncodedIV
Did this article solve your problem?
Thank you for your score!Your feedback would help us improve the website.