-
Notifications
You must be signed in to change notification settings - Fork 206
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
OpenMAX Support #33
Comments
Hi, I do admit though, that I never tested (and hence optimized for) gmrender with video output - all my installations are headless, so I am not using it for video. Theoretically it should work (after all, it is using straight gstreamer), and there is nothing specifically preventing it from working - but it might need work (if you do so, please feel free to send pull requests my way). Soo - since I haven't tried video yet, OpenMAX is not being used right now; but gmrender would probably not need to know much about the details as this should happen within the gstreamer libraries. So: gstreamer 1.0: definitely. If video works properly: don't know, please try (if it already works for you with 0.10 without the OpenMAX stuff, then it will probably work). |
Video did not work for me with gstreamer 0.10. However, I was able to get video working on raspberry with gstreamer 1.0.9 by cloning the git repo (installing a few missing packages first);
|
Ah cool - so we can write in the documentation that video will work with gstreamer >= 1.0.9 ? |
Yes, I've been using it without any problems for two weeks now. |
Hi Shawn, would you mind sharing your setup? How you are using it? |
I was using BubbleUPnP on my Android phone to play movies from my home DLNA server (QNAP TurboNAS TS-212) to my Raspberry Pi over WiFi. Unfortunately, browsing my media from BubbleUPnP was painfully slow and my setup didn’t turn out to be usable. I ended up switching to Raspbmc (http://www.raspbmc.com/about/) which works great out of the box and plays all my HD content without problems. |
Hi Shawn,I followed your instructions upto ./autogen.sh it works fine but after running ./configure it gives *configure: error: You need to have gtk-doc >= 1.12 installed to build GStreamer |
It has been quite a while so I don't recall the specifics. I haven't used this in years.
|
These days, distributions typically have gstreamer >= 1.0, it should actually work (though I haven't tried it). Did you install gstreamer according to the INSTALL.md ? If this particular hardware-ops requires recompiling gstreamer, then using what Shawn said looks like the right way. |
Hello,
thanks for resurrecting gmrenderer.
As far as I read about video decoding on RPi OpenMAX should be the way to gain hardware decoding.
How far does gmrenderer make use of this techonology already?
Even though wheezy uses gstreamer 0.10 the next generation (gstreamer 1.0) would bring the omx module. And there seem to be precompiled packages around: http://www.raspberrypi.org/phpBB3/viewtopic.php?f=66&t=34250
Is a setup with gst 1.0 worth a try or a waste of time?
The text was updated successfully, but these errors were encountered: