Hello everyone,
I have a question about sending RTSP command to a server.
I want to pause a streaming and replay it. I have no idea how to do it. Does anyone know about this?
I think it is like:
But this doesn't work.Code:request.open("PAUSE", addressTV, true); request.send(null);
After the pause, I want to play it from a timestamp, how to do it?
I am new in this, thanks a lot for your responses!


Reply With Quote

Bookmarks