Re: [Live-devel] RTP timestamp changes when second client connected to same stream.

2010-11-09 Thread Ross Finlayson
I use live555 version from 2007 year, distributed by Appro Technology(c) with wis-streamer. Sorry, but absolutely no support is given for old versions of the software. (And for the second (and last) time: You should be looking only at "presentation times", not "RTP timestamps". Our software c

Re: [Live-devel] RTP timestamp changes when second client connected to same stream.

2010-11-09 Thread Marat Shchuchinsky
Dear Mr. Ross Finlayson! I'm very glad for your detail explanation, but RTP timestamp is really changed. I print timestamp value into MultiFramedRTPSink::setTimestamp() after call of convertToRTPTimestamp(). Saw that printed value "jumped" once after the second instance of VLC player connected to s

Re: [Live-devel] RTP timestamp changes when second client connected to same stream.

2010-11-09 Thread Ross Finlayson
The conversion from presentation time to RTP timestamp (in the server code), and from RTP timestamp to presentation time (in the client code) happens automatically, and is not something that you should concern yourself with. As a (server or client) developer, you need concern yourself only wit

[Live-devel] RTP timestamp changes when second client connected to same stream.

2010-11-09 Thread Marat Shchuchinsky
Der Sir! I'm works with live555 to stream H264 encoded video, via RTP. I have found not clear functionality in your code and I will be grateful if you explain to me. When secondary client connected to same stream I saw "jump" into RTP timestamp in first stream. I have seen a code and to me functio