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