[Live-devel] RTSPServer fails to stream when the number of ServerMediaSessions is more than 10

adunaevsky at core12.ru adunaevsky at core12.ru
Wed Jul 1 08:52:59 PDT 2015


Hello, Ross Finlayson and LIVE555 support,

there's another issue I have to tell about.
The RTSPServer works flawlessly while dealing with 10 ServerMediaSessions,
but it's hard to explain what happens when I create, say, 11 ServerMediaSession objects.

So I create RTSPServer with 11 sessions and 1 subsession per each session, then check every stream using vlc. 
It might work at the beginning, but not for too long. Then vlc just stops reading any of the RTSP streams and I am not able to read H.264 anymore. 
It looks like the server is still functioning, but the streaming appears to be completely broken. 

Here is what openRTSP shows:
--------------------------------------------------------------------------------------------
$ openRTSP rtsp://10.0.11.2:8554/66
Opening connection to 10.0.11.2, port 8554...
...remote connection opened
Sending request: OPTIONS rtsp://10.0.11.2:8554/66 RTSP/1.0
CSeq: 2
User-Agent: openRTSP (LIVE555 Streaming Media v2015.06.21)

--------------------------------------------------------------------------------------------

... and this is all what I am able to see from openRTSP.  
The RTSPServer refuses to give any responses. 

How to deal with this problem? What can be the reason of it?

Best regards,
Alexander Dunaevsky


More information about the live-devel mailing list