This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

DM36x DVSDK4.02下安装gst-rtsp-server



执行以下脚本> source /usr/local/dvsdk/linux-devkit/environment-setup

之后,我可成功编译gstreamer的helloworld。

但是下载gst-rtsp-0.10.8安装时,运行./configure成功,但是运行make的时候出错。

root@ubuntu:/home/li/tmp/gst-rtsp-0.10.8# ./configure PKG_CONFIG_PATH=/usr/local/dvsdk/linux-devkit/arm-none-linux-gnueabi/usr/lib/pkgconfig/

# make

In file included from rtsp-funnel.c:36:
rtsp-funnel.h:29:21: error: gst/gst.h: No such file or directory

有人成功安装过吗?请不吝赐教,谢谢!