Hi Ross,
When i changed the code like this
if (strcmp(fProtocolName, "UDP") == 0) {
on line 656 of "MediaSession.cpp" to
if (True) {
the MultiFramedRTPSource class is not executed. Now it using the
BasicUDPSource class. I just create a file inside the
void BasicUDPSource::incomingPacketH
Hi,
I am new to live555 media server. I used it for streaming a video file, and
palyed in the VLC. I found it is running very nicely and smoothly.
I have some doubts:
1:-whether live555 media server takes care of packets loss in the network ?
2:- Can I send both audio and video files by running