I am using libstreaming (https://github.com/fyhertz/libstreaming) for doing streaming for my android phone to VLC.
In a local network, I get to watch the streaming in VLC OK, but when i disable wifi and i Use 3g/lte, I don't get to watch the streaming in VLC.
So...how can i do streaming with 3g/lte?
PD: I am using example 1 of this https://github.com/fyhertz/libstreaming-examples
Thanks!