carterwild
carterwild

Reputation: 1

IFrame and Video Streaming Consuming my website bandwidth?

I created a website with some pages containing Iframes that stream videos. I'm planning to host my website at a webhost that indicate me that i only have a limited amount of BW per month, my question is:

suppose i have 1000 users per/ day and the users watch all the videos in Iframes (10 Iframes watched per user in a day) do the iframe streaming consume my website bandwidth that the webhost allowed me? i have 20 GB of allowed traffic ?

Upvotes: 0

Views: 3282

Answers (2)

Ryan Kempt
Ryan Kempt

Reputation: 4209

Assuming you are not hosting the videos, they will not use your webhosts bandwidth.

Upvotes: 1

Dylan
Dylan

Reputation: 4773

What's in the iFrames?

HTTP Transfers from your host are the only thing consuming your bandwidth. So if the "src" of your iframe is say youtube, that is the same as the user being on youtubes site, just framed in your site.

Now if you plan to host videos yourself, you will need a ton of bandwidth and probably some sort of cloud, edge, location based server type stuff and an IT department.

Upvotes: 1

Related Questions