In gstreamer 1.0, how can it support the KLV metadata?
When google gstreamer meta klv, it shows there are rtpklvpay and rtpklvdepay. The mpegtsmux includes the meta/x-klv as well. However, I cannot inspect them in my gstreamer. Is it something related to the version? Thanks! _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel |
On Fri, 2016-09-16 at 16:21 +0200, 张若 wrote:
Hi, > In gstreamer 1.0, how can it support the KLV metadata? > When google gstreamer meta klv, it shows there are rtpklvpay and > rtpklvdepay. The mpegtsmux includes the meta/x-klv as well. However, > I cannot inspect them in my gstreamer. Is it something related to the > version? Very likely. What version are you using? KLV support was initially added in 1.6: https://gstreamer.freedesktop.org/releases/1.6/ Cheers -Tim -- Tim Müller, Centricular Ltd - http://www.centricular.com Join us at the GStreamer Conference! 10-11 October 2016 in Berlin, Germany http://gstreamer.freedesktop.org/conference/ _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel |
Thank you! But how to check the exact version of gstreamer 1.0? I am using the gstreamer on imx6 with ubuntu. Is the version available for it? How can I update or upgrade the version on board? 2016-09-16 17:31 GMT+02:00 Tim Müller <[hidden email]>: On Fri, 2016-09-16 at 16:21 +0200, 张若 wrote: _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel |
On Fri, 2016-09-16 at 18:04 +0200, 张若 wrote:
> Thank you! > But how to check the exact version of gstreamer 1.0? > I am using the gstreamer on imx6 with ubuntu. Is the version > available for it? > How can I update or upgrade the version on board? gst-inspect-1.0 --version or gst-inspect-1.0 tsdemux | grep Version Should give you a hint. Cheers -Tim -- Tim Müller, Centricular Ltd - http://www.centricular.com Join us at the GStreamer Conference! 10-11 October 2016 in Berlin, Germany http://gstreamer.freedesktop.org/conference/ _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel |
My version of GStreamer: gst-inspect-1.0 version 1.2.4 GStreamer 1.2.4 Same applies to tsdemux version. What is the easiest way to update from current version to version 1.6 or higher. I have tried to install the latest version, but while checking the version of gstreamer after install completing, it still shows version 1.2.4. 2016-09-16 18:10 GMT+02:00 Tim Müller <[hidden email]>: On Fri, 2016-09-16 at 18:04 +0200, 张若 wrote: _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel |
Free forum by Nabble | Edit this page |