Recent content by pilot830

  1. P

    reboots or package upgrades - what to do?

    when there are upgrades like for mysql server package, due to some security vulnerability or even upgrades to nginx or apache, this requires a restart of the services, which is fine except if you have people streaming video already, when you restart certain services it kills their stream...
  2. P

    add filtering for file server

    on file server section for admin, have it so we can filter by active, disabled, etc..
  3. P

    Scaling Super-Thread

    Yes on google chrome it will continue to buffer again, but only a tiny chunk.. If you just play the video and leave it, you will see that as you play the video, it continues to buffer but only a small margin... Never more than a small margin.. If you pause, buffering stops altogether.. On...
  4. P

    Scaling Super-Thread

    I think you may have misundrestood the issue. Load up the video using chrome, hit play, and then hit pause, and you will see that the video does not buffer beyond a tiny chunk The screen shot you have provided is for firefox. As I said, the video buffers and continues to buffer on firefox, but...
  5. P

    Scaling Super-Thread

    well im all team yetishare, so i didn't want to mention anything by name.. i only said that becuase as mentioned in this thread, theres many things missing from the script. i see how on the other scripts, they seem to have some things yetishare doesnt, such as - for the rewards, they have this...
  6. P

    Scaling Super-Thread

    I feel like there's lots missing from this script, compared to a rival script, I hope more things are going to be added
  7. P

    Scaling Super-Thread

    Any serious online business is going to have offsite backups of some kind. Anything short of that is irresponsible and a narrow view of their own business. Having this kind of attitude that you just need to "bug fix" everything and thats going to avoid you any unforseen disaster situation that...
  8. P

    Scaling Super-Thread

    There are any number of unforseen disasters that could happen. Having off site backup is important to some of us
  9. P

    Scaling Super-Thread

    Load balancing, script doese't support it, so you've got to build your own solution
  10. P

    352mb converts into 706mb

    The media converter (convert.php) needs to be modified to use ffprobe (from ffmpeg) to get the bitrate of the video, and then determine if videos bitrate is higher than the CONVERSION_BITRATE value.. If the video bitrate is NOT higher than CONVERSION_BITRATE, the video should be converted at the...
  11. P

    When pausing a video, does it buffer for you?

    Try it with chrome https://fhscript.com/DD8/Resident_Evil_Retribution_Trailer.mp4
  12. P

    When pausing a video, does it buffer for you?

    Per my last comment, I have now confirmed that if I directly throw a .mp4 file on the webserver, like in public_html/test.mp4 , and then i create a embed.html that is just simply like this: http://hastebin.com/erehowehud.xml the video DOES buffer continously, when paused.... this is what im...
  13. P

    When pausing a video, does it buffer for you?

    I have been trying to figure this out for quite some time now, how to get it to not just buffer a tiny amount and then stop, but to buffer a lot more, or the whole video (if paused) Let's revisit this for a second. Go to https://fhscript.com/DAr/Wreck_It_Ralph_Trailer.mp4 , hit play and then...
  14. P

    Handling sudden large traffic

    98% of my traffic is all streaming video, so this 700 connections thing is never going to work for me, since all my videos are converted to 2400-2500kbit and my servers are 1 gbps not 10gbps
  15. P

    Handling sudden large traffic

    While i'm at it, does anyone here get a lot of traffic for videos ? If so, how are you load balancing the traffic ? What are the procedures you are diong? As the script does not do any sort of load balancing.. and if you've got like hundreds of people trying to access a video it will easily stop...