Mark viewer as active when fetching playlist. Closes #1343
This commit is contained in:
parent
cdbb6d9a44
commit
99a3aae843
@ -59,6 +59,10 @@ func IndexHandler(w http.ResponseWriter, r *http.Request) {
|
|||||||
|
|
||||||
if path.Ext(r.URL.Path) == ".m3u8" {
|
if path.Ext(r.URL.Path) == ".m3u8" {
|
||||||
middleware.DisableCache(w)
|
middleware.DisableCache(w)
|
||||||
|
|
||||||
|
// Use this as an opportunity to mark this viewer as active.
|
||||||
|
id := utils.GenerateClientIDFromRequest(r)
|
||||||
|
core.SetViewerIdActive(id)
|
||||||
}
|
}
|
||||||
|
|
||||||
// Set a cache control max-age header
|
// Set a cache control max-age header
|
||||||
|
Loading…
x
Reference in New Issue
Block a user