Hello, there is a mini computer cubieboard 1 and the goal: to broadcast from it a webcam (which is connected to it via USB).
Options for my decisions:
- Install Debian, install ffmpeg and translate
- We install Android, install any application for broadcasting (I used IP Webcam )
I thought that the first option would be better, because:
- OS without graphical shell - eats less
- There are no any applications that would also eat resources
But it turned out all to turn around, the android broadcast worked almost perfectly (delay around 0.2s.) With good resolution.
And on Debian with a resolution of 320X240, there were terrible drops in FPS + delay of about 2s and the CPU was 100% loaded. And at 640X480 resolution, it did not work at all.
Maybe something I misunderstand, but how is it possible?