Access NVR

Hello,

I would to acces to my NVR from outside.
So I redirected port 8000 on port 80 of my NVR.

0 ;;; CAMERA
chain=dstnat action=dst-nat to-addresses=10.41.2.20 to-ports=80
protocol=tcp in-interface=PPPOE-MLS dst-port=8000 log=no log-prefix=“”

I can acces to my NVR interface but I do not visualize the videos.
I replace my MKR router by TPLINK router and all works fine with the TPLINK.
In the local network all run normally.
Can you help me to configure my Mikrotik with my NVR please.

NVR : DIGIEVER
MKT : 951Ui-2nD

Cordially.

I just had a brief look at the digiever homepage - in their forwarding help page they show that tcp & udp should be forwarded (but never said this in the text).
Maybe the video is streamed through UDP - so just copy your dst-nat rule and use UDP as well.

-Chris