udpxy
Re: udpxy
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
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
-
- Official SamyGO Developer
- Posts: 1700
- Joined: Fri Oct 02, 2009 8:52 am
- Location: Austria/Vienna (no Kangaroos here)
- Contact:
Re: udpxy
recipes/udpxy/udpxy_1.0_Chipmunk-19.bbaleks123 wrote:Hello,
can someone try to compile http://sourceforge.net/projects/udpxy/f ... pmunk-1.0/ for T-VAULDEC (ARM) i have no toolchain yetit 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.
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
}
unzip with 7zip, files are in data.tar.gz
hth
arris
-
- Official SamyGO Developer
- Posts: 1700
- Joined: Fri Oct 02, 2009 8:52 am
- Location: Austria/Vienna (no Kangaroos here)
- Contact:
Re: udpxy
done: http://sourceforge.net/projects/samygo/ ... ve%20Apps/aleks123 wrote:Tnx for compile
I have a litlle problem when I run:
i get this message:Code: Select all
/dtv/usb/sda1 # ./udpxy -vT -a eth0 -m eth0 -p 1234
I thinks that problem is because they can't create PID in /var/run directory.Code: Select all
1970-01-01 02:32:51.703906 UTC 1606 set_pidfile: No such file or 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"
arris
Re: udpxy
Usage is here.alexlex74 wrote: Can you describe how I can use this tool?
For more info search on google

I recompiled it with settings:
Code: Select all
#define PIDFILE_DIR "/dtv"
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]

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
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
Re: udpxy
you can place it not just to /mtd_swu/ , it is not hardcoded.
I guess your error is related with permissions. Make:
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
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