tube site hardware configuration

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Vapid - BANNED FOR LIFE
    Barterer
    • Aug 2004
    • 4864

    #1

    tube site hardware configuration

    Any suggestions?
  • CurrentlySober
    Too lazy to wipe my ass
    • Aug 2002
    • 38941

    #2
    i suggest a visit to the toilet, after yesterdays thanks giving dinner..


    👁️ 👍️ 💩

    Comment

    • Vapid - BANNED FOR LIFE
      Barterer
      • Aug 2004
      • 4864

      #3
      Job well done.

      Comment

      • SGS
        Confirmed User
        • Dec 2002
        • 5176

        #4
        To help with "user uploads"

        See sig...

        Comment

        • k0nr4d
          Confirmed User
          • Aug 2006
          • 9231

          #5
          You're gonna generally want as much of everything that will fit into the box while still being in your budget.

          In all seriousness though, it depends on what you are planning to do...if you're running a tube with all embedded videos you have different requirements then if you are hosting all your own videos and transcoding them into 5 different formats...
          Mechanical Bunny Media
          Mechbunny Tube Script | Mechbunny Webcam Aggregator Script | Custom Web Development

          Comment

          • Vapid - BANNED FOR LIFE
            Barterer
            • Aug 2004
            • 4864

            #6
            I was thinking centos with apache and nginx pulling content off ssds and having a large upload capacity.

            Comment

            • k0nr4d
              Confirmed User
              • Aug 2006
              • 9231

              #7
              Originally posted by Monotony
              I was thinking centos with apache and nginx pulling content off ssds and having a large upload capacity.
              SSD's are too small to store enough for tube content, and it'd be too expensive to throw together 2 or 3tb of SSD drives. You'd be better off putting an OS on an SSD, toss apache with nginx in front of it as a proxy and store your content on regular 2-3tb drives, using that as the origin server for a CDN.
              Mechanical Bunny Media
              Mechbunny Tube Script | Mechbunny Webcam Aggregator Script | Custom Web Development

              Comment

              • Vapid - BANNED FOR LIFE
                Barterer
                • Aug 2004
                • 4864

                #8
                The thing is that I have your script making very small flvs. So it becomes feasible to host it on an ssd, the os included. Even 10 sites with thousands of movies will fit on a single 512gb ssd. The content delivery network is avoided by using adobe media server. I get what you are saying though which is gold for the standard crowd. I want speed at a low price.
                Last edited by Vapid - BANNED FOR LIFE; 11-23-2012, 06:55 AM.

                Comment

                • borked
                  Totally Borked
                  • Feb 2005
                  • 6284

                  #9
                  For the server, this is perfect:
                  http://www.ovh.ie/dedicated_servers/eg_64g_hybrid.xml
                  Hosted in Canada for N.America traffic or NE France for euro-traffic.

                  It's a beast of a machine for the money, with apache and databases running on the SSDs and content on the SATAs. Absolutely no need for content on ssd's since the read capicity of HDDs is far more than required for,delivery.
                  Personally, I would recommend wowza rather than adobe since it's much more customizable.
                  Last edited by borked; 11-23-2012, 08:14 AM.

                  For coding work - hit me up on andy // borkedcoder // com
                  (consider figuring out the email as test #1)



                  All models are wrong, but some are useful. George E.P. Box. p202

                  Comment

                  • borked
                    Totally Borked
                    • Feb 2005
                    • 6284

                    #10
                    Originally posted by k0nr4d
                    toss apache with nginx in front of it as a proxy
                    What is the benefit of nginx in front of apache? Ok if it's as a load balancer but i see no benefit at all to pass requests from one web server to another on the same machine.
                    Serve thumbs from nginx, yes maybe.

                    For coding work - hit me up on andy // borkedcoder // com
                    (consider figuring out the email as test #1)



                    All models are wrong, but some are useful. George E.P. Box. p202

                    Comment

                    • k0nr4d
                      Confirmed User
                      • Aug 2006
                      • 9231

                      #11
                      Originally posted by borked
                      What is the benefit of nginx in front of apache? Ok if it's as a load balancer but i see no benefit at all to pass requests from one web server to another on the same machine.
                      Serve thumbs from nginx, yes maybe.
                      You setup nginx to respond to js, css, flv, jpg, gif, mp4, etc and pass through everything else to apache. Same sort of idea as using nginx to host just the thumbs but this also serves the pieces of your layout like the css and images from that via nginx. Give's you the best of both worlds...
                      Mechanical Bunny Media
                      Mechbunny Tube Script | Mechbunny Webcam Aggregator Script | Custom Web Development

                      Comment

                      • freecartoonporn
                        Confirmed User
                        • Jan 2012
                        • 7683

                        #12
                        Originally posted by borked
                        For the server, this is perfect:
                        http://www.ovh.ie/dedicated_servers/eg_64g_hybrid.xml
                        Hosted in Canada for N.America traffic or NE France for euro-traffic.

                        It's a beast of a machine for the money, with apache and databases running on the SSDs and content on the SATAs. Absolutely no need for content on ssd's since the read capicity of HDDs is far more than required for,delivery.
                        Personally, I would recommend wowza rather than adobe since it's much more customizable.
                        do they allow adult., ??
                        SSD Cloud Server, VPS Server, Simple Cloud Hosting | DigitalOcean

                        Comment

                        • borked
                          Totally Borked
                          • Feb 2005
                          • 6284

                          #13
                          Originally posted by freecartoonporn
                          do they allow adult., ??
                          If it's legal adult, yes it's allowed. I wouldn't do any grey area stuff like extreme adult etc... but mainstream adult no problem.

                          For coding work - hit me up on andy // borkedcoder // com
                          (consider figuring out the email as test #1)



                          All models are wrong, but some are useful. George E.P. Box. p202

                          Comment

                          • borked
                            Totally Borked
                            • Feb 2005
                            • 6284

                            #14
                            Originally posted by k0nr4d
                            You setup nginx to respond to js, css, flv, jpg, gif, mp4, etc and pass through everything else to apache. Same sort of idea as using nginx to host just the thumbs but this also serves the pieces of your layout like the css and images from that via nginx. Give's you the best of both worlds...
                            Right that's what I was thinking, though I'd do it the other way round - set up nginx as "static.dom.com" and implicitly call all static content from the HTML. That way the nginx proxy process isn't waiting until apache has completed the response in the passthru situation you described.

                            For coding work - hit me up on andy // borkedcoder // com
                            (consider figuring out the email as test #1)



                            All models are wrong, but some are useful. George E.P. Box. p202

                            Comment

                            • Vapid - BANNED FOR LIFE
                              Barterer
                              • Aug 2004
                              • 4864

                              #15
                              nginx load balances. ^

                              Comment

                              • borked
                                Totally Borked
                                • Feb 2005
                                • 6284

                                #16
                                yes it does, and it does it very well, but that wasn't what was being discussed - load balancing means >1 server, but what was being discussed was proxying, passing certain requests through to another machine (the same in this case) for certain requests, like css, jpg etc.
                                you asked for advice, we're all giving advice ;)

                                For coding work - hit me up on andy // borkedcoder // com
                                (consider figuring out the email as test #1)



                                All models are wrong, but some are useful. George E.P. Box. p202

                                Comment

                                • epitome
                                  So Fucking Lame
                                  • Jun 2009
                                  • 12156

                                  #17
                                  Whatever the script calls for and whatever you need to support your traffic.

                                  Comment

                                  • HomerSimpson
                                    Too lazy to set a custom title
                                    • Sep 2005
                                    • 13826

                                    #18
                                    storing tube videos on SSDs LOL...
                                    dude you'll need 3TB drives and lots of those...
                                    Make a bank with Chaturbate - the best selling webcam program
                                    Ads that can't be block with AdBlockers !!! /// Best paying popup program (Bitcoin payouts) !!!

                                    PHP, MySql, Smarty, CodeIgniter, Laravel, WordPress, NATS... fixing stuff, server migrations & optimizations... My ICQ: 27429884 | Email:

                                    Comment

                                    • Vapid - BANNED FOR LIFE
                                      Barterer
                                      • Aug 2004
                                      • 4864

                                      #19
                                      ssd hosted videos are going to load faster.

                                      Comment

                                      • Kovachi
                                        So Fucking Banned
                                        • Sep 2012
                                        • 400

                                        #20
                                        Originally posted by Monotony
                                        ssd hosted videos are going to load faster.
                                        is this meant to be a joke?

                                        Comment

                                        • mamaliga
                                          la gente está muy loca
                                          • Mar 2011
                                          • 1323

                                          #21
                                          Originally posted by SGS
                                          To help with "user uploads"

                                          Comment

                                          Working...