Page 7 of 10

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

Posted: Mon Aug 13, 2012 9:32 am
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.)

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

Posted: Sat Aug 25, 2012 8:11 pm
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

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

Posted: Thu Sep 13, 2012 4:02 pm
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.

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

Posted: Sat Oct 06, 2012 6:45 pm
by cotarelo
Any playlist with real IPTV? Those playlists of xupnpd are static video files that are not updated...

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

Posted: Thu Dec 06, 2012 6:21 pm
by juusso
xupnpd got update.
xupnpd-1.01_arm.tar.gz
SpoilerShow
xupnpd_webconfig2.png
xupnpd_webconfig1.png
xupnpd_webconfig.png

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

Posted: Fri Dec 07, 2012 1:30 am
by c74k
juuso wrote:xupnpd got update.
xupnpd-1.01_armv7a8.tar.gz
relese for le32b650 ??

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

Posted: Fri Dec 07, 2012 8:38 am
by juusso
Updated for all series (pls report, not tested).

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

Posted: Fri Dec 07, 2012 12:46 pm
by greenhorn
does it support subtitles and audio streams switch for IPTV?

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

Posted: Fri Dec 07, 2012 12:49 pm
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...

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

Posted: Fri Dec 07, 2012 12:54 pm
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.