[Live-devel] Problem with RTPTransmissionStats

2011-12-20 Thread Volker Marks
able to find the issue. Can you give me a hint on how to get the TransmissionStats in my scenario? Thanks in advance Volker Marks ___ live-devel mailing list live-devel@lists.live555.com http://lists.live555.com/mailman/listinfo/live-devel

[Live-devel] Liveness and PassiveServerMediaSubsession

2011-09-19 Thread Volker Marks
Hi all! We are sending several H.264- and AAC-Streams using custom frame sources and PassiveServerMediaSubsession objects. When using VLC as a client the server keeps the connection (I guess because VLC periodically calls "GET_PARAMETER"). But when using an openRTSP based client the RTSPServer rem

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