DSM-G600, DNS-3xx and NSA-220 Hack Forum

Unfortunately no one can be told what fun_plug is - you have to see it for yourself.

You are not logged in.

Announcement

#1 2015-06-09 09:44:05

ArchyBald
New member
Registered: 2015-06-08
Posts: 2

funplug and udp proxy (for TV LG 2014year with webOS for iptv)

Hi, all. I decided to write how to compile udpxy for DNS-323(or other devices with funplug).
udpxy website: http://www.udpxy.com/download-en.html

1. download src

Code:

cd /mnt/HD_a2/ffp/tmp
wget http://www.udpxy.com/download/1_23/udpxy.1.0.23-9-prod.tar.gz

2. untar src

Code:

tar -xzvf udpxy.1.0.23-9-prod.tar.gz

3. build

Code:

cd udpxy-1.0.23-9
make release

4. prepare package

Code:

make install DESTDIR=/mnt/HD_a2/test/udpxy-1.0.23-9
mkdir /mnt/HD_a2/test/udpxy-1.0.23-9/ffp
mv /mnt/HD_a2/test/udpxy-1.0.23-9/usr/share /mnt/HD_a2/test/udpxy-1.0.23-9/ffp
mv /mnt/HD_a2/test/udpxy-1.0.23-9/usr/local/bin /mnt/HD_a2/test/udpxy-1.0.23-9/ffp
rm -r /mnt/HD_a2/test/udpxy-1.0.23-9/usr

5. Autostart script (in attachment)

Code:

mkdir -p /mnt/HD_a2/test/udpxy-1.0.23-9/ffp/start
cp -a /mnt/HD_a2/udpxy.sh /mnt/HD_a2/test/udpxy-1.0.23-9/ffp/start
chmod a-x /mnt/HD_a2/test/udpxy-1.0.23-9/ffp/start/udpxy.sh

6. Create and install package

Code:

cd /mnt/HD_a2/test/udpxy-1.0.23-9
mkdir /mnt/HD_a2/my

##for fun_plug 0.5

Code:

tar -czvf /mnt/HD_a2/my/udpxy-1.0.23-9.tgz *
funpkg -i /mnt/HD_a2/my/udpxy-1.0.23-9.tgz

##for fun_plug 0.7

Code:

makepkg udpxy 1.0.23 9
mv /tmp/udpxy-1.0.23-oarm-9.txz /mnt/HD_a2/my
funpkg -i /mnt/HD_a2/my/udpxy-1.0.23-oarm-9.txz

7. Set autostart service

Code:

chmod a+x /ffp/start/udpxy.sh

8. Start service

Code:

sh /ffp/start/udpxy.sh start

9. check status
if 192.168.0.1 is your IP, then

Code:

lynx http://192.168.0.1:8888/status

10. man pages

Code:

man udpxy
man udpxrec

Last edited by ArchyBald (2015-06-09 11:49:40)


Attachments:
Attachment Icon udpxy.sh, Size: 570 bytes, Downloads: 374

Offline

 

Board footer

Powered by PunBB
© Copyright 2002–2010 PunBB