Hi,
I am trying to get the swfdec plugin to work, currently I am trying this on OS X. I have installed gstreamer using MacPorts and then installed gst-plugins-good, bad and ugly. I could see swfdec 0.6.6 being fetched and built, but when trying to construct a pipeline with gst-launch I get the following error WARNING: erroneous pipeline: no element "swfdec" gst-launch --inspect does not list the plugin Can any one offer any advice? regards, Jack ------------------------------------------------------------------------------ The NEW KODAK i700 Series Scanners deliver under ANY circumstances! Your production scanning environment may not be a perfect world - but thanks to Kodak, there's a perfect scanner to get the job done! With the NEW KODAK i700 Series Scanner you'll get full speed at 300 dpi even with all image processing features enabled. http://p.sf.net/sfu/kodak-com _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/gstreamer-devel |
Hi Jack,
Sorry I am not here with a solution, but with a question ! Because this is what I need too. How do you get the media url of youtube video (I believe this is what you are going to give to gstreamer; But I am sorry if you are planning for playback after downloading the file) Thanks in advance. -Ebin. On Mon, May 11, 2009 at 5:18 PM, Jack Rutherford <[hidden email]> wrote: Hi, ------------------------------------------------------------------------------ The NEW KODAK i700 Series Scanners deliver under ANY circumstances! Your production scanning environment may not be a perfect world - but thanks to Kodak, there's a perfect scanner to get the job done! With the NEW KODAK i700 Series Scanner you'll get full speed at 300 dpi even with all image processing features enabled. http://p.sf.net/sfu/kodak-com _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/gstreamer-devel |
Hi Ebin,
I have no idea, for now I am just trying to decode/run a local swf (animation not video). Sorry, I can't be any help On Mon, May 11, 2009 at 1:03 PM, ebin jose <[hidden email]> wrote: > Hi Jack, > > Sorry I am not here with a solution, but with a question ! Because this is > what I need too. > > How do you get the media url of youtube video (I believe this is what you > are going to give to gstreamer; But I am sorry if you are planning for > playback after downloading the file) > > > Thanks in advance. > -Ebin. > > > > On Mon, May 11, 2009 at 5:18 PM, Jack Rutherford <[hidden email]> wrote: >> >> Hi, >> >> I am trying to get the swfdec plugin to work, currently I am trying >> this on OS X. >> I have installed gstreamer using MacPorts and then installed >> gst-plugins-good, bad and ugly. >> I could see swfdec 0.6.6 being fetched and built, but when trying to >> construct a pipeline with gst-launch I get the following error >> >> WARNING: erroneous pipeline: no element "swfdec" >> >> gst-launch --inspect does not list the plugin >> >> Can any one offer any advice? >> >> regards, >> Jack >> >> >> ------------------------------------------------------------------------------ >> The NEW KODAK i700 Series Scanners deliver under ANY circumstances! Your >> production scanning environment may not be a perfect world - but thanks to >> Kodak, there's a perfect scanner to get the job done! With the NEW KODAK >> i700 >> Series Scanner you'll get full speed at 300 dpi even with all image >> processing features enabled. http://p.sf.net/sfu/kodak-com >> _______________________________________________ >> gstreamer-devel mailing list >> [hidden email] >> https://lists.sourceforge.net/lists/listinfo/gstreamer-devel > > > ------------------------------------------------------------------------------ > The NEW KODAK i700 Series Scanners deliver under ANY circumstances! Your > production scanning environment may not be a perfect world - but thanks to > Kodak, there's a perfect scanner to get the job done! With the NEW KODAK > i700 > Series Scanner you'll get full speed at 300 dpi even with all image > processing features enabled. http://p.sf.net/sfu/kodak-com > _______________________________________________ > gstreamer-devel mailing list > [hidden email] > https://lists.sourceforge.net/lists/listinfo/gstreamer-devel > > ------------------------------------------------------------------------------ The NEW KODAK i700 Series Scanners deliver under ANY circumstances! Your production scanning environment may not be a perfect world - but thanks to Kodak, there's a perfect scanner to get the job done! With the NEW KODAK i700 Series Scanner you'll get full speed at 300 dpi even with all image processing features enabled. http://p.sf.net/sfu/kodak-com _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/gstreamer-devel |
In reply to this post by Jack Rutherford
On Mon, May 11, 2009 at 8:48 AM, Jack Rutherford <[hidden email]> wrote: Hi, Probably you need to set GST_PLUGINS_PATH to the right location. More info: http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gstreamer/html/gst-running.html
-- Thiago Sousa Santos Embedded Systems and Pervasive Computing Lab (Embedded) Center of Electrical Engineering and Informatics (CEEI) Federal University of Campina Grande (UFCG) ------------------------------------------------------------------------------ The NEW KODAK i700 Series Scanners deliver under ANY circumstances! Your production scanning environment may not be a perfect world - but thanks to Kodak, there's a perfect scanner to get the job done! With the NEW KODAK i700 Series Scanner you'll get full speed at 300 dpi even with all image processing features enabled. http://p.sf.net/sfu/kodak-com _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/gstreamer-devel |
In reply to this post by Jack Rutherford
On Mon, 2009-05-11 at 12:48 +0100, Jack Rutherford wrote:
> I am trying to get the swfdec plugin to work, currently I am trying > this on OS X. > I have installed gstreamer using MacPorts and then installed > gst-plugins-good, bad and ugly. > I could see swfdec 0.6.6 being fetched and built, but when trying to > construct a pipeline with gst-launch I get the following error > > WARNING: erroneous pipeline: no element "swfdec" The GStreamer plugin was written for the libswfdec 0.3.x API, which is different from the libswfdec 0.6.x API (or the most recent 0.8.x API). So one answer would be: your swfdec version is too new. However, chances are the swfdec plugin is seriously bitrotten (if it ever worked at all), so you should probably look for different ways to play swfdec content, e.g. via swfdec-player or so. (This does not apply to .flv files though, GStreamer should handle those just fine). Cheers -Tim ------------------------------------------------------------------------------ The NEW KODAK i700 Series Scanners deliver under ANY circumstances! Your production scanning environment may not be a perfect world - but thanks to Kodak, there's a perfect scanner to get the job done! With the NEW KODAK i700 Series Scanner you'll get full speed at 300 dpi even with all image processing features enabled. http://p.sf.net/sfu/kodak-com _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/gstreamer-devel |
In reply to this post by Thiago Sousa Santos-2
Hi Thiagos,
thanks for the tip, I notice looking in '/usr/local/lib/gstreamer-0.10' that the libgstswfdec.so is not there so I guess that is the problem :( MacPorts indicated that everything had been installed OK, it looks like that was not the case. On Mon, May 11, 2009 at 1:20 PM, thiagoss <[hidden email]> wrote: > > > On Mon, May 11, 2009 at 8:48 AM, Jack Rutherford <[hidden email]> wrote: >> >> Hi, >> >> I am trying to get the swfdec plugin to work, currently I am trying >> this on OS X. >> I have installed gstreamer using MacPorts and then installed >> gst-plugins-good, bad and ugly. >> I could see swfdec 0.6.6 being fetched and built, but when trying to >> construct a pipeline with gst-launch I get the following error >> >> WARNING: erroneous pipeline: no element "swfdec" >> >> gst-launch --inspect does not list the plugin > > Probably you need to set GST_PLUGINS_PATH to the right location. More info: > http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gstreamer/html/gst-running.html > >> >> Can any one offer any advice? >> >> regards, >> Jack >> >> >> ------------------------------------------------------------------------------ >> The NEW KODAK i700 Series Scanners deliver under ANY circumstances! Your >> production scanning environment may not be a perfect world - but thanks to >> Kodak, there's a perfect scanner to get the job done! With the NEW KODAK >> i700 >> Series Scanner you'll get full speed at 300 dpi even with all image >> processing features enabled. http://p.sf.net/sfu/kodak-com >> _______________________________________________ >> gstreamer-devel mailing list >> [hidden email] >> https://lists.sourceforge.net/lists/listinfo/gstreamer-devel > > > > -- > Thiago Sousa Santos > > Embedded Systems and Pervasive Computing Lab (Embedded) > Center of Electrical Engineering and Informatics (CEEI) > Federal University of Campina Grande (UFCG) > > ------------------------------------------------------------------------------ > The NEW KODAK i700 Series Scanners deliver under ANY circumstances! Your > production scanning environment may not be a perfect world - but thanks to > Kodak, there's a perfect scanner to get the job done! With the NEW KODAK > i700 > Series Scanner you'll get full speed at 300 dpi even with all image > processing features enabled. http://p.sf.net/sfu/kodak-com > _______________________________________________ > gstreamer-devel mailing list > [hidden email] > https://lists.sourceforge.net/lists/listinfo/gstreamer-devel > > ------------------------------------------------------------------------------ The NEW KODAK i700 Series Scanners deliver under ANY circumstances! Your production scanning environment may not be a perfect world - but thanks to Kodak, there's a perfect scanner to get the job done! With the NEW KODAK i700 Series Scanner you'll get full speed at 300 dpi even with all image processing features enabled. http://p.sf.net/sfu/kodak-com _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/gstreamer-devel |
In reply to this post by Tim-Philipp Müller-2
Oh, so I am probably barking up the wrong tree :( I was hoping to be
able to use gstreamer to mix the outputs from an swf and a v4l2 source to create an overlay (animated ticker etc.). Back to the drawing board I guess? On Mon, May 11, 2009 at 1:55 PM, Tim-Philipp Müller <[hidden email]> wrote: > On Mon, 2009-05-11 at 12:48 +0100, Jack Rutherford wrote: > >> I am trying to get the swfdec plugin to work, currently I am trying >> this on OS X. >> I have installed gstreamer using MacPorts and then installed >> gst-plugins-good, bad and ugly. >> I could see swfdec 0.6.6 being fetched and built, but when trying to >> construct a pipeline with gst-launch I get the following error >> >> WARNING: erroneous pipeline: no element "swfdec" > > The GStreamer plugin was written for the libswfdec 0.3.x API, which is > different from the libswfdec 0.6.x API (or the most recent 0.8.x API). > So one answer would be: your swfdec version is too new. However, chances > are the swfdec plugin is seriously bitrotten (if it ever worked at all), > so you should probably look for different ways to play swfdec content, > e.g. via swfdec-player or so. (This does not apply to .flv files though, > GStreamer should handle those just fine). > > Cheers > -Tim > > > ------------------------------------------------------------------------------ > The NEW KODAK i700 Series Scanners deliver under ANY circumstances! Your > production scanning environment may not be a perfect world - but thanks to > Kodak, there's a perfect scanner to get the job done! With the NEW KODAK i700 > Series Scanner you'll get full speed at 300 dpi even with all image > processing features enabled. http://p.sf.net/sfu/kodak-com > _______________________________________________ > gstreamer-devel mailing list > [hidden email] > https://lists.sourceforge.net/lists/listinfo/gstreamer-devel > ------------------------------------------------------------------------------ The NEW KODAK i700 Series Scanners deliver under ANY circumstances! Your production scanning environment may not be a perfect world - but thanks to Kodak, there's a perfect scanner to get the job done! With the NEW KODAK i700 Series Scanner you'll get full speed at 300 dpi even with all image processing features enabled. http://p.sf.net/sfu/kodak-com _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/gstreamer-devel |
Free forum by Nabble | Edit this page |