BalioFVFX / IP-Camera

Android app that turns your device into an IP Camera
MIT License
50 stars 8 forks source link

question abt video server #2

Open nik2208 opened 5 months ago

nik2208 commented 5 months ago

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

nik2208 commented 5 months ago

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 commented 5 months ago

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 commented 5 months ago

running it on local docker

BalioFVFX commented 4 months ago

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.