Skip to content
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

Open
nik2208 opened this issue Apr 26, 2024 · 4 comments
Open

question abt video server #2

nik2208 opened this issue Apr 26, 2024 · 4 comments

Comments

@nik2208
Copy link

nik2208 commented Apr 26, 2024

sorry i do not undestand how and where should i start the video server.
thank u

@nik2208
Copy link
Author

nik2208 commented Apr 27, 2024

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

@raffaelefesta19
Copy link

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?

@nik2208
Copy link
Author

nik2208 commented May 2, 2024

running it on local docker

@BalioFVFX
Copy link
Owner

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

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants