Page 1 of 1

Firmware V1.2

PostPosted: Fri Jun 14, 2013 2:59 pm
by warumnix
Hi All:)

The following are added to the firmware v1.2:

1. update kernel/rootfs online through WUI, please note that update from firmware v1.0 and v1.1 to firmware v1.2 can ONLY be done through SD card, update through WUI will work for the future update ( version later than v1.2). All the previous settings will be lost after the update.

2.opkg
Example:
opkg install udpxy.ipk

3.udpxy
Usage:
udpxy -p 8888 ( 8888 is listenning http port)

Sample of direct http url for streaming:
http://<ip_of_your_moi>:<port_of_udpxy>/<udp|rtp>/<multicast_ip>:<mutlicast_port>

Example :
http://192.168.1.188:8888/udp/239.255.0.1:1234

4.getstream
Usage:
getstream -c config-file -d -t <timeout>

Homepage: http://silicon-verl.de/home/flo/projects/streaming/


5.vsftpd
ftp server
name:root
password:tbs

Get it from http://www.tbsdtv.com/download/document/tbs2900/tbs-moi-dvb-s2-streaming-box-2900-firmware_v1.2.zip, as always, you can send your report here or to our email, thank you!

Re: Firmware V1.2

PostPosted: Mon Jun 24, 2013 5:34 pm
by warumnix
Please note that you need to clean the browser (IE, Chrome, Firefox) cache manually after the update, otherwise it shows old page WUI from cache, thanks.

Re: Firmware V1.2

PostPosted: Sat Jul 06, 2013 12:21 am
by Mechanik
have it new drivers or only additional software?

Re: Firmware V1.2

PostPosted: Mon Jul 08, 2013 10:42 am
by xiaocao
it has only additional software

Re: Firmware V1.2

PostPosted: Tue Jul 09, 2013 7:41 pm
by sergsero
In Firmware V1.2 I did not find the configuration files for for opkg - arch.conf and opkg.conf. Therefore, the command "opkg install *. Ipk" does not work for me.
What URL should be specified for the package repository in opkg.conf?

Re: Firmware V1.2

PostPosted: Tue Jul 09, 2013 9:13 pm
by TUISTERa
sergsero Wrote:In Firmware V1.2 I did not find the configuration files for for opkg - arch.conf and opkg.conf. Therefore, the command "opkg install *. Ipk" does not work for me.
What URL should be specified for the package repository in opkg.conf?

You need to "wget" the ipk package first and then install it with "opkg install" command