##dz-db-collector-details
Contact Lumen support and provide the following log configuration details:
Logformat (JSON_Newline or JSON_Array): | JSON_Array |
Protocol (HTTP or HTTPS): | HTTPS |
Host: | https://streaming.datazoom.io |
Path: | /cdn/v1/logs |
Header Name: | X-Api-Key |
Header Value: | API key from above |
In order to align CDN logs with player content requests, you will need to configure your video player to send the Datazoom session_id
as a query parameter with content requests.
Example:
videojs.Hls.xhr.beforeRequest = function(options) { var myparam = '?datazoom_id=' + (session_id); options.uri = options.uri + myparam; return options; }
Comments
0 comments
Article is closed for comments.