Reinis Rozitis
July 14, 2021 02:16AM
> How? The presentation does not cover that.

You shouldn't stick to a single youtube video.

> And it can't be a simple HTTP

It is.
Even the name HLS stands for "HTTP Live Streaming".


> , because as you said yourself, with HLS I would just end up with a cached playlist and bunch of useless VOD chunks that I don't want to ever serve.

As with http objects to cache or not to cache is something the server can specify (like no-cache headers (add_header 'Cache-Control' 'no-cache'; [1]) etc) and it's on player/client side to honour those.

No matter the stream setup (live stream / with or without history or delay) the video chunks are just static files (written by the transcoder).


[1] http://nginx.org/en/docs/http/ngx_http_headers_module.html

rr

_______________________________________________
nginx mailing list
nginx@nginx.org
http://mailman.nginx.org/mailman/listinfo/nginx
Subject Author Posted

Using nginx as a HLS reverse proxy with Envoy?

Šimon Tóth July 12, 2021 04:36AM

Re: Using nginx as a HLS reverse proxy with Envoy?

Šimon Tóth July 13, 2021 01:56PM

RE: Using nginx as a HLS reverse proxy with Envoy?

Reinis Rozitis July 13, 2021 03:20PM

RE: Using nginx as a HLS reverse proxy with Envoy?

Reinis Rozitis July 13, 2021 03:22PM

Re: Using nginx as a HLS reverse proxy with Envoy?

Šimon Tóth July 13, 2021 03:46PM

RE: Using nginx as a HLS reverse proxy with Envoy?

Reinis Rozitis July 13, 2021 04:42PM

Re: Using nginx as a HLS reverse proxy with Envoy?

Šimon Tóth July 13, 2021 05:22PM

RE: Using nginx as a HLS reverse proxy with Envoy?

Reinis Rozitis July 14, 2021 02:16AM

Re: Using nginx as a HLS reverse proxy with Envoy?

Šimon Tóth July 14, 2021 02:46AM



Sorry, only registered users may post in this forum.

Click here to login

Online Users

Guests: 267
Record Number of Users: 8 on April 13, 2023
Record Number of Guests: 421 on December 02, 2018
Powered by nginx      Powered by FreeBSD      PHP Powered      Powered by MariaDB      ipv6 ready