Skip to content

kaltura/live-analytics-front-end

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Live Analytics Front End

Front-end project for showing real-time reports for Kaltura live entries. The project is based on AngularJS + Bootstrap, and uses a number of 3rd-party libraries for graphs, maps, etc.

Installation on Kaltura server

Unzip tag distributables to /opt/kaltura/apps/liveanalytics

Running the project not through Kaltura KMC

This can be done for dev purposes - it uses un-minimized code, etc.

Option 1:

Edit app/index.html with relevant values (partner id, ks, etc), then navigate on your local host to this file

Option 2:

Navigate to the project's dashboard route on your localhost with the relevant params, ie
http://localhost/app/#/dashboard/player=your_player_id|pid=your_partner_id|ks=your_ks|svc=service_url_no_protocol|cdn=cdn_host_no_protocol
(note the pipes vs slashes)
The provided values will override values hardcoded in app/index.html

Copyright & License

All code in this project is released under the AGPLv3 license unless a different license for a particular library is specified in the applicable library path.

Copyright © Kaltura Inc. All rights reserved.