Hello,
I'm gathering video data for analytics and I need to obtain an endpoint IP address where segments are being downloaded from.
In
documentation we have only
SegUrl field. I'm creating a roUrlTransfer object to last
SegUrl value or m3u8 URL and wait for the response to obtain the
target IP address, but I can't trust this data because response could be obtained for completely different CDN node (load balancers).
Is there a way to obtain an actual source IP address where current segment was downloaded from?
Thank you.