May 282010
After looking at removing 4od adverts I thought I’d have a look at removing adverts from playing on the ITV player. I found out that it was significantly easier than 4od.
How To
Here is the how-to to disabled/skip adverts on ITV’s player. It is only for Windows Visa and Window 7. If you are using another operating system and you don’t want adverts then you should BLOCK 213.199.175.157 (itv.adbureau.net) with your firewall, either on your computer or router.
- From the start menu select Control Panel
- Within the control panel select System and Security
- Select Windows Firewall
- Select Advanced Settings
- Say yes on the UAC security warning.
- Select Outbound Rules
- Select New Rule
- Select Custom
- Select Next
- Select All programs
- Select Next
- Select Next
- Select These IP addresses
- Select Add
- Type -> 213.199.175.157
- Select OK
- Select Next
- Select Block the connection
- Select Next
- Click Next
- Type -> Block ITV Adverts
- Click Finish
Your Done! Now watch ITV online without adverts, yay!
How this was uncovered
- Run Wireshark
- Set a capture filter: tcp port 80
- Start a capture and goto ITV Player
- Play any program on ITV player
- Once the adverts start stop the capture
- Filter the capture results for “http.response.code == 200”
- Towards the bottom requests for itv.adbureau.com were made, hmm adbureau, looks good.
- I first tried to redirect this with an entry in the hosts file but this didn’t work, maybe a static ip is being used?
- Tried blocking communication to itv.adbureau.com ip address : 213.199.175.157 worked. Yay!
Point of interest
- The XML file provided by itv.adbureau.com contains the URLs for mp4 files that can be downloaded without any cookie information or referal eg:
http://itv-73.vo.llnwd.net/d1/broadband/ads/MUM-GFED001-030_ITV_AdOps_MP4.mp4
A better solution
If you know how to, then set your router to block traffic to 213.199.175.157, then all wireless and network pc’s will not require configuration, and if something changes, there is only place to update.
Tried the solution but it doesn’t work 🙁 I don’t know how old this solution is but I believe that ITV have ‘re-jigged’ their system to get around ad blocking……..
You can still get this to work but you need to change the blocked IP address from 213.199.175.157 to a scope of 84.53.132.80 – 84.53.132.90.
This should block all the new adverts. 🙂
Try adding these lines to your hosts file:
127.0.0.1 itv.adbureau.com
127.0.0.1 mp.adverts.itv.com
Works for me.
No adverts on ITV Player after adding…
127.0.0.1 itv.adbureau.com
127.0.0.1 mp.adverts.itv.com
Cheers!