I'm trying to do the same. But i don't think the 'shout' library is included in all the binary dists. Debian stable - VLC media player 0.8.2-svn Janus # ls -1 /usr/lib/vlc/access_output/ libaccess_output_dummy_plugin.so libaccess_output_file_plugin.so libaccess_output_http_plugin.so libaccess_output...
[00000245] main playlist error: refcount is 1, I have a bad feeling about this
[00000245] main playlist error: we waited too long, cancelling destruction
It takes about 5 seconds before it finaly quits. Is it possible to speed things up a bit ?
Hi, I'd like to create a little script which will start vlc in a loop, each time changing source. For this I need vlc to quit after [00000245] main playlist: nothing to play By default vlc will remain idle. #!/bin/bash while true do source=`curl -u [username]:[password] x.x.x.x/video.m3u` vlc \ --no...