-
-
Notifications
You must be signed in to change notification settings - Fork 40
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Raspberry PI raspbian build #63
Comments
So I updated the readme with install instructions for the Raspberry Pi; or at least, I can get the electron app to build. I also built a DEB binary of the Electron App for a Raspberry pi, here: https://github.com/steveseguin/electroncapture/releases/tag/2.5.0 That said, there's a couple problems. If you want to use the GPU on the pi to hardware decode video, two things are additionally needed:.
https://www.dedoimedo.com/computers/rpi4-ubuntu-mate-hw-video-acceleration.html
I've spent a few hours on this task now, but unless you are happy running things with software-only decoding, this is probably a bit too time consuming for me to get working at this point. What was suggested as an alternative is what I'm already doing, and that is supporting VDO.NInja on the Raspberry_ninja project. It won't support overlays or more than one video at time, but it soon will be able to play any single h264 VDO.Ninja video at high-quality, smoothly. You can see that project here: https://github.com/steveseguin/raspberry_ninja I've yet to add the playout option, but it's coming soon, and it might be the better option going forward here for an ATEM input. _steve |
I'd like to try passing the vdo.ninja video through my ATEM by using electroncapture (browser is too resource intensive for this on RPi).
I'm trying to build electroncapture using the npm snap as per Linux instructions, however the error message is:
Unsupported arch arm failedTask=build stackTrace=Error: Unsupported arch arm
Would be helpful to have this program on raspberry pi as well!
The text was updated successfully, but these errors were encountered: