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

2013-07-19 Thread Ross Finlayson
> Yes, i have just put some prints to check this abrupt change in timestamp in > unmodified "testRTSPClient". OK, so now try the (unmodified) "testRTSPClient" with the (original, unmodified) "testOnDemandRTSPServer" (or "live555MediaServer"). If you see the problem with your server, but not wit

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

2013-07-19 Thread pratik
Yes, i have just put some prints to check this abrupt change in timestamp in unmodified "testRTSPClient". So, by observing that change in timestamp i conclude that there may be something wrong. On 07/19/2013 11:46 AM, Ross Finlayson wrote: -->As per your suggestion we have changed our serve

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

2013-07-18 Thread Ross Finlayson
> -->As per your suggestion we have changed our server & client's time to wall > clock time > but still there is problem with timestamp. I don't see how this can be happening with our server and client. Do you see the problem with your server and our original, *unmodified* "testRTSPClient"

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

2013-07-18 Thread pratik
Hi Ross, -->As per your suggestion we have changed our server & client's time to wall clock time but still there is problem with timestamp. --> we are still getting abrupt change in timestamp once as i had talked about and due to that while writing to file it writes wrong timesta

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

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