Welcome to World of IPTV

Join us now to get access to all our features. Once registered and logged in, you will be able to create topics, post replies to existing threads, give reputation to your fellow members, get your own private messenger, and so, so much more. It's also quick and totally free, so what are you waiting for?

Forum Rules

Our Rules: Read to avoid getting banned!

Advertising

Introduce Yourself to the World with Us!

Resource Database

Find the newest resources around IPTV!

Account upgrade

Upgrade your account to unlock more benefits!

Request Help configure proxying to the archive via nginx

Dudi

Extended Member
Ext. Member
Banned
Joined
Feb 16, 2020
Messages
38
Reaction score
137
Points
44
Location
UA
Help configure proxying to the archive via nginx.

This is what I wrote in the nginx file
location ˝^/(.+)/video.m3u8$ {
set $stream_id $1;
if ($arg_utc) {
proxy_pass http://127.0.0.1:8080/$stream_id/video-timeshift_abs-$arg_utc.m3u8?token=$arg_token;
}
if ($arg_lutc) {
proxy_pass http://127.0.0.1:8081/rewrite.php?steam=$stream_id&$args;
}

proxy_pass http://127.0.0.1:8080;

proxy_set_header Host $host;
proxy_http_version 1.1;
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection "upgrade";
}

Flussonic works on port 8080

But when I refer to the link

He doesn't go over and writes
403 Unauthorized
Flussonic Streamer protection system doesn't allow you to watch this content.
 
shape1
shape2
shape3
shape4
shape5
shape6
Back
Top