Re: [Live-devel] RTCP unsynchronized

2015-01-30 Thread Ross Finlayson
> 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

[Live-devel] RTCP unsynchronized

2015-01-30 Thread aclark
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

Re: [Live-devel] RTCP APP packet handling

2015-01-30 Thread Ogden, Nick
> 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