Hello, I´m trying to build a docker image of gstreamer 1.18.0 but I´m finding some problems with the plugins as gst-launch can´t find a lot of them, it is the first time I´m trying to build gstreamer so maybe I´m doing wrong things, can anyone
help me? Though I´m reading the docs and searching the web I´m not able to get somethin running. This is my dockerfile:
and normally this is what I get when I try to do something easy:
Thanks a lot for your help as you can see I´m a little bit lost. Saludos,
_______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel |
Hello all, I´m trying to build a docker image of gstreamer 1.18.0 but I´m finding some problems with the plugins as gst-launch can´t find a lot of them, it is the first time I´m trying to build gstreamer so maybe I´m doing wrong things, can anyone
help me? Though I´m reading the docs and searching the web I´m not able to get somethin running. This is my dockerfile:
and normally this is what I get when I try to do something easy:
Thanks a lot for your help as you can see I´m a little bit lost. Saludos,
_______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel |
I think I´ve found the problem, and it was releted to pluggins’ paths so I did it this way finally: RUN git clone https://gitlab.freedesktop.org/gstreamer/gst-build && \ cd gst-build && \ /root/.local/bin/meson build --prefix=/usr --libdir=/usr/lib --buildtype=debug RUN cd gst-build && ninja -C build RUN cd gst-build && ninja -C build install RUN export LD_LIBRARY_PATH=/lib:/usr/lib:/usr/local/lib RUN export GST_PLUGIN_SYSTEM_PATH_1_0=/usr/lib/gstreamer-1.0 RUN export GST_PLUGIN_PATH=/usr/lib/gstreamer-1.0/ RUN export GST_PLUGIN_SCANNER=/usr/libexec/gstreamer-1.0/gst-plugin-scanner Thanks, Raúl. De: gstreamer-devel <[hidden email]>
En nombre de Raul Mansilla Soto Hello all, I´m trying to build a docker image of gstreamer 1.18.0 but I´m finding some problems with the plugins as gst-launch can´t find a lot of them, it is the first time I´m trying to build gstreamer so maybe I´m doing wrong things, can anyone
help me? Though I´m reading the docs and searching the web I´m not able to get somethin running. This is my dockerfile:
and normally this is what I get when I try to do something easy:
Thanks a lot for your help as you can see I´m a little bit lost. Saludos,
_______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel |
Free forum by Nabble | Edit this page |