Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
live
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ai3
tools
live
Commits
c3a6dd96
Commit
c3a6dd96
authored
5 years ago
by
ale
Browse files
Options
Downloads
Patches
Plain Diff
Add tiny README
parent
51963ad6
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+22
-0
22 additions, 0 deletions
README.md
with
22 additions
and
0 deletions
README.md
0 → 100644
+
22
−
0
View file @
c3a6dd96
ai3/tools/live
===
A toolkit to manage a RTMP/HLS-based video streaming service, with few
streams and many listeners. The toolkit will autoscale a pool of
reverse HTTP proxies, which will relay content from a single streaming
server which takes care of the RTMP-to-HLS conversion.
## Auto-scaling
Auto-scaling works by managing a pool of cloud instances via an
API. Instances are scaled up and down based on the global utilization
of the entire pool (compared to thresholds, with hystheresis).
Instances report their utilization to a centralized service. This
service:
*
serves DNS requests for specific instances
*
serves HTTP requests by redirecting clients to a specific instance
based on the output of load-balancing algorithm
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment