> I'm using the most current version of live555 on an embedded linux
> platform to deliver an MPEGTS stream via RTSP. I am having issues where if
> I use `testRTSPClient`, the debug prints for all payload/RTP packets have
> the '!' at the end meaning they are not synchronized via RTCP. Where
> shou
All,
I'm using the most current version of live555 on an embedded linux
platform to deliver an MPEGTS stream via RTSP. I am having issues where if
I use `testRTSPClient`, the debug prints for all payload/RTP packets have
the '!' at the end meaning they are not synchronized via RTCP. Where
should I
> Actually, that's true only if the "reuseFirstSource" parameter was set to
> True.
> If "reuseFirstSource" is False (its default value), then each client request
> (to
> "SETUP"/"PLAY" the stream) will create a new stream source (and a new
> "StreamState" object).
That makes sense now. Thanks f