Has anyone had any luck with more complicated N770 gstreamer apps? I'm
playing with a custom streaming media app and it's unstable to say the
least. With dsppcmsrc open multiple times the N770 is liable to throw
gstreamer errors and/or spontaneously reboot. Dsppcmsink is acting
slighly better an
Hi,
ThomasBambrough wrote:
> I'm trying to use the gStreamer interface in version 2 of maemo and I
> keep getting the following error when I call gst_init
>
> test[2840]: GLIB CRITICAL ** GStreamer -
> gst_element_class_set_details: assertion `GST_IS_ELEMENT_DETAILS
> (details)' failed
>
> ERROR:
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
ThomasBambrough wrote:
> I'm trying to use the gStreamer interface in version 2 of maemo and I
> keep getting the following error when I call gst_init
>
> test[2840]: GLIB CRITICAL ** GStreamer - gst_element_class_set_details:
> assertion `GST_IS_ELEM
I'm trying to use the gStreamer interface in version 2 of maemo and I
keep getting the following error when I call gst_init
test[2840]: GLIB CRITICAL ** GStreamer -
gst_element_class_set_details: assertion `GST_IS_ELEMENT_DETAILS
(details)' failed
ERROR: Caught a segmentation fault while loa
Hi Pavan,
No, GStreamer in the 770 doesn't use OpenMAX.
Christian
On Fri, 2006-07-07 at 17:12 +0530, Pavan Krishnamurthy wrote:
> Hi,
> I have a query regarding Gstreamer wrt to OpenMax APIs. I was reading
> some docs on OpenMax, which is an open API standards for Hardware
> Accelerators, DSP or
Hi,I have a query regarding Gstreamer wrt to OpenMax APIs. I was reading some docs on OpenMax, which is an open API standards for Hardware Accelerators, DSP or H/w based codecs. The OpenMax is standardised by Khronos group.
As far as I could understand from the docs, OpenMax provides a layer call
On 7/3/06, Larry Battraw <[EMAIL PROTECTED]> wrote:
For those of us who aren't "in the know" on gst-launch you need to "apt-get
install gstreamer0.10-tools" as root from a terminal window.
NB: you need repository.maemo.org registered in your catalog. Check
http://maemo.org/maemowiki/Application
For those of us who aren't "in the know" on gst-launch you need to "apt-get install gstreamer0.10-tools" as root from a terminal window. This will give you gst-launch-0.10 among other things. You can then try commands like those listed below (substituting
gst-launch-0.10 for gst-launch).LarryOn
p3sink
To play raw pcm (in wav)
gst-launch filesrc location=yourfile.wav ! dsppcmsink
Regards
Message: 10
Date: Fri, 30 Jun 2006 05:08:01 -0700
From: <[EMAIL PROTECTED]>
Subject: [maemo-developers] Gstreamer in Maemo 2.0
To: maemo-developers@maemo.org
Message-ID: <[
Hi,
Does someone know how to playback mp3 or wav or pcm file
using gst-launch ?
I have alsasink and osssink problems in both SDK_PC and
SDK_ARMEL.
Is there a need for new "mad" plugin and where can I get
it ? I found only one for 0.8 and Maemo 2.0 uses gst 0.10.
Dari
Am Dienstag, den 13.06.2006, 15:56 -0700 schrieb [EMAIL PROTECTED]:
> does anyone know how to use Gstreamer API for capturing
> audio from the built-in microphone ?
After copying gst-inspect-0.10 and gst-launch-0.10 from the package
gstreamer0.10-tools in scratchbox ARMEL target, onto the 770, I
I'm looking for this too.
On 6/14/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
does anyone know how to use Gstreamer API for capturing
audio from the built-in microphone ?
--
Kemal
___
maemo-developers mailing list
maemo-developers@maemo.org
http
Hi,
does anyone know how to use Gstreamer API for capturing
audio from the built-in microphone ?
Dari
___
Free e-mail by Bulgaria.com at http://mail.bulgaria.com
___
maemo-developers mailing list
ma
hi Bart,
Am Montag, den 15.05.2006, 00:22 +0300 schrieb cmonst:
> Hi!
>
> I would like to know if I install gstreamer 0.10 (from gstreamer.org)
> on Nokia 770 will dsp sink plugins work with this gstreamer version?
> (ie. plugins from 0.8 gstreamer, because I think that there is no dsp
> sinks i
Hi,
However, when I come to video, I tried:
(Note: w.mpg is a mpeg 1 file with no audio, therefore I didn't demux
it.)
gst-launch-0.8 filesrc location=w.mpg ! ffdec_mpegvideo ! dspfbsink
And it stuck at 'RUNNING pipeline ...'.
Thats quite obviously a bug, so please file one now if you (or
That reminds me of my message post about one month ago.
How to the proper way to use this dspfbsink?
Yours faithfully,
Alvis Koon
-Original Message-
Dear all,
I had been trying around with the gstreamer on the Nokia 770 and had
installed the gstreamer0.8-tools to it.
To get some under
Hi,
On 5/24/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
I am interested in this topic as well. However, according to my
experience, these information about DSP is not open.
I don't think you need to know anything about the DSP and/or the
internals of the plugins to use them in your app
: maemo-developers@maemo.org
Subject: [maemo-developers] gstreamer dsp sinks
Hello,
Is there any information on how to use the dsp sinks on the nokia
770, specially the dspfbsink ?
Thx,
Corentin
___
maemo-developers mailing list
maemo-developers
On 5/24/06, Corentin BARON <[EMAIL PROTECTED]> wrote:
Hello,
Hi,
Is there any information on how to use the dsp sinks on the nokia
770, specially the dspfbsink ?
The `gst-inspect dspfbsink` output should be able to tell you all
you need to know. If it doesn't, either you are doing someth
Hello,
Is there any information on how to use the dsp sinks on the nokia
770, specially the dspfbsink ?
Thx,
Corentin
PGP.sig
Description: Ceci est une signature électronique PGP
___
maemo-developers mailing list
maemo-developers@maemo.org
https:/
Devesh Kothari wrote:
i quickly did
=
apt-get source gstreamer0.8-osso [thats what i could find in Maemo 1.1]
../configure
../make
it build ok on arm target.
==
i can see this file here
libs/gst/dataprotocol/dataprotocol.h
so if you in hurry :) then I
ext Corentin Baron wrote:
> Devesh Kothari wrote:
>
> >ext Corentin Baron wrote:
> >
> >
> >
> >>Devesh Kothari wrote:
> >>
> >>
> >>
> >>>ext Corentin Baron wrote:
> >>>
> >>>
> >>>
> >>>
> >>>
> Hello there,
>
> I've made a gstreamer plugin for internal use here at INRIA. T
Devesh Kothari wrote:
ext Corentin Baron wrote:
Devesh Kothari wrote:
ext Corentin Baron wrote:
Hello there,
I've made a gstreamer plugin for internal use here at INRIA. The plugin
works well, and I have everything I need to build it on the Nokia (our
library already work
ext Corentin Baron wrote:
> Devesh Kothari wrote:
>
> >ext Corentin Baron wrote:
> >
> >
> >
> >>Hello there,
> >>
> >>I've made a gstreamer plugin for internal use here at INRIA. The plugin
> >>works well, and I have everything I need to build it on the Nokia (our
> >>library already works on th
Corentin Baron <[EMAIL PROTECTED]> writes:
> Hello there,
>
> I've made a gstreamer plugin [...] but I can't manage to build the
> plugin development package to build on the ARM target.
>
> Does anyone know how I could handle this?
How are you trying to do the ARM build, and where is the build
fa
ext Corentin Baron wrote:
> Hello there,
>
> I've made a gstreamer plugin for internal use here at INRIA. The plugin
> works well, and I have everything I need to build it on the Nokia (our
> library already works on the device), but I can't manage to build the
> plugin development package to buil
Hello there,
I've made a gstreamer plugin for internal use here at INRIA. The plugin
works well, and I have everything I need to build it on the Nokia (our
library already works on the device), but I can't manage to build the
plugin development package to build on the ARM target.
Does anyone
Hi!
I would like to know if I install gstreamer 0.10 (from gstreamer.org)
on Nokia 770 will dsp sink plugins work with this gstreamer version?
(ie. plugins from 0.8 gstreamer, because I think that there is no dsp
sinks in official gstreamer release). Are anywhere avilable packages
or sources of
David D. Hagood wrote:
In short, clock per clock, I suspect the DSP can do more video work than
the ARM can.
Now, you *could* make the argument that if the workload of decoding
video could somehow be split between the 2 processor cores there might
be some benefit - maybe leave the video sca
I installed all the necessary files for working with GStreamer from here: http://maemo.org/maemowiki/EnablingGstreamerSupport?highlight=%28gstreamer%29
It is possible to run # gst-launch-0.8 filesrc location=/home/user/MyDocs/.videos/IceAge2_trailer.avi ! avidemux ! {queue ! ffmpeg_mpeg4 ! sdlvideo
Josep Torra Valles wrote:
/ $ cat /sus/bus/dsptask/devices/dsptask11/devname
mp2dec
Is it an mpeg2 audio decoder implemented on DSP ?
Can you give me info
about how I could use it in my project ?
Sources of gstreamer plugins which are using the DSP would be extremely
useful for this but they
[EMAIL PROTECTED] wrote:
The OMAP 1510 has a internal Framebuffer - the framebuffer in the
N770 is external (I think) and has to be accessed via the 16-bit
memory bus. There are internal caches, but program code and the
data has also to be transported via the 16-bit memory bus. Maybe
that's t
Hi ppl,
first sorry if my english isn't good as I would like.
About this topic, I'm working in a partial port of VLC to N770, my
primary target is play an mpeg2-ts stream obtained via wifi from a
dreambox 7000S STB (sat TV receiver). The stream consumed is 528x576 4:3
25 fps.
I've a partial succ
Am 26 Apr 2006 um 22:33 hat [EMAIL PROTECTED] geschrieben:
> should perform faster than the ARM cpu. I also think (but I am not
> shure) that TIs 320C55x DSP has a 16 bit opcode length whereas the
The TMS320C55x DSPs instruction set has a variable length encoding from
8 to 48 bits.
-Klaus
--
Am 26 Apr 2006 um 14:47 hat Frantisek Dufka geschrieben:
> True. Well, as for the measuring, I only know my Tungsten T2 (OMAP
> 1510,168Mhz) can play 320x240, 25FPS, 300Kbits mp4 videos better than my
> N770. And TCPMP (palmos video player) uses ARM core only. So I suppose
> even ARM4 core is go
David D. Hagood wrote:
Also,
many of the operations in video codecs are multiply-and-accumulate
operations ( a += b*c ), which DSPs have a single instruction to do.
In short, clock per clock, I suspect the DSP can do more video work than
the ARM can.
Well OMAP 1710 is ARM5-TEJ - the E lette
Frantisek Dufka wrote:
better resolution and better utilization of both main CPU and DSP. Or is
there some catch why doing it on DSP makes better sense? AFAIK the main
ARM CPU should be better suited for the task than the DSP.
While I've not started working in depth on the OMAP1710, I do ha
On 4/26/06, Frantisek Dufka <[EMAIL PROTECTED]> wrote:
> All the decoding is done by the DSP. This is IMO bad design choice for
> (advanced) video. DSP is simply overused and too slow for this. When
> playing the ice age trailer you can notice with load applet that CPU
> sits almost idle while DSP
[EMAIL PROTECTED] wrote:
Both of them works! : )
That's cool :)
Question:
1)Is it correct for me to use the dspfbsink directly? (Frame
buffer) Any pre-processing necessary?
I'd guess it isn't, but don't know. You would be missing the new window
so it looks like there should be
Hi,
What I meant to write was gst-lauch-0.8. I've also compiled the GStreamer
0.10 to the device and tried "gst-launch-0.10 gnomevfssrc
location=/path/file.avi ! avidemux ! autovideosink", which freezes after
printing "setting pipeline to PAUSED" and "pipeline is PREROLLING", like
the previou
For one thing you need to use gst-launch not gst-inspect :)
Christian
On Thu, 2006-02-23 at 09:56 +0200, Johannes Oikarinen wrote:
> Hi!
>
> I'm trying to view mpeg4 video files with GStreamer. Running the
> "gst-inspect-0.8 gnomevfssrc location=/path/file.3gp ! demux3gp !
> dspmpeg4sink" pri
Hi!
I'm trying to view mpeg4 video files with GStreamer. Running the
"gst-inspect-0.8 gnomevfssrc location=/path/file.3gp ! demux3gp !
dspmpeg4sink" prints out only text "RUNNING pipeline" and freezes. Same
happens with avi files. Is there some way to get this working or some other
way of vi
Christian Fredrik Kalager Schaller wrote:
Also on the information track, the Tremor plugin in GStreamer 0.10 works
fine on the 770.
Interesting. So what exactly can I do to let the n770 video and audio
player recognize ogg vorbis audio data?
Frantisek
_
On Thu, 2006-02-16 at 13:18 +0100, Koen Kooi wrote:
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
>
> Teemu Nikkilä wrote:
> > On Tuesday, 7. February 2006 16:56, Matti Reijonen wrote:
> >
> >>Right now I'm looking for simple example to get started on gstreamer, I
> >>could not
> >>use hello
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Teemu Nikkilä wrote:
> On Tuesday, 7. February 2006 16:56, Matti Reijonen wrote:
>
>>Right now I'm looking for simple example to get started on gstreamer, I
>>could not
>>use hello world on:
>>http://gstreamer.freedesktop.org/data/doc/gstreamer/head/m
On Tuesday, 7. February 2006 16:56, Matti Reijonen wrote:
> Right now I'm looking for simple example to get started on gstreamer, I
> could not
> use hello world on:
> http://gstreamer.freedesktop.org/data/doc/gstreamer/head/manual/html/chapte
>r-helloworld.html#section-helloworld
>
> gstreamer sit
Sorry, I mistyped esdsink,.. actually the esdsink works and edsink does not
cause there's no such thing as edsink :) my bad..
Right now I'm looking for simple example to get started on gstreamer, I
could not
use hello world on:
http://gstreamer.freedesktop.org/data/doc/gstreamer/head/manual/ht
Hi Matti,
No there isn't a specific Maemo example yet. Nokia do have some plans on
this in regards to Maemo, but I am not sure of the details.
Sincerely,
Christian
On Tue, 2006-02-07 at 16:56 +0200, Matti Reijonen wrote:
> Sorry, I mistyped esdsink,.. actually the esdsink works and edsink does no
Hi Matti,
Please report any such compile issues to the GStreamer bugzilla
(bugzilla.gnome.org -> product GStreamer)
I don't know why the esdsink doesn't build for you as it builds
automatically for me in Scratchbox.
Check if the libgstesd.so file exists in /usr/lib/gstreamer-0.10
directory. If
Hi Matti,
do you already read this?
http://maemo.org/maemowiki/EnablingGstreamerSupport
But ALSA support didn't work with the internal soundcard, only via a usb
headset, which uses the snd-usb-audio module. Because there doesn't
exists an ALSA device for the internal dsp, you have only a Dummy
Hello,
On 2/6/06, Matti Reijonen <[EMAIL PROTECTED]> wrote:
>
>
> I followed the http://www.linuxrising.org/gstreamer-maemo-howto.html howto on
> installing gstreamer on 770, I had trouble building the base plugins:
That howto might be 'a bit' outdated since i remember it was
writen before 0.
I followed the http://www.linuxrising.org/gstreamer-maemo-howto.html howto on
installing gstreamer on 770, I had trouble building the base plugins:
gsttcpserversink.c: In function `gst_tcp_server_sink_removed':
gsttcpserversink.c:173: warning: unused variable `this'
v4lsrc_calls.c: In function
One and a half year. A large number of developers contributing. High
expectations and a lot of pressure. The wait is over, GStreamer 0.10 has
arrived! GStreamer 0.10 is a huge step forward for GNU/Linux and Unix
multimedia. Power, stability, functionality, deployment, industry
support, GStreamer 0.
Anybody on this topic? _or_ do I have to wait for GStreamer package
release until the device is available?
--- Komal Shah <[EMAIL PROTECTED]> wrote:
> Hi,
>
> Where can I download GStreamer-maemo package which is using the
> dspgateway to decode mp3 on dsp.?
>
> Actually I just want to see how
Hi,
Where can I download GStreamer-maemo package which is using the
dspgateway to decode mp3 on dsp.?
Actually I just want to see how it is utilizing the 1710-dspgw
interface with GStreamer. I know usage of dspgw, but not much on
GStreamer side.
Thanx.
---Komal Shah
http://komalshah.blogspot.co
Hi Ronny,
Afaik (and I haven't looked at this myself) the way the DSP plugins in
Maemo work is that they are all sinks themselves. So instead of decoding
a mp3 using an mp3 plugin then outputting the sound to for instance an
alsasink, you just send the mp3 file to the mp3sink and it will also
take
> Hi all!
>
> [EMAIL PROTECTED] wrote:
>
> >>>But when I want to check the osssink with "gst-inspect osssink"
> >>>command, error occured "No such element or plugin 'osssink' ".
> >>>Because I want to play a sine tone by running
> >>>$ gst-launch sinesrc ! osssink from command line first.
> >>>
> >
> Is it definitely sure that the device will use ALSA? - There
> were also
> some rumors in June/July that it will use OSS. Is there already a
> microphone driver available? - Sorry for thread hijacking (:-))
I think it's safest to expect it to have none of those... ;)
- Jussi
___
Hi all!
[EMAIL PROTECTED] wrote:
But when I want to check the osssink with "gst-inspect osssink"
command, error occured "No such element or plugin 'osssink' ".
Because I want to play a sine tone by running
$ gst-launch sinesrc ! osssink from command line first.
Maemo uses alsa not oss,
Hi,
> > But when I want to check the osssink with "gst-inspect osssink"
> > command, error occured "No such element or plugin 'osssink' ".
> > Because I want to play a sine tone by running
> > $ gst-launch sinesrc ! osssink from command line first.
>
> Maemo uses alsa not oss, so it would be alsa
Maemo uses alsa not oss, so it would be alsasink, not osssink.
Christian
On Tue, 2005-09-20 at 16:58 +0700, rh wrote:
> Hi all,
>
> I want to use GStreamer to play mp3 file in my Maemo program.
> I had already install GStreamer from debian packages (0.9.1 version).
> But when I want to check th
Hi all,
I want to use GStreamer to play mp3 file in my
Maemo program.
I had already install GStreamer from debian
packages (0.9.1 version).
But when I want to check the osssink with
"gst-inspect osssink" command, error occured "No such element or plugin
'osssink' ".
Because I want to play
62 matches
Mail list logo