本地安装gstreamer ipk

1. 下载ipk文件 基本提示缺啥下载啥 

opkg install zlib_1.2.8-1_ar71xx.ipk
opkg install libffi_3.0.13-1_ar71xx.ipk
opkg install libattr_20150220-1_ar71xx.ipk
opkg install glib2_2.43.4-1_ar71xx.ipk
opkg install libxml2_2.9.2-3_ar71xx.ipk
opkg install gstreamer1-libs_1.4.5-1_ar71xx.ipk
opkg install gstreamer1-utils_1.4.5-1_ar71xx.ipk

2. copy 服务器上packages下面的所有内容 ,更改/etc/opkg.conf 指向本地fpt服务器根目录

src/gz chaos_calmer_base ftp://192.168.1.10/base
src/gz chaos_calmer_luci ftp://192.168.1.10/luci
src/gz chaos_calmer_management ftp://192.168.1.10/management
src/gz chaos_calmer_packages ftp://192.168.1.10/packages
src/gz chaos_calmer_routing ftp://192.168.1.10/routing
src/gz chaos_calmer_telephony ftp://192.168.1.10/telephony

example:

root@OpenWrt:~# opkg install gst1-mod-alsa
Installing gst1-mod-alsa (1.4.5-1) to root...
Downloading ftp://192.168.1.10/packages/gst1-mod-alsa_1.4.5-1_ar71xx.ipk.
Installing libgst1audio (1.4.5-1) to root...
Downloading ftp://192.168.1.10/packages/libgst1audio_1.4.5-1_ar71xx.ipk.
Installing libgst1tag (1.4.5-1) to root...
Downloading ftp://192.168.1.10/packages/libgst1tag_1.4.5-1_ar71xx.ipk.
Configuring libgst1tag.
Configuring libgst1audio.
Configuring gst1-mod-alsa.

 

扩展SD卡后有了足够的空间了 可以开装了

安装gstreamer

opkg install gstreamer1-utils

opkg install gst1-plugins-base

 

posted @ 2015-06-07 23:07  fastwave2004  阅读(739)  评论(0编辑  收藏  举报