Hi all,
I am trying to stream a video( mp4[aac+mpeg 4]) but got the following error. I wonder where the problem might be. mx27# gst-launch filesrc -v location=/video/sample_mpeg4.mp4 ! mfw_mp4demuxer name=demux demux. ! queue ! mfw_vpudecoder codec-type=std_mpeg4 ! mfw_v4lsink demux. & mx27# Setting pipeline to PAUSED ... Pipeline is PREROLLING ... /pipeline0/queue0.sink: caps = video/mpeg, mpegversion=(int)4, systemstream=(int)0, height=(int)240, width=(int)190, framerate=(fraction)30/1 /pipeline0/queue0.src: caps = video/mpeg, mpegversion=(int)4, systemstream=(int)0, height=(int)240, width=(int)190, framerate=(fraction)30/1 /pipeline0/mfwgstvpu_dec0.sink: caps = video/mpeg, mpegversion=(int)4, systemstream=(int)0, height=(int)240, width=(int)190, framerate=(fraction)30/1 /pipeline0/mfwgstvpu_dec0.sink: caps = video/mpeg, mpegversion=(int)4, systemstream=(int)0, height=(int)240, width=(int)190, framerate=(fraction)30/1 /pipeline0/mfwgstvpu_dec0.src: caps = video/x-raw-yuv, format=(fourcc)I420, width=(int)190, height=(int)240, pixel-aspect-ratio=(fraction)1/1, num-buffers-required=(int)3 WARNING: from element /pipeline0/demux: pads are not negotiated! Additional debug info: audio pads are not negotiated! ERROR: from element /pipeline0/mfwgstvpu_dec0: fatal error Additional debug info: Registration of the Allocated Frame Buffers Failed ERROR: pipeline doesn't want to preroll. Setting pipeline to NULL ... /pipeline0/mfwgstvpu_dec0.src: caps = NULL /pipeline0/mfwgstvpu_dec0.sink: caps = NULL /pipeline0/queue0.src: caps = NULL /pipeline0/queue0.sink: caps = NULL /pipeline0/demux.video_00: caps = NULL /pipeline0/demux.audio/mpeg: caps = NULL FREEING pipeline ... Thanks , W. Express yourself instantly with MSN Messenger! MSN Messenger ------------------------------------------------------------------------------ SF.Net email is Sponsored by MIX09, March 18-20, 2009 in Las Vegas, Nevada. The future of the web can't happen without you. Join us at MIX09 to help pave the way to the Next Web now. Learn more and register at http://ad.doubleclick.net/clk;208669438;13503038;i?http://2009.visitmix.com/ _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/gstreamer-devel |
I think you might pay special attention to these lines:
*WARNING: from element /pipeline0/demux: pads are not negotiated! Additional debug info: audio pads are not negotiated! * Maybe you need to extract the audio from the mp4demuxer as it should have two outputs? Mattias Wierd O wrote: > Hi all, > > I am trying to stream a video( mp4[aac+mpeg 4]) but got the following > error. I wonder where the problem might be. > > mx27# gst-launch filesrc -v location=/video/sample_mpeg4.mp4 ! > mfw_mp4demuxer name=demux demux. ! queue ! mfw_vpudecoder > codec-type=std_mpeg4 ! mfw_v4lsink demux. & > mx27# Setting pipeline to PAUSED ... > Pipeline is PREROLLING ... > /pipeline0/queue0.sink: caps = video/mpeg, mpegversion=(int)4, > systemstream=(int)0, height=(int)240, width=(int)190, > framerate=(fraction)30/1 > /pipeline0/queue0.src: caps = video/mpeg, mpegversion=(int)4, > systemstream=(int)0, height=(int)240, width=(int)190, > framerate=(fraction)30/1 > /pipeline0/mfwgstvpu_dec0.sink: caps = video/mpeg, mpegversion=(int)4, > systemstream=(int)0, height=(int)240, width=(int)190, > framerate=(fraction)30/1 > /pipeline0/mfwgstvpu_dec0.sink: caps = video/mpeg, mpegversion=(int)4, > systemstream=(int)0, height=(int)240, width=(int)190, > framerate=(fraction)30/1 > /pipeline0/mfwgstvpu_dec0.src: caps = video/x-raw-yuv, > format=(fourcc)I420, width=(int)190, height=(int)240, > pixel-aspect-ratio=(fraction)1/1, num-buffers-required=(int)3 > WARNING: from element /pipeline0/demux: pads are not negotiated! > Additional debug info: > audio pads are not negotiated! > *ERROR: from element /pipeline0/mfwgstvpu_dec0: fatal error > Additional debug info: > Registration of the Allocated Frame Buffers Failed* > *ERROR: pipeline doesn't want to preroll.* > Setting pipeline to NULL ... > /pipeline0/mfwgstvpu_dec0.src: caps = NULL > /pipeline0/mfwgstvpu_dec0.sink: caps = NULL > /pipeline0/queue0.src: caps = NULL > /pipeline0/queue0.sink: caps = NULL > /pipeline0/demux.video_00: caps = NULL > /pipeline0/demux.audio/mpeg: caps = NULL > FREEING pipeline ... > > > Thanks , > > W. > > ------------------------------------------------------------------------ > Express yourself instantly with MSN Messenger! MSN Messenger > <http://clk.atdmt.com/AVE/go/onm00200471ave/direct/01/> -- Mattias Frank Barthel Vía Augusta 177 08021 Barcelona (España) Tecnologías de Video TELEFÓNICA I+D ------------------------------------------------------------------------------ SF.Net email is Sponsored by MIX09, March 18-20, 2009 in Las Vegas, Nevada. The future of the web can't happen without you. Join us at MIX09 to help pave the way to the Next Web now. Learn more and register at http://ad.doubleclick.net/clk;208669438;13503038;i?http://2009.visitmix.com/ _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/gstreamer-devel |
In reply to this post by Wierd O
On Thu, Dec 18, 2008 at 3:00 AM, Wierd O <[hidden email]> wrote:
> Hi all, > > I am trying to stream a video( mp4[aac+mpeg 4]) but got the following error. > I wonder where the problem might be. As with your other similar questions: you're using private elements that we don't have source to, and can't debug. You should contact the vendor, as none of the problem you're encountering are generic-gstreamer issues, they're solely problems with your vendor-supplied elements. Mike ------------------------------------------------------------------------------ SF.Net email is Sponsored by MIX09, March 18-20, 2009 in Las Vegas, Nevada. The future of the web can't happen without you. Join us at MIX09 to help pave the way to the Next Web now. Learn more and register at http://ad.doubleclick.net/clk;208669438;13503038;i?http://2009.visitmix.com/ _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/gstreamer-devel |
Free forum by Nabble | Edit this page |