skunz

Results 10 comments of skunz

@Mik4sa Can you elaborate on the steps to produce a working image for armv7? Thank you

Thanks for the fast reply. I tried it on my raspberrypi and on my windows 10 machine. Using your provided dockerfile and running `docker buildx build --platform linux/arm/v7 -t baget-arm...

No I did not configure buildx before. Im quite new to all this docker stuff :D. Thanks for you patience. I ran your suggested commands and get the same output...

Great it works on my windows machine now! However when pushing the image to docker hub and pulling it on my pi I get the following warning: `WARNING: The requested...

Weird... well it wouldn't suprise me if I messed up somewhere. I've seen you're from Germany too, do you mind hopping on a quick discord session and sorting this out...

@tv1993 were you able to figure something out?

I am also interested in this feature. @sonOfRa can you elaborate what the state of progress is? Are there any blockers for you?

> Do you happen to know what the 'm' stands for in the version info? It comes from Chrome and matches what WebRTC branch is included in the Milestone versions...

Yes exactly! I am now capturing the frame using webrtc's built in desktop_capture module (using directx). Those frames are copied to RAM and I then want to send them to...