|
|
|
|
|
by vdnkh
265 days ago
|
|
I work for another large streaming site where people like to use adblockers. These adblockers also cause similar performance issues that are entirely caused by awful code in these blockers. I've studied the code for all of these blockers and they do stuff like: - Constantly hammering the playlist endpoint to try and get something without an ad stitched in - Constantly tearing down and remaking the player - During an ad, requesting the playlist for every other quality to see if those do not have any stitched ads - Proxying all traffic to servers the adblocker people own in countries where ads are not typically served (eg Russia) - Intercepting playlist requests and simply deleting segments that they believe are ads (oh no why is my stream broken!!! stupid streaming website!!) Youtube _could_ be doing something here, but there is also a very real chance your adblocker code is simply bad. |
|