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

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

Post by juusso »

1. You can edit xupnpd.lua dirrectly and add/remove unwanted playlists (remove whole row or just add -- at the beginning - this row will be ignored by xupnpd):
Change

Code: Select all

-- playlist (m3u file path or path with alias
playlist=
{
    { './playlists/mozhay.m3u',             'Mozhay.tv' },
--    { './localmedia', 'Local Media Files', '127.0.0.1;192.168.1.1' }
}
to

Code: Select all

-- playlist (m3u file path or path with alias
playlist=
{
--  { './playlists/mozhay.m3u',             'Mozhay.tv' },
--    { './localmedia', 'Local Media Files', '127.0.0.1;192.168.1.1' }
}
2. If you run xupnpd binary from your custom script, make sure you start it to background, not foreground.

Code: Select all

/path/to/xupnpd-rc/xupnpd-arm &
The &
Another reason of a lot of output is :
A) debug is on
B) xupnpd NOT as daemon
all what is needed is set to on/off in xupnpd.lua and after changes restart of TV is needed (be sure pid fileon /dtv/ is deleted if no TV reboot.)
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
rvempati
Posts: 3
Joined: Wed Aug 15, 2012 12:59 am

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

Post by rvempati »

Can I play HLS media (m3u8) files using this app? I was able to install xupnpd and able to play the default m3u play lists from youtube, vimeo etc...
When I add my own play list of type m3u8 which has small files of type TS to the list of playlist, I am not able to play them on my Samsung LN52B750 model.

Please advise or any alternatives to play HLS through DLNA.

thanks
Ram
yepp
Posts: 43
Joined: Sat Oct 08, 2011 1:06 pm

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

Post by yepp »

shadycz wrote:Hello,

i need help with xupnpd on Samsung TV PS50B650 with specific video file(s).

Here is problem video file ..... http://cdn-cache5g.seznam.cz/disc1/76/5 ... cVkcJj.mp4
try to remove all lines about mp4 from xupnpd_mime.lua
this helped me with mkv files.
cotarelo
Posts: 59
Joined: Sun Jan 22, 2012 12:38 am

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

Post by cotarelo »

Any playlist with real IPTV? Those playlists of xupnpd are static video files that are not updated...
Samsung LE40C530
T-MSX5DEUC-2009.0
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 »

xupnpd got update.
xupnpd-1.01_arm.tar.gz
SpoilerShow
xupnpd_webconfig2.png
xupnpd_webconfig1.png
xupnpd_webconfig.png
You do not have the required permissions to view the files attached to this post.
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
c74k
Posts: 105
Joined: Tue May 04, 2010 7:45 pm

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

Post by c74k »

juuso wrote:xupnpd got update.
xupnpd-1.01_armv7a8.tar.gz
relese for le32b650 ??
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 »

Updated for all series (pls report, not tested).
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
greenhorn
SamyGO Project Donor
Posts: 701
Joined: Wed Feb 15, 2012 3:05 pm
Location: Eastern Europe

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

Post by greenhorn »

does it support subtitles and audio streams switch for IPTV?
TV: UE40F7000 - T-FXPDEUC-1115.0 - SamyGO Extensions on F series
TV: UE55ES7000S - T-ECPDEUC-2003.4 - SamyGO tool Right from USB - no develop account is needed
TV: UE40C6710 - T-VALDEUC 3011 - Hacking TV over Hotel mode (C650 T-VALDEUC-3009.2)
BD-Player: BD-E6100 - B-FIRBPEWWC 1063.3 - rooted, no more Cin@vi@
NAS: CIFS: MAG250 NFS: Playon!HD
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 »

AFAIK no, ( maybe this is limited by dlna specifications?). You should read/ask for more details on http://xupnpd.org, i just compiled it for samsung TV...
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
greenhorn
SamyGO Project Donor
Posts: 701
Joined: Wed Feb 15, 2012 3:05 pm
Location: Eastern Europe

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

Post by greenhorn »

it works on my mips device DLNA with subtitles. I do not know why my Samsung doesn't like to show subtitles and audio streams switch.
TV: UE40F7000 - T-FXPDEUC-1115.0 - SamyGO Extensions on F series
TV: UE55ES7000S - T-ECPDEUC-2003.4 - SamyGO tool Right from USB - no develop account is needed
TV: UE40C6710 - T-VALDEUC 3011 - Hacking TV over Hotel mode (C650 T-VALDEUC-3009.2)
BD-Player: BD-E6100 - B-FIRBPEWWC 1063.3 - rooted, no more Cin@vi@
NAS: CIFS: MAG250 NFS: Playon!HD

Post Reply

Return to “[B] Software”