400 BadRequest with RestAPI

Hello Max, I am connecting this rest api through AWS Load balancer endpoint (HTTPS) which connects to port 8081 in WCS. Is there any issue with this configuration?
 

Max

Administrator
Staff member
In the AWS LB deploying example, websocket connection is used to publish/play the stream. Is this working?
Note that all the REST API requests should be sent to certain server, not to load balancer entry point because they can be routed by load balancer to wrong server.
 
okay. If I have multiple servers attached to the load balancer, how can I get all the streams published in different servers?
 

Max

Administrator
Staff member
If I have multiple servers attached to the load balancer, how can I get all the streams published in different servers?
To publish streams to different servers, you should publish any stream directly to the server, i.e. you should implement your own load balancing logic.
 
Top