Page 1 of 10

HowTo watch IPTV on A/B/C/D series, PS3 and so on...

Posted: Mon Dec 12, 2011 1:46 am
by juusso
Video borrowed but principle is same...


1. Download.
2. Copy achive to usb and attach to TV.
3. copy to /mtd_rwarea and extract:

Code: Select all

cp /dtv/usb/sda1/xupnpd_rc4_samsungTV.tar.gz /mtd_rwarea/
tar -xzf /mtd_rwarea/xupnpd_rc4_samsungTV.tar.gz
N.B. custom busybox is needed to untar.
4. execute:

Code: Select all

cd /mtd_rwarea/xupnpd-rc
./xupnpd-arm
Now you get UPNP-IPTV as source. Here are some playlists, you can upload your own over web interface 4044 port:

Code: Select all

http://IP_of_TV:4044


Inside this archive are binaries for B and C (D) series arm and also for C550 (trident).

More info: http://xupnpd.org

Described method has cons: long buffering time and sometimes freezing picture, but i havent found any other solution how to watch IPTV w/o external player.

If possible, better install xupnpd to router...

Updated binaries (xupnpd and udpxy) grab here.

Re: HowTO watch IPTV on B series

Posted: Fri Dec 16, 2011 4:39 am
by moras86
It's work, thank juuso :P

My Internet should be faster for this, but maybe I find some nice playlists for my place.


Cheers

Re: HowTO watch IPTV on B series

Posted: Thu Dec 22, 2011 2:25 am
by juusso
Updated. More full howto later...

Re: HowTO watch IPTV on A/B/C/D series, PS3 and so on...

Posted: Wed Dec 28, 2011 8:34 pm
by sco
thanks for info juuso

i would be interested in a fuller howto

youtube and vimo streams work a treat! but i dont have the skills (yet!) to fully understand all of this setup. The web interface doesnt work. A port scan indicates that port 4044 isnt open (php on port 80 is up and running)

When i select info on tv remote on a workng vimo/youtube stream i get 10.123.12.1:4044 (IP of TV should be 192.168.1.x)
Is that doing some kind of loopback? or have i got some config settings wrong?
Any help regarding howto get the web interface working would be great!

thx

Re: HowTO watch IPTV on A/B/C/D series, PS3 and so on...

Posted: Fri Dec 30, 2011 11:14 pm
by moras86
sco, check your config file - 'xupnpd.lua'

For working web interface your need to have this inside:

Code: Select all

-- multicast interface for SSDP exchange, 'eth0', 'br0', 'br-lan' for example
cfg.ssdp_interface='eth0'

-- 'cfg.ssdp_loop' enables multicast loop (if player and server in one host)
cfg.ssdp_loop=1
If your like to use included udp option it must be set as (IP isn't important because this line is 'turned off'):

Code: Select all

-- external 'udpxy' url for multicast playlists (udp://@...)
--cfg.udpxy_url='http://192.168.1.1:4022'

-- downstream interface for builtin multicast proxy (comment 'cfg.udpxy_url' for processing 'udp://@...' playlists)
cfg.mcast_interface='eth0'

I tray UDP but any success for my TV. Also failed when use external udpxy. :(

New version of xupnpd available at official page. If you like to use it on Samsung TV make this steps:
- use juuso instruction from first post
- download archive from http://tsdemuxer.googlecode.com/files/xupnpd-rc5.tar.gz
- unpack and remove files: xupnpd-ar71xx , xupnpd-mipsel , xupnpd-mipsel-ddwrt , xupnpd.lua (config file shouldn't be replaced)
- copy and replace all files inside TV memory (path /mtd_rwarea/xupnpd-rc)
- restart TV

Noticed changes at RC5:
- added GameTrailers plugin :D

Re: HowTO watch IPTV on A/B/C/D series, PS3 and so on...

Posted: Sat Dec 31, 2011 12:54 pm
by juusso
moras, what exact didn`t you get? UDP channels?

Re: HowTo watch IPTV on A/B/C/D series, PS3 and so on...

Posted: Sat Dec 31, 2011 2:39 pm
by madkai93
I can?t start it:
./xupnpd-arm Syntax error: word unexpected (expecting ")")
Any ideas?

Re: HowTo watch IPTV on A/B/C/D series, PS3 and so on...

Posted: Sat Dec 31, 2011 2:45 pm
by juusso
this error occurs when wrong binary is used.

Re: HowTo watch IPTV on A/B/C/D series, PS3 and so on...

Posted: Sat Dec 31, 2011 2:51 pm
by moras86
@juuso
I can't play any udp://@ files like:

Code: Select all

udp://@233.34.28.1:1001
For example when I tray open links from butovocom_iptv.m3u playlist I got error message ('File extension not supported').

@madkai93
Tray set executable flag to xupnpd-arm file:

Code: Select all

chmod 755 /mtd_rwarea/xupnpd-rc/xupnpd-arm
Next run it once more:

Code: Select all

/mtd_rwarea/xupnpd-rc/xupnpd-arm
If you still got problem check xupnpd-arm file size.
I remember, I got problem with transfer no-extensions files using FileZilla (FTP client).

Re: HowTo watch IPTV on A/B/C/D series, PS3 and so on...

Posted: Sat Dec 31, 2011 2:59 pm
by juusso
mooras, if internal xupnpd dont work, what problem is to run udpxy? And set 127.0.0.1 in xupnpd.lua for udp? If 127... doesnt work, use IP of TV and port 8888 (if example script is used)

1. Place udpxy (chmoded 755) to /mtd_rwarea/bin
2. I use this iptv.sh script:

Code: Select all

#!/bin/sh

if [ -f /mtd_rwarea/bin/udpxy ]; then
touch /dtv/usb/udpxy.log; chmod 777 /dtv/usb/udpxy.log
/mtd_rwarea/bin/udpxy -a lo -m eth0 -p 8888 -S -l /dtv/usb/udpxy.log -B 2048K -c 2 &
else
echo udpxy not found
fi

/mtd_rwarea/bin/xupnpd-rc/xupnpd-arm &
Also you don`t get it played if you use external udpxy and link like this?:

Code: Select all

http://192.168.1.1:8888/udp/233.34.28.1:1001
where 192.168.1.1:8888 is address and port of udpxy...