Can't watch twitch live streams

I just bought HAP ac2 and made simple configuration as Home AP Dual, set WAN and LAN interfaces and WiFI.
Everything works well, I added some rules for gaming and QoS, but even without them just after getting internet connection I can’t watch Twitch live streams.
Every other site with live streams work, I can watch VODs on Twitch, only live streams are black and I get Error 2000 after some time.
I checked on multiple devices and it is the same, checked directly on first router (that is about to go in bridge mode soon) and it works.

What is it about? Doesn’t standard configuration allow some kind of packets or ports that twitch needs to work?

Tried changing DNS in RouterOS and PC to same as ISP router, because it is using ISP DNS, but no luck.

DMZ to my PC, nope, doesn’t work.

Problem solved. I thought it was applying subnet mask automatically, but no, I had to set it from 255.0.0.0 to 255.255.255.0 on WAN and it works now.
Noob problems. :laughing:

I was going to say,m that one has to sit still to watch a twitch stream LOL… Glad you found the error!

Can u explaine steps to do mask subnet?
I really cant watch iqiyi and twitch

Step 1: Don’t be creative.

Step 1a: If it’s WAN interface and address is dynamic (DHCP, PPPoE), don’t touch anything.
Step 1b: If it’s WAN interface and manual config, enter exactly what you got from ISP.
Step 1c: If it’s LAN interface, use only private subnets (10.0.0.0/8, 172.16.0.0/12, 192.168.0.0/16), nothing else. Numbers behind slashes are minimum mask length for given subnet, they can be higher but not lower. In most cases you just want /24, which is enough for subnets with a little over 250 addresses.

Step 2: Success.

Yes thank you so much, it works
Now why it doesnt work on bridge ?