-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
question abt video server #2
Comments
added a docker-compose.yml and a Dockerfile and it works. Whats strange is that the frame rate is very low, the queue size is very hi and even after closing the connection from the android app, the queue keeps being processed |
I have a similar problem, I started the server with intellij and it displays the "device offline" image on vlc player for example but when I go to connect the android device part of the frames are received but the image does not change on vlc player. on the android side I always have an "empty queue", how did you solve this? |
running it on local docker |
This is a known limitation of the current implementation. I haven't looked at the code in a while but I think one of the main pain points was that the current implementation uses TCP instead of UDP. |
sorry i do not undestand how and where should i start the video server.
thank u
The text was updated successfully, but these errors were encountered: