Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie

Website bandwidth usage quesion + you tube

Options
  • 30-05-2007 10:54am
    #1
    Registered Users Posts: 2,934 ✭✭✭


    Hi

    If I imbed a you tube video on my website
    i.e. hosted on you tube and played through my site using the link they provide
    Does this eat up my bandwidth?


Comments

  • Registered Users Posts: 9,225 ✭✭✭Chardee MacDennis


    nope its just a link to youtube. shouldnt use much if any for this.


  • Registered Users Posts: 2,934 ✭✭✭egan007


    Ok thanks al


  • Registered Users Posts: 94 ✭✭Kudos


    Call_me_al wrote:
    nope its just a link to youtube. shouldnt use much if any for this.

    It doesn't use any at all. Zero.


  • Registered Users Posts: 3,514 ✭✭✭Rollo Tamasi


    Kudos wrote:
    It doesn't use any at all. Zero.

    Not true.
    It uses a tiny percent. The dozen or so lines of code you use to embed the player will consume some of your bandwith. But I'm being pedantic :)


  • Registered Users Posts: 94 ✭✭Kudos


    Not true.
    It uses a tiny percent. The dozen or so lines of code you use to embed the player will consume some of your bandwith. But I'm being pedantic :)
    300 bytes is pretty pedantic, 10000 views would be 7megs bandwidth, I'd call that zero, relatively speaking.


  • Advertisement
  • Moderators, Politics Moderators Posts: 39,920 Mod ✭✭✭✭Seth Brundle


    Not true.
    It uses a tiny percent. The dozen or so lines of code you use to embed the player will consume some of your bandwith. But I'm being pedantic :)
    Dozen lines? What are you coding? e.g.
    <object width="425" height="350">
    <param name="movie" value="http://www.youtube.com/v/ZQ8b3gkArK8"></param>
    <param name="wmode" value="transparent"></param>
    <embed src="http://www.youtube.com/v/ZQ8b3gkArK8" type="application/x-shockwave-flash" wmode="transparent" width="425" height="350"></embed>
    </object>
    


  • Registered Users Posts: 2,934 ✭✭✭egan007


    Jeeeeez lads Call_me_al answered it one line! :)


Advertisement