Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagebash
themeMidnight
sudo apt-get update
sudo apt-get -y install cmake (installed by default)
sudo apt-get -y install uuid-dev
sudo apt-get -y install libssl-dev

...

Code Block
languagebash
themeMidnight
sudo apt-get -y install libgstreamer1install libgstreamer1.0-dev
sudo apt-get -y install libgstreamer-plugins-base1.0-dev (installed by default)
sudo apt-get -y install libgstreamer-plugins-good1.0-dev (installed by default)
sudo apt-get -y install libgstreamer-plugins-bad1.0-dev
sudo apt-get -y install gstreamer1.0-libav
sudo apt-get -y install gstreamer1.0-tools

...

Code Block
languagebash
themeMidnight
cd gst-plugins-rdk-aamp
mkdir build
cd build
cmake ../ -DCMAKE_BUILD_TYPE=Debug
make
sudo make install
cd ../../

3.

...

Copy

...

the

...

prebuilt

...

qtdemux

...

library

...

with

...

AAMP

...

patches.

...

Prebuilt

...

qtdemux

...

library

...

is

...

available

...

in

...

tar

...

file

...

attached

...

to

...

this

...

doc

...

-

...

override

...

-libs.tgz

...


Run

...

the

...

following

...

commands

...

in

...

a

...

new

...

folder

Code Block
languagebash
themeMidnight
tar -xzf override_libs.tgz

...