Discussion:
[Live-devel] Questiones about RTSP protcol
赵橙
2018-11-10 08:32:59 UTC
Permalink
Hi there,
I am learning and implementing the RTSP protocol. When transmitting audio and video streams, does it not respond to rtcp, will the streaming server (Live555) stop transmitting?


Best RegardsGeorge
Ross Finlayson
2018-11-10 10:07:47 UTC
Permalink
Post by 赵橙
I am learning and implementing the RTSP protocol. When transmitting audio and video streams, does it not respond to rtcp, will the streaming server (Live555) stop transmitting?
This is not really a question about the RTSP *protocol*, but instead, a question about our *implementation* of the RTSP protocol.

Yes, if our RTSP server does not receive RTCP “Reception Report” (RR) packets or RTSP commands from the client within 65 seconds (this number is configurable; it is the “reclamationSeconds” parameter to “RTSPServer::createNew()”), then it will assume that the RTSP client has died, and terminate the connection (and stop transmitting).


Ross Finlayson
Live Networks, Inc.
http://www.live555.com/
赵橙
2018-11-10 12:58:41 UTC
Permalink
I see, thank you very much.



------------------ Original ------------------
From: "Ross Finlayson"<***@live555.com>;
Date: Sat, Nov 10, 2018 06:07 PM
To: "LIVE555 Streaming Media - development & use"<live-***@ns.live555.com>;

Subject: Re: [Live-devel] Questiones about RTSP protcol
Post by 赵橙
I am learning and implementing the RTSP protocol. When transmitting audio and video streams, does it not respond to rtcp, will the streaming server (Live555) stop transmitting?
This is not really a question about the RTSP *protocol*, but instead, a question about our *implementation* of the RTSP protocol.

Yes, if our RTSP server does not receive RTCP “Reception Report” (RR) packets or RTSP commands from the client within 65 seconds (this number is configurable; it is the “reclamationSeconds” parameter to “RTSPServer::createNew()”), then it will assume that the RTSP client has died, and terminate the connection (and stop transmitting).


Ross Finlayson
Live Networks, Inc.
http://www.live555.com/


_______________________________________________
live-devel mailing list
live-***@lists.live555.com
http://lists.live555.com/mailman/listinfo/live-devel

Loading...