http://119.29.29.98/d?dn={$push_domain DES-encrypted string}&ip={$ip DES-encrypted string}&id=$id
to request a push IP address from HTTPDNS.push_domain
indicates the push domain, which must be encrypted using the DES algorithm. You can view the key on the HTTPDNS Development Configuration page. For details, see AES/DES Encryption/Decryption.ip
indicates the public egress IP address of the requester. This field determines the region and ISP of the IP address to which traffic is routed. It also needs to be encrypted using the DES algorithm.id
indicates the authorization ID, which uniquely identifies a user.server_ip
). For details, see AES/DES Encryption/Decryption.rtmp://server_ip/live/streamname?txTime=xxx&txSecret=xxx&txHost=domain
. server_ip
is the push IP address obtained in the previous step. txHost
(important) is the domain you use for push.http://119.29.29.98/d?dn={$domain DES-encrypted string}&ip={$ip DES-encrypted string}&id=$id
to request the playback IP address from HTTPDNS.Field | Description |
play_domain | The playback domain. The value of this field must be encrypted using the DES algorithm. You can view the key on the HTTPDNS Development Configuration page. For details, see AES/DES Encryption/Decryption. |
ip | The public egress IP address of the requester. This field determines the region and ISP of the IP address to which traffic is routed. It also needs to be encrypted using the DES algorithm. |
id | The authorization ID, which uniquely identifies a user. |
server_ip
). For details, see AES/DES Encryption/Decryption.server_ip
is the playback IP address obtained in the previous step and play_domain
is the playback domain):http://server_ip/play_domain/live/streamname.flv?xxxxxxxxxxhttp://server_ip/play_domain/live/ streamname.m3u8?xxxxxxxxxxhttp://server_ip/play_domain/live/ streamname -123.ts?xxxxxxxxxx
server_ip
assigned by HTTPDNS, and the URLs should be regular playback requests. The formats are as follows:https://server_ip/play_domain/live/ streamname.flv?xxxxxxxxxxhttps://server_ip/play_domain/live/ streamname.m3u8?xxxxxxxxxxhttps://server_ip/play_domain/live/ streamname -123.ts?xxxxxxxxxx
server_ip
is the playback IP address obtained in the previous step and play_domain
is the playback domain):rtmp://server_ip/play_domain/live/ streamname?xxxxxxxxxx
Was this page helpful?