Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Configure a webserver to pull content from playout servers #10

Open
mauricioabreu opened this issue May 1, 2024 · 0 comments
Open

Configure a webserver to pull content from playout servers #10

mauricioabreu opened this issue May 1, 2024 · 0 comments
Labels
documentation Improvements or additions to documentation enhancement New feature or request

Comments

@mauricioabreu
Copy link
Contributor

Is your feature request related to a problem? Please describe.
A CDN is not a part of the project, but we need to show the value of the project, teaching how to incorporate the streams into a CDN/web server.

Describe the solution you'd like

  • A request like /live/123 is made to this example web server
  • This webserver queries Redis to know which playout server holds 123 stream
  • It pulls the content and delivers to the client that requests /live/123

Describe alternatives you've considered

  • NGINX is a good choice because it is pretty famous and many streaming platforms run behind NGINX web servers
  • A simple Go HTTP server also does the job by requesting the server holding the streaming
@mauricioabreu mauricioabreu added documentation Improvements or additions to documentation enhancement New feature or request labels May 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant