-
Notifications
You must be signed in to change notification settings - Fork 5
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
omxplayer #1
Comments
Ok, setting a higher gpu memory resolved at some point, im still seeing arctifacts on omxplayer, is that something ill have deal with or is there a way to treat that. |
I haven't tried doing any video with Amino. What app are you using for the video playback? Can you tell me some steps to reproduce it? There's probably something silly going on in Amino's backend.
|
Hi, im using omxplayer, the default raspberry pi player |
And when looking for this if you think in a way that amino could render above the video i would really appreciate, would open doors for lots of applications |
Hey, just here again to say that I've been enjoying a lot coding with this library. |
Hi, Did you find a solution to render amino above omxplayer? Rolf |
No i didn't, im experimenting with gstreamer1.0 but no advance in this particular problem |
I found a similar issue with the solution here (eendeego/node-openvg-canvas#9) and i noticed the that amino also uses dispmanx. What i think is when you change the display layer in /src/rpi.cpp (line 103) from 0 to 1 it would/might work. But i guess you have to rebuild/recompile and i don't know where to start doing that. |
I'm traveling so I don't have a raspberry pi to test with me. Why don't you try changing that line and rebuilding. You just need to do That should trigger a recompile of the native code. |
Hi there, I got it working, great, thanks for your fast reaction! I know aminogfx is a work in progress. So the questions i ask me be related to stuff that hasn't been done yet or are not supposed to work the way i think. Just let me know Two questions One: Two: |
I haven't implemented either of these. Can you put in separate feature request issues? I'll get right on them. For a transparent background I think I can do it by changing the glClearColor. |
Im trying to run a video on top of amino, it was working with the version on the other repo, but with this one i keep getting 'COMXAudio::Decode timeout' error.
Is there a way to avoid this or a way to disable the screen rendering before initiating the video?
Thanks
The text was updated successfully, but these errors were encountered: