IP-Camera icon indicating copy to clipboard operation
IP-Camera copied to clipboard

question abt video server

Open nik2208 opened this issue 1 year ago • 4 comments

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

nik2208 avatar Apr 26 '24 13:04 nik2208

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

nik2208 avatar Apr 27 '24 14:04 nik2208

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?

raffaelefesta19 avatar May 02 '24 13:05 raffaelefesta19

running it on local docker

nik2208 avatar May 02 '24 13:05 nik2208

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.

BalioFVFX avatar May 17 '24 20:05 BalioFVFX