Register API:
URL: https://cloud3.vpon21.com/cgi-bin/register.py?register=<encryption_data>&group=user
Description:
to generate an encryption_data by:
json data be formated by
{
"uid": "",
"user_info": "",
"journey_id": "< EPOCH>"
}
do AES256 encryption
do BASE64 encryption
do "url-encoding" for the entire URL before send the request.
Server will ACK an IP address in response content, and this IP will be using to the following streaming procedure.
Live Video Record API:
URL: rtmp://<stream_server>:1935/rec/_
Video Playback API:
URL: http://<stream_server>:8080/rec/_.m3u8