I want to use rtpilbcpay ..
can anybody tell me how to use and with which file should i use? m executing a pipeline gst-launch filesrc location=tstseq4.bin ! rtpg729pay ! fakesink OUTPUT: Setting pipeline to PAUSED ... Pipeline is PREROLLING ... ERROR: from element /GstPipeline:pipeline0/GstFileSrc:filesrc0: Internal data flow error. Additional debug info: gstbasesrc.c(2330): gst_base_src_loop (): /GstPipeline:pipeline0/GstFileSrc:filesrc0: streaming task paused, reason error (-5) ERROR: pipeline doesn't want to preroll. Setting pipeline to NULL ... FREEING pipeline ... Please tell me how to use this...!!! |
Administrator
|
On Fri, 2009-05-08 at 04:00 -0700, rakesh sharma wrote:
> > Additional debug info: > gstfilesrc.c(1046): gst_file_src_start (): > /GstPipeline:pipeline0/GstFileSrc:filesrc0: > No such file "ra.pcm" ... ------------------------------------------------------------------------------ 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 rakesh sharma-2
pay atention to the error you are getting, the ra.pcm file you are trying to open does not exist....it will never work.
gst-launch filesrc location=ra.pcm ! rtpg729pay ! fakesink gstfilesrc.c(1046): gst_file_src_start (): /GstPipeline:pipeline0/ GstFileSrc:filesrc0: On Fri, May 8, 2009 at 8:00 AM, rakesh sharma <[hidden email]> wrote:
-- "it might be a profitable thing to learn Java, but it has no intellectual value whatsoever" Alexander Stepanov ------------------------------------------------------------------------------ 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 |