> 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
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
> -->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"
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
> " 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
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
> --> 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
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