Jump to content

GStreamer pipelines for Jetson TX2: Difference between revisions

Line 108: Line 108:
|  
|  
|}
|}
== VLC on Tegra X1 and X2 ==
In order to test some of the videos or incoming streams produced by the pipelines below you might need VLC installed in your tegra, there is a known issue with VLC version 2.2 and you need to download and install VLC 2.4 or newer, in order to do it please follow these steps:
<pre>
sudo apt-get build-dep vlc && sudo apt-get install libtool build-essential
wget http://download.videolan.org/pub/videolan/vlc/2.2.6/vlc-2.2.6.tar.xz 
tar -xf vlc-2.2.6.tar.xz 
cd vlc-2.2.6
./configure --disable-qt
make
#you can also try: make install
</pre>
It takes around 10min to build. Once you have built the new vlc, you can run this to open a plain UDP stream for instance
./vlc -vv --demux h264 --h264-fps 60 udp://@:5000
this issue has been reported on [https://devtalk.nvidia.com/default/topic/990198/?comment=5079474 NVIDIA's forum]


== Capture ==
== Capture ==
Cookies help us deliver our services. By using our services, you agree to our use of cookies.