How Do I Get the Ingest URL?
Assemble an ingest URL as follows:
Original ingest URL:
- Format 1: rtmp://Ingest domain name/AppName/StreamName?args=xxx
- Format 2: rtmp://ip/Ingest domain name/AppName/StreamName?args=xxx
- Format 3: rtmp://ip/AppName/StreamName?vhost=Ingest domain name&args=xxx
The default value of AppName is live. You can also customize the value of StreamName, for example, huawei1. For details, see Original Ingest URL.
- The signed URL for authentication method A is: Original URL?auth_key={timestamp}-{rand}-{uid}-{md5hash}
- The signed URL for authentication method B is: Original URL?txSecret=md5(Key + StreamName + txTime)&txTime=hex(timestamp)
- The signed URL for authentication method C is: Original URL?auth_info=Encrypted string.EncodedIV
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.