LEGEND
- Učlanjen(a)
- 18.06.2009
- Poruka
- 2.431
Trebao bi prelistati puno toga i verovatno ne bi nasao.kako m3u listu kreirati kao jedan m3u link?
Uglavno moras listu uploadirati na neki host server.
Free host, stormpages.com
Otvoris nalog i dobijes svoj Control panel.
Listu uplaudiras u txt, prvo otvoris New File/Directory
Das ime fajla i otvori ti se prozor, u njemu copy/paste na listu, sacuvas. Onda pod search upises ime sto si dao i pojavi ti se _http adresa liste.
Sve adrese od listi mozes da dodas u VLC:
Za VLC ovo kopiraj u neki txt dokument, najbolje Notepad++.
Kod:
--[[
$Id$
Copyright © 2010 VideoLAN and AUTHORS
Authors: Fabio Ritrovato <sephiroth87 at videolan dot org>
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
--]]
function descriptor()
return { title="StreamTV" }
end
function main()
node = vlc.sd.add_node( {title="StreamTV"} )
node:add_subitem( {title="Unistream",path="http://lista",options={"http-forward-cookies"}} )
Kad ubacis sve liste sacuvas kao Nesto.lua, odnosno ime tog lua fajla. Kopiras fajl/paste u Prog.files/VideoLan/lua/sd i pojavi ti se onako kao na slici kad otvoris VLC.