I can't find it atm, maybe it's in another topic.
Follow these steps to complete the transition or re-flash (if that's easier) with an image from tomorrow onwards!
Ignore any error, just proceed.
It's safest to copy and past these lines:
opkg remove enigma2-transtreamproxy-util
opkg remove enigma2-plugin-systemplugins-transcodingsetup
opkg remove vuplus-livestreamproxy
opkg remove vuplus-filestreamproxy
opkg remove vuplus-transcoding
opkg remove streamproxy
rm /etc/init.d/vuplus-transcoding.sh /etc/init.d/transcoding.sh /etc/enigma2/streamproxy.conf
Also check the file /etc/inetd.conf, if there are lines containing "livestreamproxy" or "filestreamproxy" remove them.
Then type
killall -HUP inetd
(or reboot).
Then type:
opkg update
opkg install streamproxy
Afterwards you should see this when you do netstat -lptn:
root@duo:~# netstat -lptn Active Internet connections (only servers) Proto Recv-Q Send-Q Local
Address Foreign Address State PID/Program name tcp 0 0
0.0.0.0:16000 0.0.0.0:* LISTEN 423/CCcam tcp 0 0
0.0.0.0:12000 0.0.0.0:* LISTEN 423/CCcam tcp 0 0
0.0.0.0:8001 0.0.0.0:* LISTEN 433/enigma2 tcp 0 0
0.0.0.0:16001 0.0.0.0:* LISTEN 423/CCcam tcp 0 0
0.0.0.0:21 0.0.0.0:* LISTEN 388/inetd tcp 0 0
0.0.0.0:22 0.0.0.0:* LISTEN 364/dropbear tcp 0 0
0.0.0.0:23 0.0.0.0:* LISTEN 388/inetd tcp 0 0
:::8002 :::* LISTEN 614/streamproxy tcp 0 0
:::8003 :::* LISTEN 614/streamproxy tcp 0 0
:::80 :::* LISTEN 433/enigma2 tcp 0 0
:::22 :::* LISTEN 364/dropbear
Edited by Erik Slagter, 17 April 2014 - 21:25.