Welcome to the GoFuckYourself.com - Adult Webmaster Forum forums. You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today! If you have any problems with the registration process or your account login, please contact us. |
|
Discuss what's fucking going on, and which programs are best and worst. One-time "program" announcements from "established" webmasters are allowed. |
|
Thread Tools |
07-28-2016, 03:08 PM | #1 |
Confirmed User
Industry Role:
Join Date: Aug 2002
Posts: 9,752
|
Anyone know how to calculate the bandwidth needed to stream HiDef?
I'm trying to find out how much MBPS is needed to stream about 100 simultaneous hi def videos.
Wiki says you need 4.5 for each one, which would 450 MBPS. This seems really high, any idea here? |
07-28-2016, 04:21 PM | #2 |
Confirmed User
Industry Role:
Join Date: Jan 2002
Location: AZ
Posts: 6,166
|
If you encode them at 4.5mbs or 4500kbps including audio and have exactly 100 simultaneous streams that's 450mbs.
It all depends what bitrate you encode them. If you don't cap each connection at a specific kbps you can go over 450mbs as they buffer the videos faster then they play. |
07-28-2016, 05:34 PM | #3 |
So Fucking Banned
Join Date: Aug 2002
Posts: 10,300
|
In ffmpeg
Code:
-vcodec libx264 -maxrate 1500k -bufsize 3000k |
07-28-2016, 06:41 PM | #4 |
Videochat Solutions
Industry Role:
Join Date: Aug 2004
Location: Canada
Posts: 47,474
|
__________________
|
07-28-2016, 07:47 PM | #5 | |
Confirmed User
Industry Role:
Join Date: Aug 2002
Posts: 9,752
|
Quote:
That's a hefty bandwidth bill for a big site. |
|
07-28-2016, 08:43 PM | #6 | |
Confirmed User
Industry Role:
Join Date: Jan 2002
Location: AZ
Posts: 6,166
|
Quote:
Some videos will need higher bitrate to look as good as others that need a lower bit rate. Outdoor scenes usually require a lot more bit rate. When you encode you can use a fixed bit rate or you can use CQ (constant quality) setting to make all videos have the same quality. Fixed rate all videos will be roughly same size per minute of video, CQ they will all be different sizes. Download a x264 encoder and test some different settings on some videos and see how they look. I use ripbot264 but there are a lot of other ones. |
|
07-29-2016, 12:17 AM | #7 | |
Confirmed User
Industry Role:
Join Date: Aug 2002
Posts: 9,752
|
Quote:
|
|