Re: HowTo watch IPTV on A/B/C/D series, PS3 and so on...
Posted: Mon Mar 26, 2012 8:44 pm
This is the question i haven`t solved. I just tried several times without success. Theoretically you have to enable local playlist in xupnpd.lua, but practically here is needed smth more.
I think you have to create the dir named localmedia and mount your shares there (or make some symlinks?). Dunno. Haven`t checked deeper, because i think the best way is to use NFS exports.
From example file (in playlists direcotry) you can see, you have to write links to your files (or write some script)
check http://xupnpd.org for playslist examples and other related info.
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' }
}
From example file (in playlists direcotry) you can see, you have to write links to your files (or write some script)
Code: Select all
file://./localmedia/test.mpeg