mpromonet / v4l2rtspserver

RTSP Server for V4L2 device capture supporting HEVC/H264/JPEG/VP8/VP9
The Unlicense
1.86k stars 428 forks source link

[0.3.1] Cannot upgrade armv6l (wrong architecture) #280

Closed wvdakker closed 2 years ago

wvdakker commented 2 years ago

Describe the bug A clear and concise description of what the bug is.

To Reproduce 1: use existing 0.3.0 install on a RPi 1B 2: Install version 0.3.1

Expected behavior 'Normal install'

Screenshots Log: dpkg: error processing archive v4l2rtspserver-0.3.1-Linux-armv6l-.deb (--install): package architecture (armv6l) does not match system (armhf)

By-the-way: armhf install but segfaulted.

Desktop (please complete the following information):

mpromonet commented 2 years ago

Hi,

armhf is armv7, armv6 package architechture is wrongly build.

Best Regards, Michel.

wvdakker commented 2 years ago

Ok thanks. Is a new build be expected?

mpromonet commented 2 years ago

I am checking it, the 0.3.3 should be ok.

wvdakker commented 2 years ago

Great!

wvdakker commented 2 years ago

It works with 0.3.3 Thanks