Search found 4 matches

Go to advanced search

by FabianL
25 Mar 2007 05:02
Forum: VLC media player for Linux and friends Troubleshooting
Topic: stream with vlc to a shoutcast server
Replies: 18
Views: 16125

Compiled 0.8.6a from source on Debian stable (with shout lib) # /usr/local/vlc/bin/vlc -list |grep shout VLC media player 0.8.6a Janus starting VLC root wrapper... using UID 0 (root) access_output_shout IceCAST output playlist New winamp 5.2 shoutcast import shout Shoutcast radio listings shout Shou...
by FabianL
25 Mar 2007 03:33
Forum: VLC media player for Linux and friends Troubleshooting
Topic: stream with vlc to a shoutcast server
Replies: 18
Views: 16125

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...
by FabianL
25 Mar 2007 00:38
Forum: VLC media player for Linux and friends Troubleshooting
Topic: Quit vlc at end of playlist
Replies: 3
Views: 959

Thanks. That seems to do the trick.

Code: Select all

[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 ?
by FabianL
24 Mar 2007 22:36
Forum: VLC media player for Linux and friends Troubleshooting
Topic: Quit vlc at end of playlist
Replies: 3
Views: 959

Quit vlc at end of playlist

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...

Go to advanced search