Hi everyone, Not sure if this is the right place to post, but I'm getting the following error messages while running a specific pipeline on my Mac ** (SendRecv:41121): WARNING **: 13:20:14.734: tried to set connection-id after disabling DTLS 0:00:00.090049000 41121 0x7fc46b460190 WARN dtlssrtpenc gstdtlssrtpenc.c:269:gst_dtls_srtp_enc_set_property:<dtlssrtpenc0> tried to set is-client after disabling DTLS 0:00:00.090110000 41121 0x7fc46b460190 WARN GST_ELEMENT_FACTORY gstelementfactory.c:456:GstElement *gst_element_factory_make(const gchar *, const gchar *): no such element factory "srtpdec"! 0:00:00.090115000 41121 0x7fc46b460190 ERROR dtlssrtpdec gstdtlssrtpdec.c:171:gst_dtls_srtp_dec_init:<GstDtlsSrtpDec@0x7fc4693092a0> failed to create srtp_dec, is the srtp plugin registered? ** (SendRecv:41121): WARNING **: 13:20:14.734: tried to set connection-id after disabling DTLS 0:00:00.090151000 41121 0x7fc46b460190 WARN GST_ELEMENT_FACTORY gstelementfactory.c:456:GstElement *gst_element_factory_make(const gchar *, const gchar *): no such element factory "srtpenc"! 0:00:00.090155000 41121 0x7fc46b460190 ERROR dtlssrtpenc gstdtlssrtpenc.c:178:gst_dtls_srtp_enc_init:<GstDtlsSrtpEnc@0x7fc469309480> failed to create srtp encoder, is the srtp plugin registered? I do have srtp installed and gst-plugins-bad with all options available in brew but for some reason, libgstsrtp is still missing :/ Any help is welcome Regards "If we can really understand the problem, the answer will come out of it, because the answer is not separate from the problem." - KrishnamurtiVinícius Faria Toná _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel |
I think it's a problem with Homebrew or Mac...
I have a docker image with Ubuntu and `srtpenc` is there Any ideas? -- Sent from: http://gstreamer-devel.966125.n4.nabble.com/ _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel |
Hi,
This sounds like HomeBrew doesn't build gst-plugins-bad against libsrt. So the build recipe there probably needs adjusting. Olivier On Thu, 2018-05-24 at 11:15 -0700, Vinicius Tona wrote: > I think it's a problem with Homebrew or Mac... > > I have a docker image with Ubuntu and `srtpenc` is there > > Any ideas? > > > > -- > Sent from: http://gstreamer-devel.966125.n4.nabble.com/ > _______________________________________________ > gstreamer-devel mailing list > [hidden email] > https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel Olivier Crête [hidden email] _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel |
Le jeu. 21 juin 2018 17:27, Olivier Crête <[hidden email]> a écrit : Hi, *libsrtp So the build recipe there probably needs adjusting. _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel |
In reply to this post by Olivier Crête-3
Hi, yes In the end, I figured out that the dependency with srtp was removed brew edit gst-plugins-bad adding depends_on "srtp" => :optional brew install gst-plugins-bad --with-srtp Solved the problem Regards On Thu, Jun 21, 2018 at 5:21 PM, Olivier Crête <[hidden email]> wrote: Hi, "If we can really understand the problem, the answer will come out of it, because the answer is not separate from the problem." - KrishnamurtiVinícius Faria Toná _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel |
Free forum by Nabble | Edit this page |