Re: [gst-embedded] Unable to stream MPEG4 or H.264 from BeagleBoard

2010-12-16 Thread Andrey Nechypurenko
Hi Matthew, >gst-launch -v v4l2src ! TIVidenc1 codecName=h264enc >engineName=codecServer ! rtph264pay pt=96 ! udpsink host= port=5000 I think there is missing colorconversion element (ffmpegcolorspace) before TIVidenc1. Also, it is necessary to specify colorspace (fourcc) explicitly. You can ta

[gst-embedded] Playback of raw audio on N900: Internal data flow error

2010-12-16 Thread Thomas Jarosch
Hello, I'm currently trying to port rockbox to the Nokia N900. The rockbox application backend is using SDL for audio and I want to migrate it to gstreamer. I tried all kind of ways to push the raw audio via an "appsrc" to "playbin2". The result is always an "Internal data flow" error. Please s

Re: [gst-embedded] Playback of raw audio on N900: Internal data flow error

2010-12-16 Thread Tim-Philipp Müller
On Fri, 2010-12-17 at 00:10 +0100, Thomas Jarosch wrote: > I tried all kind of ways to push the raw audio via an "appsrc" to "playbin2". > The result is always an "Internal data flow" error. What's the debug message detail on that? (not-negotiated?) > Please see the attached code and the functio