Hello there,
For our JavaScript application, we are currently publishing the streams by sending a GET request like this (without the API):
This works perfectly, and the published streams to that room are very smooth and not laggy at all.
Now, we want to use the RESTapi for publishing the streams, and creating the room.
These are the steps I am currently using the RESTapi:
- Create a client
- Create a room
- Join a room
- Publish the media
Are these the correct steps for publishing the media? Right now, when we receive the remote streams, they are very laggy and the UV4L sever becomes very slow.