Search found 6 matches
- Wed Jun 26, 2013 1:02 pm
- Forum: Raspberry Pi OS
- Topic: Gstreamer 1.0 for raspbian
- Replies: 171
- Views: 144371
Re: Gstreamer 1.0 for raspbian
I tried that too, but gst-omx doesn't seem to work with the git version either. So neither the current git version nor the gstreamer-1.0 currently available in Raspbian Jessie (1.0.7) support OpenMAX. Defiant, do you still have a version 1.0.6 package in your repository ? Your package worked, also w...
- Wed Jun 26, 2013 9:49 am
- Forum: Raspberry Pi OS
- Topic: Gstreamer 1.0 for raspbian
- Replies: 171
- Views: 144371
Re: Gstreamer 1.0 for raspbian
gst-omx for gstreamer-1.0 is not included in the Raspbian repository. I compiled gst-omx-1.0.0 with gstreamer-1.0.7, but it won't run: $ gst-launch-1.0 udpsrc port=9078 ! 'application/x-rtp,payload=96,encoding-name=H264' ! rtph264depay ! h264parse ! omxh264dec ! eglglessink ERROR: from element /GstP...
- Tue Jun 25, 2013 9:50 pm
- Forum: Raspberry Pi OS
- Topic: Gstreamer 1.0 for raspbian
- Replies: 171
- Views: 144371
Re: Gstreamer 1.0 for raspbian
Do I see this correctly, that gstreamer-1.0 is now part of the official Raspbian repository ?
Also in both Defiant's and the official repository the gstreamer version is not 1.0.6 but 1.0.7.
Can anybody confirm this ?
Also in both Defiant's and the official repository the gstreamer version is not 1.0.6 but 1.0.7.
Can anybody confirm this ?
- Mon Jun 17, 2013 12:35 pm
- Forum: Raspberry Pi OS
- Topic: Gstreamer 1.0 for raspbian
- Replies: 171
- Views: 144371
Re: Gstreamer 1.0 for raspbian
In case of missing files during compilation the Debian package content search usually comes in handy:
http://www.debian.org/distrib/packages
Try
as it is done here:
https://github.com/matthiasbock/gstreamer/issues/6
http://www.debian.org/distrib/packages
Try
Code: Select all
aptitude install libegl1-mesa-dev libgles2-mesa-dev
https://github.com/matthiasbock/gstreamer/issues/6
- Wed Jun 12, 2013 2:00 pm
- Forum: HATs and other add-ons
- Topic: 27 MHz radio remote control
- Replies: 2
- Views: 3472
27 MHz radio remote control
Hello everybody, I have a Graupner Fluppi model boat at home, which I would very much like to remote control with my Smartphone's G-sensor. I already have established a connection between the Smartphone and the Raspberry via hostapd. I could mount a Raspberry on the Fluppi and directly use the GPIO ...
- Wed Jun 12, 2013 10:21 am
- Forum: Raspberry Pi OS
- Topic: Gstreamer 1.0 for raspbian
- Replies: 171
- Views: 144371
Re: Gstreamer 1.0 for raspbian
Thank you, Defiant, for pre-compiling gstreamer-1.0 with omxh264 and sharing it with for everybody. After spending a whole week to successfully compile a recent version of gstreamer-0.10 and it's plugins, I was really happy to find the gstreamer-1.0 pre-compiled and Debian-ready packaged. I have two...