You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I'm having a strange issue when using the HTTP API. I'm making requests to the API from two separate clients:
Postman (for testing)
React website
I'm able to successfully make requests to the API from both clients, however some data is missing when requesting from the website. Here's an example for the 'Get all streams info' endpoint:
Were the requests made at the same time, with an active stream? The upper request just shows an active stream, and the lower one has no active stream
Yes the requests were made at the same time with an active stream. The bottom request is an active consumer while the top one isn't.
I found that after disabling the stream from the website and consuming the stream from a different client, the website finally shows the full request data. So it seems clients that are actively streaming cannot get the full request data.
This answers my original question, but I'm unsure whether this is a feature or a bug. I think it would be nice to have the full request data for all clients, regardless if they are consuming a stream.
Hello, I'm having a strange issue when using the HTTP API. I'm making requests to the API from two separate clients:
I'm able to successfully make requests to the API from both clients, however some data is missing when requesting from the website. Here's an example for the 'Get all streams info' endpoint:
Response from Postman:
Response from Website:
These two requests are for the same endpoint on the same network. I've tried enabling/disabling the headers but nothing works.
The Go2RTC server is running in a Docker container on Windows.
Does anyone know why this is happening? Any help would be appreciated!
The text was updated successfully, but these errors were encountered: