Deep stream V5 RTSP over Mobile networks

We have deepstream v5 working on Jetson tx2
We can stream RTSP using WiFi, however we need to find a way to stream over Mobile networks, so for example we tried to have our jetson connect to an Android phone as hotspot and use the 'rtsp:// IP address of the Phone:8554 /dstest ’ to read the streaming from another phone

That didn’t work
We are flexible to use Azure cloud for streaming purposes, if using direct phones isn’t possible

Hi,
We have implementations in Sink Group.
If no existing implementation can be used in your case, you would need to customize deepstream-app. Not sure but probably http live streaming wroks in mobile networks. You may check

Or refer to deepstream-test4 and deepstream-test5, to use Azure cloud.