GoFuckYourself.com - Adult Webmaster Forum

GoFuckYourself.com - Adult Webmaster Forum (https://gfy.com/index.php)
-   Fucking Around & Business Discussion (https://gfy.com/forumdisplay.php?f=26)
-   -   Tech Anyone know how to calculate the bandwidth needed to stream HiDef? (https://gfy.com/showthread.php?t=1209649)

chaze 07-28-2016 03:08 PM

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?

abshard 07-28-2016 04:21 PM

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.

Relic 07-28-2016 05:34 PM

In ffmpeg

Code:

-vcodec libx264 -maxrate 1500k -bufsize 3000k
"Mobile"

2MuchMark 07-28-2016 06:41 PM

The Googletron-5000 is your friend.

https://www.google.ca/webhp?sourceid...rea m+Hi+Def?
.
.
.

chaze 07-28-2016 07:47 PM

Quote:

Originally Posted by ********** (Post 21066979)
The Googletron-5000 is your friend.

https://www.google.ca/webhp?sourceid...rea m+Hi+Def?
.
.
.

Oh cool, so yeah it looks like the wiki was the end game. I was hoping there was some magical trick to stream hi def without using around 4 mbps for each watcher.

That's a hefty bandwidth bill for a big site.

abshard 07-28-2016 08:43 PM

Quote:

Originally Posted by chaze (Post 21067093)
Oh cool, so yeah it looks like the wiki was the end game. I was hoping there was some magical trick to stream hi def without using around 4 mbps for each watcher.

That's a hefty bandwidth bill for a big site.

You can stream 1080p at a bitrate 100kbps but it will looks like garbage, you need to find a bitrate that's high enough that still looks good but low as possible.

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.

chaze 07-29-2016 12:17 AM

Quote:

Originally Posted by abshard (Post 21067159)
You can stream 1080p at a bitrate 100kbps but it will looks like garbage, you need to find a bitrate that's high enough that still looks good but low as possible.

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.

That's what I needed, I'll will have it tested at the lowest bitrate that still looks good.


All times are GMT -7. The time now is 12:03 AM.

Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc