Video present in log , but not showing , while all looks OK

Hey guys, need some help from a specialist here
I have some hikvision hardware in my house as door intercom, i traced with wireshark how it works, and tried to simulate in on Asterisk
In screenshot below, 192.168.0.70 => outdoor intercom, when someone calls, the primary indoor 192.168.0.71 starts ringing, ans is also forwarding the call to the second indoor screen, 192.168.0.72
for test i pickup on second indoor screen, and the H264 video is sending from 192.168.0.70 to 192.168.0.72

Quite easy approach:


sip log:
asterisk1.txt (14.4 KB)

Now in asterisk i also setup a trunk for incoming call based on IP auth, i added another indoor registration, asterisk IP = 192.168.0.17 , with extension nr: 10000000005 (compared to 10000000001 in log above)
So in asterisk i receive an incoming call from 192.168.0.70 to 192.168.0.71 that forwards to 192.168.0.17 (ip auth trunk on asterisk)
Its actually identical as above screenshot
I see the call coming in on my softphone (6000), i can answer, i can hear audio , but the video is just missing? Whats wrong? Below is a full debug log with also rtp logging enabled (asterisk2.txt)

Can someone help me with this?

[hikvision]
type=aor
contact=sip:10010100000@192.168.0.71:5060

[hikvision]
type=endpoint
context=default
disallow=all
allow=ulaw,alaw
allow=h264,vp8
aors=hikvision

[hikvision]
type=identify
endpoint=hikvision
match=192.168.0.71

With easy dialplan below

exten => 10000000005,1,NoOp()
 same => n,Dial(PJSIP/6000)

asterisk2.txt (139.1 KB)

splitted logs with sngrep:
sip2.txt (8.3 KB)
sip1.txt (6.1 KB)