Re: [Live-devel] Difference in timestamp while receiving data from server

2013-07-17 Thread Ross Finlayson
> " Invalid > timestamp 1165029457 - 1164089188" > here previous one was 1165029457 and after change it was 1164089188. > I notice that these presentation times correspond to dates in 2006. Assuming that your server is using our

Re: [Live-devel] Difference in timestamp while receiving data from server

2013-07-17 Thread pratik
Hi Ross, We have also checked return value of /hasBeenSynchronizedUsingRTCP/(), and it returns 1 before and after change of timestamp. On 07/17/2013 03:44 PM, Ross Finlayson wrote: --> Now, we want to make client which receives data which is streamed from server --> For that initially we ha

[Live-devel] Need urgent help with RTSP client

2013-07-17 Thread Amit Pal
Hi All, I am trying to build my RTSP client using live555. 1) Can I use RTSP just for streaming not for session management. I mean we have different way of establishing the session, and I just want to use commands like play, pause etc. Is it mandatory to associate these commands with session? 2)

Re: [Live-devel] Difference in timestamp while receiving data from server

2013-07-17 Thread Ross Finlayson
> --> Now, we want to make client which receives data which is streamed from > server > > --> For that initially we have received frames using built in test program, > "openRTSPClient.cpp". I recommend that you use "testRTSPClient" as a model for this, rather than "openRTSP". > --> We have p

[Live-devel] Difference in timestamp while receiving data from server

2013-07-17 Thread pratik
Hi Ross, --> We are building server & client application to record and stream data using live555 library both the side. --> Live555 version we are using is 2013.07.03. --> we have successfully completed building of server which streams data and we also checked it by receiving data through VLC