The latest release (2014.03.25) of the "LIVE555 Streaming Media" software
supports (both transmitting and receiving) RTCP packets that are multiplexed on
the same port as RTP packets. (This is optional behavior; the default behavior
is still to have RTP packets sent on an even-numbered port, an
Martijn,
Thanks for the report. The following change to the code should prevent the
problem:
In "QuickTimeFileSink.cpp", line 321, change
subsession->readSource()->stopGettingFrames();
to
if (subsession->readSource() != NULL)
subsession->readSource()->stopGettingFrames();
I'll
Hi Ross,
Thanks for looking into this. I recompilled with linux-gdb enabled, see
output below.
martijn@shuttle:~/src/live$ gdb /home/martijn/src/live/testProgs/openRTSP
GNU gdb (Ubuntu/Linaro 7.4-2012.04-0ubuntu2.1) 7.4-2012.04
Copyright (C) 2012 Free Software Foundation, Inc.
License GPLv3+: GN