@GoldenEye, ehfortin
You know that streaming you were having? Another guy has been dealing with the same problem over -->here<--. All credit to Owlsroost (Tony) for this suggestion: check your firewalls and see if there is an exception for private ports (dynamic) as well as public (well known/registered) ports. Just to add a bit of an explanation:
The port numbers are divided into three ranges: the Well Known Ports,
the Registered Ports, and the Dynamic and/or Private Ports.
The Well Known Ports are those from 0 through 1023.
DCCP Well Known ports SHOULD NOT be used without IANA registration.
The registration procedure is defined in [RFC4340], Section 19.9.
The Registered Ports are those from 1024 through 49151
DCCP Registered ports SHOULD NOT be used without IANA registration.
The registration procedure is defined in [RFC4340], Section 19.9.
The Dynamic and/or Private Ports are those from 49152 through 65535
RTSP streaming uses the UDP protocol over private ports, so firewall rules need to be configured with that in mind.
mm
it is a bug with the installer setting the app allowed under public but not private, setting allow to private solves the MP client not seeing the stream issue, and yes thanks owlroost.