How to debug/fix running error when use rtph264pay?
Nicolas Dufresne
nicolas at ndufresne.ca
Thu Jul 30 12:54:53 UTC 2020
Le jeudi 30 juillet 2020 à 16:20 +0800, Psychesnet Hsieh a écrit :
> Hi Gostring,
>
> Thanks. I success to enable h264parse via change makefile.
> Looks like there are more dependency on plugin-bad, I fix it.
>
> By the way, I check the license on h264parse plugin.
> Library is LGPL, tool is GPL, right? Thanks.
All code in the GStreamer repository should be LGPL v2+ or compatible.
The code that isn't compatible or patent encumbered would be placed in
gst-plugins-ugly.
The h264parse element is part of libgstvideoparsers.so plugin, and
depends on libgstcodecparsers.so library. This is all LGPL.
regards,
Nicolas
>
>
>
> gotsring <gotsring at live.com> 於 2020年7月29日 週三 下午10:56寫道:
> > It looks like you're looking in gst-plugins-*base*. If you're trying to get
> > h264parse, it's in a different git repo entirely: gst-plugins-*bad*. Also,
> > be aware that some files are in the gst/ directory, and some are in the
> > gst-libs/ directory. However, you should just be able to build everything
> > without too much hassle using the autogen script, see the README file.
> >
> > See here:
> > https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/-/tree/1.16
> > https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/-/tree/1.16/gst/videoparsers
> >
> > Past that, I don't think I can help much, I haven't built gstreamer from
> > source in a while.
> >
> >
> >
> > --
> > Sent from: http://gstreamer-devel.966125.n4.nabble.com/
> > _______________________________________________
> > gstreamer-devel mailing list
> > gstreamer-devel at lists.freedesktop.org
> > https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
>
> _______________________________________________
> gstreamer-devel mailing list
> gstreamer-devel at lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
More information about the gstreamer-devel
mailing list