udpxy

Here is information about customize your C series firmware..:!:This forum is NOT FOR DUMMY USERS questions or problems but DEVELOPER.

User avatar
juusso
SamyGO Moderator
Posts: 10129
Joined: Sun Mar 07, 2010 6:20 pm

Re: udpxy

Post by juusso »

Here is compiled udpxy for B series TVs. Might anyone finds it useful. Download
LE40B653T5W,UE40D6750,UE65Q8C
Have questions? Read SamyGO Wiki, Search on forum first!
FFB (v0.8), FFB for CI+ . Get root on: C series, D series, E series, F series, H series. rooting K series, exeDSP/exeTV patches[C/D/E/F/H]

DO NOT EVER INSTALL FIRMWARE UPGRADE
arris69
Official SamyGO Developer
Posts: 1700
Joined: Fri Oct 02, 2009 8:52 am
Location: Austria/Vienna (no Kangaroos here)
Contact:

Re: udpxy

Post by arris69 »

aleks123 wrote:Hello,

can someone try to compile http://sourceforge.net/projects/udpxy/f ... pmunk-1.0/ for T-VAULDEC (ARM) i have no toolchain yet :( it will be useful to translate udp protocol to http for example IPTV.

Now I use udpxy on router and with netplayer i watch IPTV chanell on TV.

Regards.
recipes/udpxy/udpxy_1.0_Chipmunk-19.bb

Code: Select all

DESCRIPTION = "udpxy is a UDP-to-HTTP multicast traffic relay daemon"
HOMEPAGE = "http://sourceforge.net/projects/udpxy"
LICENSE = "GPLv3"

# http://sourceforge.net/projects/udpxy/files/udpxy/Chipmunk-1.0/
SRC_URI = "${SOURCEFORGE_MIRROR}/${PN}/${PN}.${PV}-${PR}.tgz"

S = "${WORKDIR}/${PN}-${PV}-${PR}"
inherit autotools

EXTRA_OEMAKE = "lean"

do_install(){
        install -d ${D}${bindir}
        install udpxy ${D}${bindir}/
        install udpxy ${D}${bindir}/udpxrec
}
http://sourceforge.net/projects/samygo/ ... ve%20Apps/

unzip with 7zip, files are in data.tar.gz

hth
arris
arris69
Official SamyGO Developer
Posts: 1700
Joined: Fri Oct 02, 2009 8:52 am
Location: Austria/Vienna (no Kangaroos here)
Contact:

Re: udpxy

Post by arris69 »

aleks123 wrote:Tnx for compile

I have a litlle problem when I run:

Code: Select all

 /dtv/usb/sda1 # ./udpxy -vT -a eth0 -m eth0 -p 1234 
i get this message:

Code: Select all

 1970-01-01 02:32:51.703906 UTC  1606    set_pidfile: No such file or directory 
I thinks that problem is because they can't create PID in /var/run directory.

Can you compile again and change in source file osdef.h

Code: Select all

 #define PIDFILE_DIR     "/var/run"  

Code: Select all

#define PIDFILE_DIR     "/var/tmp"


to

Code: Select all

 #define PIDFILE_DIR     "/dtv" 
done: http://sourceforge.net/projects/samygo/ ... ve%20Apps/

arris
User avatar
juusso
SamyGO Moderator
Posts: 10129
Joined: Sun Mar 07, 2010 6:20 pm

Re: udpxy

Post by juusso »

alexlex74 wrote: Can you describe how I can use this tool?
Usage is here.

For more info search on google :)

I recompiled it with settings:

Code: Select all

#define PIDFILE_DIR     "/dtv" 
Now no more "can`t create pid_file" error.

Code: Select all

#/mtd_swu/udpxy -vT -a eth0 -m eth0 -p 1234 &
2011-03-11 08:44:09.507434 UTC        1488    udpxy 1.0-Chipmunk (build 19) standard: /mtd_swu/udpxy -vT -a eth0 -m eth0 -p 1234
2011-03-11 08:44:09.510124 UTC  1488    Starting server [1488]; capacity=[3] clients
2011-03-11 08:44:09.510956 UTC  1488    Setting up listener for [192.168.1.102:1234]
2011-03-11 08:44:09.511982 UTC  1488    Server socket=[6] is set up
2011-03-11 08:44:09.512800 UTC  1488    Entering server loop
2011-03-11 08:44:09.513469 UTC  1488    Server is waiting for input: socket=[6], pipe=[4]
Image

Download
LE40B653T5W,UE40D6750,UE65Q8C
Have questions? Read SamyGO Wiki, Search on forum first!
FFB (v0.8), FFB for CI+ . Get root on: C series, D series, E series, F series, H series. rooting K series, exeDSP/exeTV patches[C/D/E/F/H]

DO NOT EVER INSTALL FIRMWARE UPGRADE
User avatar
juusso
SamyGO Moderator
Posts: 10129
Joined: Sun Mar 07, 2010 6:20 pm

Re: udpxy

Post by juusso »

you can place it not just to /mtd_swu/ , it is not hardcoded.

I guess your error is related with permissions. Make:

Code: Select all

chmod 755 /mtd_swu/udpxy
LE40B653T5W,UE40D6750,UE65Q8C
Have questions? Read SamyGO Wiki, Search on forum first!
FFB (v0.8), FFB for CI+ . Get root on: C series, D series, E series, F series, H series. rooting K series, exeDSP/exeTV patches[C/D/E/F/H]

DO NOT EVER INSTALL FIRMWARE UPGRADE

Post Reply

Return to “[C] Firmware”