Download NVIDIA Tegra Linux Driver Package Developers` Guide

Transcript
Getting Started
2. Enable package download from the “universe” repository by editing
/etc/apt/sources.list as root:
$ sudo vi /etc/apt/sources.list
3. Uncomment the following line in the file by removing the leading # character:
# deb http://ports.ubuntu.com/ubuntu-ports/ trusty universe
4. Update the repository:
$ sudo apt-get update
5. Install the mesa-utils and mesa-utils-extra packages:
$ sudo apt-get install -y mesa-utils
$ sudo apt-get install –y mesa-utils-extra
6. At this point you should be able to run the application with the following
steps:
$ export DISPLAY=:0
$ X&
$ /usr/bin/es2gears
GStreamer-based Multimedia Playback (NvGstPlayer)
You can use the GStreamer open source multimedia framework and the
NvGstPlayer utility for testing multimedia local playback and HTTP/RTSP
streaming playback use cases. The NvGstPlayer can be used as a reference
implementation.
This section tells you how to install and use this application. This section
includes the following sub-topics.
•
•
Installing GStreamer
Using NvGstPlayer
For more information about the NvGstPlayer application, refer to the readme file
included with the release at .
Installing GStreamer
You install GStreamer from the Internet directly on the target. There is a wrapper
library called gst-openmax that is an interface between GStreamer and
OpenMAX, which enables accelerated NVIDIA plug-ins in the GStreamer
framework
For more information about GStreamer, see the following website:
http://gstreamer.freedesktop.org
NVIDIA Tegra Linux Driver Package