Thanks for your previous message.
I tried what you said, changing my command line to : gst-launch -v v4l2src ! video/x-raw-yuv,width=640,height=480,format='(fourcc)'YV12 ! mfw_mpeg4encoder ! rtpmp4vpay config-interval=2 ! udpsink host=192.168.0.10 port=1234 Unfortunely, I get the error message WARNING: erroneous pipeline: no property "config-interval" in element "rtpmp4vpay0" I may not have the last version of gstreamer cross-compiled, hence a gst-list-mm give me 0.10. Could you say which plugins and version are mandatory to get this option working? Thanks ! -- -- Julien Lengrand-Lambert tel: +33 (0)240 50 21 73 ADVANSEE 9 rue Alfred Kastler CS30750, 44307 Nantes Cedex 3 http://www.advansee.com ------------------------------------------------------------------------------ Special Offer-- Download ArcSight Logger for FREE (a $49 USD value)! Finally, a world-class log management solution at an even better price-free! Download using promo code Free_Logger_4_Dev2Dev. Offer expires February 28th, so secure your free ArcSight Logger TODAY! http://p.sf.net/sfu/arcsight-sfd2d _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/gstreamer-devel |
It clearly says that ""no property "config-interval" in element "rtpmp4vpay0""" , that means you should not use this property.
On Wed, Feb 2, 2011 at 11:10 AM, <[hidden email]> wrote: Thanks for your previous message. -- Regards, Sudarshan Bisht ------------------------------------------------------------------------------ Special Offer-- Download ArcSight Logger for FREE (a $49 USD value)! Finally, a world-class log management solution at an even better price-free! Download using promo code Free_Logger_4_Dev2Dev. Offer expires February 28th, so secure your free ArcSight Logger TODAY! http://p.sf.net/sfu/arcsight-sfd2d _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/gstreamer-devel |
On Wed, 2011-02-02 at 11:57 +0200, sudarshan bisht wrote:
> It clearly says that ""no property "config-interval" in element > "rtpmp4vpay0""" , that means you should not use this property. It means he should upgrade to a newer version that has this property.. Cheers -Tim ------------------------------------------------------------------------------ Special Offer-- Download ArcSight Logger for FREE (a $49 USD value)! Finally, a world-class log management solution at an even better price-free! Download using promo code Free_Logger_4_Dev2Dev. Offer expires February 28th, so secure your free ArcSight Logger TODAY! http://p.sf.net/sfu/arcsight-sfd2d _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/gstreamer-devel |
In reply to this post by julien.lengrand-lambert
On Wed, 2011-02-02 at 10:10 +0100, [hidden email]
wrote: > WARNING: erroneous pipeline: no property "config-interval" in element "rtpmp4vpay0" > ... > Could you say which plugins and version are mandatory to get this option working? gst-plugins-good 0.10.23 (Which, by the way, you could easily have found out yourself by searching for rtpmp4vpay and "config-interval" in your favourite search engine.) Cheers -Tim ------------------------------------------------------------------------------ Special Offer-- Download ArcSight Logger for FREE (a $49 USD value)! Finally, a world-class log management solution at an even better price-free! Download using promo code Free_Logger_4_Dev2Dev. Offer expires February 28th, so secure your free ArcSight Logger TODAY! http://p.sf.net/sfu/arcsight-sfd2d _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/gstreamer-devel |
Free forum by Nabble | Edit this page |