OK, so it looks like no data is arriving over UDP - the ports it's using are the last two numbers in this line:
(note: the ports are allocated dynamically, so they may change for each session).
Does playing recordings work - if it does, can you post server/client logs for that situation please ?
The RTSP setup stuff seems to be working OK, but AFAIK this uses TCP on port 554, whereas the actual streaming uses UDP on variable ports (but usually the high numbered ports, from the logs I've seen).
Tony
Code:
02-08-2011 07:45:57.726 [1420]Created receiver for video MP2T 58976 58977
(note: the ports are allocated dynamically, so they may change for each session).
Does playing recordings work - if it does, can you post server/client logs for that situation please ?
The RTSP setup stuff seems to be working OK, but AFAIK this uses TCP on port 554, whereas the actual streaming uses UDP on variable ports (but usually the high numbered ports, from the logs I've seen).
Tony