RTSPS does not work

emil.temirov

New Member
Hello everyone!

I have RTSPS stream (something like rtsps://myhost:433/stream), and when I'm trying to send POST request to my Web Call Server 5 rest API:
`https://mywcshost/rest-api/rtsp/startup` with the following JSON body:
JSON:
{
    "uri": "rtsps://myhost:433/stream",
    "localStreamName": "myStream"
}
I'm getting 500 error and the following in the server's logs:

Code:
22:36:42,995 INFO               NodeApi - HTTPS-pool-5-thread-19 Play failed cause - Failed to get agent storage
I suppose Web Call Server 5 does not support RTSPS protocol, it supports only RTSP. Am I right? Is it possible to enable supporting RTSPS?
 

Max

Administrator
Staff member
Good day.
RTSPS is not supported yet because it it not widely used. We raised the ticket WCS-3051 to implement this. Please provide us RTSPS stream URL for testing (should be active 24/7) using this private form.
 
Top