mrlt8 / docker-wyze-bridge

WebRTC/RTSP/RTMP/LL-HLS bridge for Wyze cams in a docker container
GNU Affero General Public License v3.0
2.47k stars 151 forks source link

Doesn't run on Raspberry Pi 5 using Rasbian Bookworm 64 Bit #1057

Closed fjrichman closed 7 months ago

fjrichman commented 7 months ago

Every time I try to run this on my Pi5 using the 64 bit version of Bookworm it just exits with code 139.

When I've tried to run it on the 32 bit version it worked just fine.

I suspect the reason is because the Pi5 uses armv8 instead of v7.

mrlt8 commented 7 months ago

Working on a proper arm64v8. Should be up in the next release.

mrlt8 commented 7 months ago

@fjrichman could you try using the mrlt8/wyze-bridge:dev image? I don't have a pi5, but seems to be working on my pi4.

fjrichman commented 7 months ago

mrlt8/wyze-bridge:dev is working on my pi5 now