Reply to thread

What if there are both internal and external clients. If we support NAT transparency/traversal we should support all possible configurations.




Unfortunately I don't think this is possible to do from a plugin, at least not in TV server. It might be possible using an MP plugin that would intercept g_player.Play(), parse the url to determine if it is RTSP, replace the IP address with the external one and pass it on to the original g_player.Play(). But I am not sure if/how you can hook into g_player in such a way.


Top Bottom