Hello, I have the following pipeline with the attached fail report, I
think some kind of element is missing in my pipeline. My goal is to be able to play a live mxpeg stream from a mobotix camera but I really can't find any documentation about that, any help is very appreciated. Thank you gst-launch-0.10 souphttpsrc location=http://68.232.253.196/control/faststream.jpg?stream=MxPEG\&fps=25 ! ffdec_mxpeg ! xvimagesink Setting pipeline to PAUSED ... Pipeline is PREROLLING ... ERROR: from element /GstPipeline:pipeline0/ffdec_mxpeg:ffdec_mxpeg0: Internal GStreamer error: negotiation problem. Please file a bug at http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer. Additional debug info: gstffmpegdec.c(2804): gst_ffmpegdec_chain (): /GstPipeline:pipeline0/ffdec_mxpeg:ffdec_mxpeg0: ffdec_mxpeg: input format was not set before data start ERROR: pipeline doesn't want to preroll. Setting pipeline to NULL ... Freeing pipeline ... _______________________________________________ gstreamer-devel mailing list [hidden email] http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel |
> Hello, I have the following pipeline with the attached fail report, I
> think some kind of element is missing in my pipeline. My goal is to be > able to play a live mxpeg stream from a mobotix camera but I really > can't find any documentation about that, any help is very appreciated. FYI There is also a patch available in bugzilla for integrating mxpeg decoding in jpegdec. I've been using it for a while. -- greetz, marc harvey 2.6.29.1 #1 PREEMPT Mon Apr 6 22:33:31 CDT 2009 GNU/Linux _______________________________________________ gstreamer-devel mailing list [hidden email] http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel signature.asc (196 bytes) Download Attachment |
Yes I already find that but my best choice at this moment is to work
with standard gstreamer bundle. Anyway is it audio decoding supported on that patch? Thank you On Thu, Aug 2, 2012 at 9:07 AM, Marc Leeman <[hidden email]> wrote: >> Hello, I have the following pipeline with the attached fail report, I >> think some kind of element is missing in my pipeline. My goal is to be >> able to play a live mxpeg stream from a mobotix camera but I really >> can't find any documentation about that, any help is very appreciated. > > FYI > > There is also a patch available in bugzilla for integrating mxpeg > decoding in jpegdec. I've been using it for a while. > > -- > greetz, marc > harvey 2.6.29.1 #1 PREEMPT Mon Apr 6 22:33:31 CDT 2009 GNU/Linux > > -----BEGIN PGP SIGNATURE----- > Version: GnuPG v1.4.6 (GNU/Linux) > > iD8DBQFQGicvUQpj09NWLeERAlTvAKCTrKTdRcNXNZEUESRvGSalzWphpgCeL+kX > eV1Zj95SxLtVptTdfFO4SO4= > =vUGI > -----END PGP SIGNATURE----- > > _______________________________________________ > gstreamer-devel mailing list > [hidden email] > http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel > gstreamer-devel mailing list [hidden email] http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel |
> Yes I already find that but my best choice at this moment is to work
> with standard gstreamer bundle. > Anyway is it audio decoding supported on that patch? mxpeg is video, not audio. audio will be in some other format. I'm a bit suprised that mxpeg is still being used, it's not a very good codec. -- greetz, marc harvey 2.6.29.1 #1 PREEMPT Mon Apr 6 22:33:31 CDT 2009 GNU/Linux _______________________________________________ gstreamer-devel mailing list [hidden email] http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel signature.asc (196 bytes) Download Attachment |
http://developer.mobotix.com/docs/mxpeg_frame.html
From my understanding audio data could be added to mxpeg to include audio captured from camera internal microphone. On Fri, Aug 3, 2012 at 10:54 AM, Marc Leeman <[hidden email]> wrote: >> Yes I already find that but my best choice at this moment is to work >> with standard gstreamer bundle. >> Anyway is it audio decoding supported on that patch? > > mxpeg is video, not audio. audio will be in some other format. I'm a bit > suprised that mxpeg is still being used, it's not a very good codec. > > -- > greetz, marc > harvey 2.6.29.1 #1 PREEMPT Mon Apr 6 22:33:31 CDT 2009 GNU/Linux > > -----BEGIN PGP SIGNATURE----- > Version: GnuPG v1.4.6 (GNU/Linux) > > iD8DBQFQG5HHUQpj09NWLeERApelAJkBLOotucb/+43dtZOGsGZlIkRtYQCdFAal > r71DaTfGbzoe+1ggJTIffFw= > =XzON > -----END PGP SIGNATURE----- > > _______________________________________________ > gstreamer-devel mailing list > [hidden email] > http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel > gstreamer-devel mailing list [hidden email] http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel |
Free forum by Nabble | Edit this page |