Hi,
I have this issue, playlist is not activated via VLM, my ulitmate goal is to have the playlist in mosaic. The playlist is m3u (tried http, xspf and m3u8 as well with same results)
my vlm config is
del all
new channel1 broadcast enabled
setup channel1 input "file:///home/mahesh/mosaic/m3u"
setup channel1 output #transcode{vcodec=mpgv,vb=2500,fps=25,scale=1,acodec=mp2,ab=64,samplerate=44100}:display
control channel1 play
when i execute vlc m3u, then the video's are played as per the playlist
when i execute vlc --vlm-conf=playlist.conf , i get a playlist interface only but no video/audio
the log is as below
I am using vlc ver 2.0.5 on ubuntu 12.04LTS
debug log as follows ......
-- logger module started --
main debug: using interface module "logger"
main debug: TIMER module_need() : 0.610 ms - Total 0.610 ms / 1 intvls (Avg 0.610 ms)
main debug: looking for interface module: 1 candidate
main debug: using interface module "globalhotkeys"
main debug: TIMER module_need() : 1.117 ms - Total 1.117 ms / 1 intvls (Avg 1.117 ms)
main: Running vlc with the default interface. Use 'cvlc' to use vlc without interface.
main debug: looking for interface module: 6 candidates
mod debug: MOD validation failed (ext=)
playlist debug: found valid M3U playlist
main debug: using demux module "playlist"
main debug: TIMER module_need() : 14.284 ms - Total 14.284 ms / 1 intvls (Avg 14.284 ms)
main debug: looking for a subtitle file in /home/mahesh/mosaic/
main debug: starting in async mode
main debug: looking for meta reader module: 2 candidates
lua debug: Trying Lua scripts in /home/mahesh/.local/share/vlc/lua/meta/reader
lua debug: Trying Lua scripts in /usr/lib/vlc/lua/meta/reader
lua debug: Trying Lua playlist script /usr/lib/vlc/lua/meta/reader/filename.luac
lua debug: Trying Lua scripts in /usr/share/vlc/lua/meta/reader
main debug: no meta reader module matching "any" could be loaded
main debug: TIMER module_need() : 1.272 ms - Total 1.272 ms / 1 intvls (Avg 1.272 ms)
main debug: `file:///home/mahesh/mosaic/m3u' successfully opened
main debug: EOF reached
main debug: removing module "playlist"
main debug: removing module "stream_filter_record"
main debug: removing module "filesystem"
main debug: TIMER input launching for 'm3u' : 17.794 ms - Total 17.794 ms / 1 intvls (Avg 17.794 ms)
main debug: destroying useless sout
main debug: destroying chain... (name=transcode)
main debug: removing module "stream_out_transcode"
main debug: destroying chain done
main debug: destroying chain... (name=display)
main debug: removing module "stream_out_display"
main debug: destroying chain done
main debug: looking for extension module: 1 candidate
lua debug: Opening Lua Extension module
lua debug: Trying Lua scripts in /home/mahesh/.local/share/vlc/lua/extensions
lua debug: Trying Lua scripts in /usr/lib/vlc/lua/extensions
lua debug: Trying Lua scripts in /usr/share/vlc/lua/extensions
main debug: using extension module "lua"
main debug: TIMER module_need() : 0.169 ms - Total 0.169 ms / 1 intvls (Avg 0.169 ms)
main debug: looking for services probe module: 10 candidates
main debug: no services probe module matching "any" could be loaded
main debug: TIMER module_need() : 5.136 ms - Total 5.136 ms / 1 intvls (Avg 5.136 ms)
qt4 debug: Sorting by column -1, order 0
qt4 debug: Sorting by column -1, order 0
qt4 debug: Normal PL/ML or SD
qt4 debug: Normal PL/ML or SD
main debug: using interface module "qt4"
main debug: TIMER module_need() : 204.744 ms - Total 204.744 ms / 1 intvls (Avg 204.744 ms)
main debug: exiting
main debug: deactivating the playlist
main debug: deactivating the playlist
main debug: saving Media Library to file /home/mahesh/.local/share/vlc/ml.xspf
main debug: looking for playlist export module: 1 candidate
main debug: using playlist export module "export"
main debug: TIMER module_need() : 0.636 ms - Total 0.636 ms / 1 intvls (Avg 0.636 ms)
main debug: removing module "export"
main debug: playlist correctly deactivated
main debug: removing all services discovery tasks
main debug: removing all interfaces
main debug: removing module "qt4"
qt4 debug: requesting exit...
qt4 debug: waiting for UI thread...
qt4 debug: QApp exec() finished
qt4 debug: Video is not needed anymore
qt4 debug: Killing extension dialog provider
qt4 debug: ExtensionsDialogProvider is quitting...
main debug: removing module "lua"
lua debug: Deactivating all loaded extensions
lua debug: All extensions are now deactivated
qt4 debug: Playlist Destroyed
main debug: removing module "globalhotkeys"
main debug: removing module "logger"
-- logger module stopped --
please help me out ......