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

Here are software that related with Samsung B series TVs. Like hex editors, new version of BusyBox or internal software, app programs that will run in your TV hardware.:!:This forum is NOT FOR USER QUESTIONS or Problems.

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

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

Post 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.
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
moras86
Official SamyGO Developer
Posts: 180
Joined: Sun Feb 21, 2010 3:18 pm
Location: Poland
Contact:

Re: HowTO watch IPTV on B series

Post 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
Image . Image
TV LCD: Samsung LE40B651T3W (CI) | Internet@TV | fw: 2005 (patched: SamyGO v0.24 + GMT2, ArFIX2, ADFIX) | matrix: SQ04
BluRay: Samsung BD-D5300-ZF | SamsungApps | fw: 1013
Android-Box: Zidoo X8 | Realtek RTD1295 64bit (QuadCore), Mali-T820 GPU, 2 GB RAM, HDMI IN record, Android 6.0 | ZDMC 17.1
my projects: Remote LAN Control - Desktop app (v0.8) | Signal checker for DVB-T (v0.3)
User avatar
juusso
SamyGO Moderator
Posts: 10129
Joined: Sun Mar 07, 2010 6:20 pm

Re: HowTO watch IPTV on B series

Post by juusso »

Updated. More full howto later...
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
sco
Posts: 20
Joined: Sun Nov 27, 2011 2:20 pm

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

Post 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
moras86
Official SamyGO Developer
Posts: 180
Joined: Sun Feb 21, 2010 3:18 pm
Location: Poland
Contact:

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

Post 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
Image . Image
TV LCD: Samsung LE40B651T3W (CI) | Internet@TV | fw: 2005 (patched: SamyGO v0.24 + GMT2, ArFIX2, ADFIX) | matrix: SQ04
BluRay: Samsung BD-D5300-ZF | SamsungApps | fw: 1013
Android-Box: Zidoo X8 | Realtek RTD1295 64bit (QuadCore), Mali-T820 GPU, 2 GB RAM, HDMI IN record, Android 6.0 | ZDMC 17.1
my projects: Remote LAN Control - Desktop app (v0.8) | Signal checker for DVB-T (v0.3)
User avatar
juusso
SamyGO Moderator
Posts: 10129
Joined: Sun Mar 07, 2010 6:20 pm

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

Post by juusso »

moras, what exact didn`t you get? UDP channels?
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
madkai93
Posts: 15
Joined: Mon Aug 15, 2011 9:21 pm
Location: Germany

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

Post by madkai93 »

I can?t start it:
./xupnpd-arm Syntax error: word unexpected (expecting ")")
Any ideas?
LE32B650 CI
User avatar
juusso
SamyGO Moderator
Posts: 10129
Joined: Sun Mar 07, 2010 6:20 pm

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

Post by juusso »

this error occurs when wrong binary is used.
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
moras86
Official SamyGO Developer
Posts: 180
Joined: Sun Feb 21, 2010 3:18 pm
Location: Poland
Contact:

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

Post 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).
Image . Image
TV LCD: Samsung LE40B651T3W (CI) | Internet@TV | fw: 2005 (patched: SamyGO v0.24 + GMT2, ArFIX2, ADFIX) | matrix: SQ04
BluRay: Samsung BD-D5300-ZF | SamsungApps | fw: 1013
Android-Box: Zidoo X8 | Realtek RTD1295 64bit (QuadCore), Mali-T820 GPU, 2 GB RAM, HDMI IN record, Android 6.0 | ZDMC 17.1
my projects: Remote LAN Control - Desktop app (v0.8) | Signal checker for DVB-T (v0.3)
User avatar
juusso
SamyGO Moderator
Posts: 10129
Joined: Sun Mar 07, 2010 6:20 pm

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

Post 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...
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 “[B] Software”