Re: [Live-devel] Problem receiving data on Windows XP (Volker Marks)

2011-07-21 Thread Volker Marks
D'oh! After several days of heavy debugging I've found the reason for all the network/multicast issues: Somehow I had lost the define "WINNT" in my groupsock-project-file. This led to the inclusion of "winsock.h" instead of "ws2ipdef.h" and this led to e.g. a wrong value for "IP_ADD_MEMBERSHIP".

[Live-devel] Problem receiving data on Windows XP

2011-07-19 Thread Volker Marks
Hi, I'm implementing a RTSP-Sender and -Receiver using liveMedia under Windows XP SP2. (Don't ask...) The current state is that -using VLC I'm able to play the stuff sent by my RTSP-Sender. -my RTSP-Receiver is able to process data streamed by the VLC (sent unicast?). Unfortunately m