PATCH: Removed auth for ts files for now
This commit is contained in:
@@ -88,7 +88,6 @@ http {
|
|||||||
## Cacheable HLS files, ts
|
## Cacheable HLS files, ts
|
||||||
location ~ ^/stream/(.+)/(.+\.ts)$ {
|
location ~ ^/stream/(.+)/(.+\.ts)$ {
|
||||||
# Call backend to check permission
|
# Call backend to check permission
|
||||||
auth_request http://web_server:5000/stream/$1/direct_live_status;
|
|
||||||
root /user_data/$1/stream/$2;
|
root /user_data/$1/stream/$2;
|
||||||
|
|
||||||
# Let the MPEG-TS video chunks be cacheable
|
# Let the MPEG-TS video chunks be cacheable
|
||||||
|
|||||||
Reference in New Issue
Block a user