how to control bandwidth?

Hello, I´m new here. I have more than 20 radio links in bridge mode, some of the are ubiquiti and other mikrotik.
Some video camaras are consuming to much so I want to put a router to control the traffic.
Example.
Camera 1: 1Mbps
Camara 2: 1Mbps
I tried to do it with a hap lite, but it didnt work. All my network is in bridge mode, so I don’t know If it’ll works with simple queues.
Maybe some recomendations.

Thanks a lot.

Can you please shared your configuration?

and let me know how both Cameras are connected each other?

Are they connected to switch or router

/interface bridge
add name=bridge1
/interface wireless
set [ find default-name=wlan1 ] ssid=MikroTik
/interface wireless security-profiles
set [ find default=yes ] supplicant-identity=MikroTik
/queue simple
add dst=30.25.88.50/32 max-limit=512k/512k name=“camara 1” target=bridge1
add dst=30.25.88.51/32 max-limit=512k/512k name=“camara 2” target=bridge1
add dst=30.25.88.52/32 max-limit=512k/512k name=“camara 4” target=bridge1
add dst=30.25.88.53/32 max-limit=512k/512k name=“camara 3” target=bridge1
/interface bridge port
add bridge=bridge1 interface=ether2
add bridge=bridge1 interface=ether3
add bridge=bridge1 interface=ether4
add bridge=bridge1 interface=ether1
/ip address
add address=30.25.88.90 interface=bridge1 network=192.168.2.90