Lindeni Forum
How to fix /mpp_sample/app errors - Printable Version

+- Lindeni Forum (http://forum.lindeni.org)
+-- Forum: Lindenis V5 (http://forum.lindeni.org/forumdisplay.php?fid=5)
+--- Forum: General Discussion on Lindenis V5 (http://forum.lindeni.org/forumdisplay.php?fid=6)
+--- Thread: How to fix /mpp_sample/app errors (/showthread.php?tid=11)



How to fix /mpp_sample/app errors - given - 10-16-2018

When you firstly run mpp_sample/app, you will find there are several errors like these:
[attachment=1]

Don't worry! Fix it by following the blow steps:
1. get the root priority by enter :

Code:
$ sudo su


2.install the necessary dependent libraries :

Code:
# apt-get install libgoogle-glog-dev libasound2-dev

3. copy the dynamic link libraries of the app_mpp_sample to /usr/lib
Code:
# cd mpp_sample/app
# cp ./lib/libTinyServer.so /usr/lib/

4. compile and run the app_mpp_sample.
Code:
# cd mpp_sample/app
# make or make all
... compiling...
...
# cd release
# ./app_mpp_sample



RE: How to fix /mpp_sample/app errors - zq1001 - 11-06-2018

(10-16-2018, 11:52 AM)given Wrote: When you firstly run mpp_sample/app, you will find there are several errors like these:


Don't worry! Fix it by following the blow steps:
1. get the root priority by enter :

Code:
$ sudo su


2.install the necessary dependent libraries :

Code:
# apt-get install libgoogle-glog-dev libasound2-dev

3. copy the dynamic link libraries of the app_mpp_sample to /usr/lib
Code:
# cd mpp_sample/app
# cp ./lib/libTinyServer.so /usr/lib/

4. compile and run the app_mpp_sample.
Code:
# cd mpp_sample/app
# make or make all
... compiling...
...
# cd release
# ./app_mpp_sample


rtsp地址是什么呢


RE: How to fix /mpp_sample/app errors - jinder - 11-07-2018

(11-06-2018, 12:07 PM)zq1001 Wrote:
(10-16-2018, 11:52 AM)given Wrote: When you firstly run mpp_sample/app, you will find there are several errors like these:


Don't worry! Fix it by following the blow steps:
1. get the root priority by enter :

Code:
$ sudo su


2.install the necessary dependent libraries :

Code:
# apt-get install libgoogle-glog-dev libasound2-dev

3. copy the dynamic link libraries of the app_mpp_sample to /usr/lib
Code:
# cd mpp_sample/app
# cp ./lib/libTinyServer.so /usr/lib/

4. compile and run the app_mpp_sample.
Code:
# cd mpp_sample/app
# make or make all
... compiling...
...
# cd release
# ./app_mpp_sample


rtsp地址是什么呢

-->rtsp://yourip:8554/ch0 or ch1