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
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
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".
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