Thank you for reply. I am greatly pleased.
I found some solution creating a port forward to local IP address of the camera in jetson.
considering jetson's IP address is 192.168.1.15
if we go to address 192.168.1.15:9009 then this address will be forwarded to 192.168.5.18:80 which is the local camera address accessible in jetson device. I guess this is possible using IP tables in linux although I am using nginx for such redirection.
I found some solution creating a port forward to local IP address of the camera in jetson.
considering jetson's IP address is 192.168.1.15
if we go to address 192.168.1.15:9009 then this address will be forwarded to 192.168.5.18:80 which is the local camera address accessible in jetson device. I guess this is possible using IP tables in linux although I am using nginx for such redirection.