• 0 Posts
  • 13 Comments
Joined 1 year ago
cake
Cake day: September 19th, 2023

help-circle





  • isn’t this more or less what they’re doing now? The difference is that the ads are coming from different server and have an overlay on top with a timer and a skip. As long as the ads are coming from a different server they will be detectable. Also as long as the ads have overlays they are also detectable. They would need to make the ads be served from the same server that serves the video and eliminate the overlays.








  • yes I wouldn’t expect something to automatically do it for me. I know that I have to do a lot manual inspection. I was mostly curious if there is any way to help this process, for example a tool that it can easily group same/similar entries, and allows me to easily remove them. Instead of what I’m doing now that I have to manually notice that something is repetitive. Then I have to open in vim and write a regex that removes this, but also be careful that it doesn’t remove anything else. Then rinse and repeat.

    But I get that most probably I have to do it manually.

    You can always collect a log file yourself that you deem be normal, and you can write some processing code to automatically remove lines that both have in common.

    about this, I’m afraid it is even more difficult to be honest. Apart from I’m not sure where to find such log, as you already said, each device has fairly unique logs. I doubt I will manage to do anything valuable in any reasonable time frame.

    Thanks for the suggestions though!