Welcome! Log In Create A New Profile

Advanced

help to understand proxy_pass and proxy_cache

February 28, 2016 01:52PM
Hi guys,
i would like to understand if nginx can be used for my request, i try to explain:

i have a http mpegts server
we are 5 client

normally someone think to connect all together to the server like:

client1-------------------> \
client2-------------------> \
client3-------------------> http server
client4-------------------> /
client5-------------------> /

but i can't do for reson of bandwitch ( 5 stream take around 20/22 mb )

so i would like to use nginx in the middle, like:

client1-------------------> \
client2-------------------> \
client3-------------------> (nginx proxy with cache stream) <-----------> http server
client4-------------------> /
client5-------------------> /

5 client request the same source to my local nginx server

nginx get the stream from the main server ( in this case take only 4mb and sharing the cache with 5 client )

can be possible??

thx
Subject Author Posted

help to understand proxy_pass and proxy_cache

vampeta February 28, 2016 01:52PM

Re: help to understand proxy_pass and proxy_cache

unclepieman February 28, 2016 04:16PM



Sorry, only registered users may post in this forum.

Click here to login

Online Users

Guests: 326
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