- September 1, 2008
- 21,577
- 8,224
- Home Country
- New Zealand
I'm sorry, I don't understand. I'm not very good with network/socket code stuff.Merged filter before sending SETUP request reserves pair of UDP ports (create sockets without SO_REUSEADDR option). If any of ports are used by someone else, it simply choose next pair of ports (by default, filter starts on port 50000 and goes up to 65535, but min and max ports can be configured in RTSP url). UDP ports are reserved without SO_REUSEADDR option on socket, so it's not able to access them.
SAT>IP servers deliver a stream via RTSP + RTP. What I'm saying is that I want to implement the RTSP part in C# and use your filter to receive the RTP/UDP stream. Do you think this is possible?