Hii all,
I have written a mjpeg packetiser plugin based on rfc 2435 .I am not able to link my plugin to RTPBIN element .I am getting the following errors. gst-launch videotestsrc ! ffenc_mjpeg ! rtpmjpegpay ! rtpbin localport=5000 destinations=10.60.3.104:5000 WARNING: erroneous pipeline: no element "rtpbin" But I am able to link my plugin with udpsink element in Gstreamer. gst-launch videotestsrc ! ffenc_mjpeg ! rtpmjpegpay ! udpsink host=10.60.3.104 port=5000. Earlier my sourcepad capability was set to "any" ,but now i have changed it to "application/x-rtp" still it shows the same error . Can anyone help me in this . Regards, The information contained in this electronic message and any attachments to this message are intended for the exclusive use of the addressee(s) and may contain proprietary, confidential or privileged information. If you are not the intended recipient, you should not disseminate, distribute or copy this e-mail. Please notify the sender immediately and destroy all copies of this message and any attachments contained in it. ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/gstreamer-devel |
On Fri, 2008-11-07 at 13:09 +0530, ajitjohn wrote:
> Hii all, > > I have written a mjpeg packetiser plugin based on rfc 2435 .I am not able > to link my plugin to RTPBIN element .I am getting the following errors. > > gst-launch videotestsrc ! ffenc_mjpeg ! rtpmjpegpay ! rtpbin localport=5000 > destinations=10.60.3.104:5000 > WARNING: erroneous pipeline: no element "rtpbin" The element is called gstrtpbin > Earlier my sourcepad capability was set to "any" ,but now i have > changed it to "application/x-rtp" still it shows the same error . You have have the full payload type, clock-rate, ssrc, etc in the SRC caps of your depayloaders (otherwise gstrtpbin won't work well). -- Olivier Crête [hidden email] Collabora Ltd ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/gstreamer-devel signature.asc (204 bytes) Download Attachment |
Free forum by Nabble | Edit this page |