<div dir="ltr"><div>Thanks Kammacher,<br><br></div>Yes I know that some people on NVIDIA's forum have been able to built latest Gstreamer for TK1, but I haven't found anyone that got nvvidconv working in a recent Gstreamer, and I need nvvidconv for the video part of my pipeline. Do you know if anyone has been able to get nvvidconv working for a recent version of Gstreamer on TK1? Because our other option is to use NVIDIA's gstreamer 1.2 for our video pipeline, and use open-source Gstreamer 1.8 for the audio pipeline at the same time, and get Gstreamer 1.8 to multiplex the video (from the Gstreamer 1.2 pipeline) with the audio into an AVI file. But obviously that's a messy solution so I'm hoping we can find a way to get Gstreamer 1.8 working on Jetson TK1 including nvvidconv, omxh264dec and omxh264enc.<br><br></div><div class="gmail_extra"><br clear="all"><div><div class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><div><div dir="ltr">Cheers,<br>Shervin Emami.<br><a href="http://www.shervinemami.info/Robotics_Engineer.html" target="_blank">http://www.shervinemami.info/Robotics_Engineer.html</a><br></div></div></div></div></div>
<br><div class="gmail_quote">On Wed, Jun 22, 2016 at 5:00 PM, Kammacher Tobias (kamm) <span dir="ltr"><<a href="mailto:kamm@zhaw.ch" target="_blank">kamm@zhaw.ch</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi<br>
<br>
I have used GStreamer 1.8 on both Nvidia TK1 and TX1. In both cases<br>
the default GSt provided by Nvidia is 1.2.4.<br>
It is possible to build the newer GStreamer and just copy the original OMX<br>
and Nvidia plugins:<br>
cd /usr/lib/arm-linux-gnueabihf/gstreamer-1.0/<br>
cp libgstnv* libnvgst* libgstomx.so ~/gst_1.6.0/out/lib/gstreamer-1.0/<br>
<br>
Most of them worked for me on 1.8.0, except nvvidconv, which is a<br>
proprietary plugin from Nvidia.<br>
<br>
There are instructions for doing this also from Nvidia if you look at the<br>
Multimedia User Guide for TX1 24.1 [1]. Also there is a script for building<br>
newer GStreamer versions for the TX1, but I never tried this on TK1.<br>
<br>
<br>
[1] <a href="http://developer.download.nvidia.com/embedded/L4T/r24_Release_v1.0/Docs/L4T_Tegra_X1_Multimedia_User_Guide_Release_24.1.pdf" rel="noreferrer" target="_blank">http://developer.download.nvidia.com/embedded/L4T/r24_Release_v1.0/Docs/L4T_Tegra_X1_Multimedia_User_Guide_Release_24.1.pdf</a><br>
--<br>
Kammacher Tobias, MSc ZFH in Engineering<br>
Research Assistant<br>
<br>
ZHAW, Zurich University of Applied Sciences<br>
InES, Institute of Embedded Systems<br>
Postfach<br>
Technikumstr. 22<br>
CH-8401 Winterthur<br>
--<br>
Tel: <a href="tel:%2B41%2058%20934%2078%2038" value="+41589347838">+41 58 934 78 38</a><br>
Web: <a href="http://ines.zhaw.ch" rel="noreferrer" target="_blank">http://ines.zhaw.ch</a><br>
--<br>
________________________________________<br>
Von: gstreamer-devel <<a href="mailto:gstreamer-devel-bounces@lists.freedesktop.org">gstreamer-devel-bounces@lists.freedesktop.org</a>> im Auftrag von Sebastian Dröge <<a href="mailto:sebastian@centricular.com">sebastian@centricular.com</a>><br>
Gesendet: Mittwoch, 22. Juni 2016 08:41<br>
An: Discussion of the development of and with GStreamer<br>
Betreff: Re: Trouble syncing 2 mono audio IP cams into stereo<br>
<div class="HOEnZb"><div class="h5"><br>
On Mi, 2016-06-22 at 13:39 +1000, Shervin Emami wrote:<br>
> Thanks Sebastian. I am using Gstreamer 1.2 because the NVIDIA Tegra<br>
> K1 OpenMAX plugins (for video codecs) are provided just for that<br>
> version. Do you think we are likely to be able to port NVIDIA's OMX<br>
> codec drivers from 1.2 to 1.8, or port Gstreamer's audiointerleave<br>
> element from 1.8 down to 1.2? Or would it would be really hard either<br>
> way? We're getting to the point where we might have to give up on our<br>
> 7 month project because we can't get audio and video to sync together<br>
> in Gstreamer!<br>
<br>
NVIDIA should really update to a recent GStreamer version, but I know<br>
that some people are using 1.8 on the TK1 so it must be possible.<br>
<br>
Let us know what problems you run into when trying to update.<br>
<br>
--<br>
<br>
Sebastian Dröge, Centricular Ltd · <a href="http://www.centricular.com" rel="noreferrer" target="_blank">http://www.centricular.com</a><br>
</div></div><div class="HOEnZb"><div class="h5">_______________________________________________<br>
gstreamer-devel mailing list<br>
<a href="mailto:gstreamer-devel@lists.freedesktop.org">gstreamer-devel@lists.freedesktop.org</a><br>
<a href="https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel" rel="noreferrer" target="_blank">https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel</a><br>
</div></div></blockquote></div><br></div>