Depends on your bitrate of your movies as well, it will be hard to play 4K 
videos on 1 megabit/s

Get Outlook for iOS<https://aka.ms/o0ukef>
________________________________
From: nginx <[email protected]> on behalf of c0nw0nk 
<[email protected]>
Sent: Thursday, November 16, 2017 9:26:06 PM
To: [email protected]
Subject: Nginx optimal speed in limit_rate for video streams

So when dealing with mp4 etc video streams what is the best speed to send /
transfer files to people that does not cause delays in latency / lagging on
the video due etc.

My current :

location /video/ {
    mp4;
    limit_rate_after 1m;
    limit_rate 1m;
}


On other sites when i download / watch videos it seems they transfer files
at speeds of 200k/s

Should I lower my rates ?

Posted at Nginx Forum: 
https://forum.nginx.org/read.php?2,277352,277352#msg-277352

_______________________________________________
nginx mailing list
[email protected]
http://mailman.nginx.org/mailman/listinfo/nginx
_______________________________________________
nginx mailing list
[email protected]
http://mailman.nginx.org/mailman/listinfo/nginx

Reply via email to