https://github.com/kaltura/play-server
vast
https://github.com/kaltura/play-server
Last synced: 8 days ago
JSON representation
vast
- Host: GitHub
- URL: https://github.com/kaltura/play-server
- Owner: kaltura
- License: agpl-3.0
- Created: 2014-02-04T09:58:32.000Z (over 11 years ago)
- Default Branch: v2.1.4
- Last Pushed: 2024-02-22T19:06:15.000Z (over 1 year ago)
- Last Synced: 2025-07-04T13:06:37.061Z (3 months ago)
- Language: JavaScript
- Homepage:
- Size: 31.5 MB
- Stars: 5
- Watchers: 29
- Forks: 4
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## play-server
The Kaltura 'play-server' cloud manages all client HLS manifest and segment requests.
This enables the swapping of individual segments with respective alternate pieces of content. Ads are configured against the Kaltura Ad cuepoint API, or represented directly on the ingest stream. Ad events include a VAST ad tag URL. After the play server reaches a time that includes an ad, a VAST request is made on the server to retrieve ads for each client that is consuming the stream.Ad tags should be configured with respective substitutions as described in:
[Integrating Kaltura with VAST adTag URL article] (http://knowledge.kaltura.com/integrating-kaltura-vast-adtag-url)
### Deployment
Please see [Deployment doc] (https://github.com/kaltura/play-server/blob/master/play_server_deployment.md)### Copyright & License
All code in this project is released under the [AGPLv3 license](http://www.gnu.org/licenses/agpl-3.0.html) unless a different license for a particular library is specified in the applicable library path.
Copyright © Kaltura Inc. All rights reserved.