I'm wondering on the new VLC plugin and how it can be used.

Is it only useful for RTSP streams or can it also be used for normal
video? I would suppose that normal video is doable also, however, I
can't get it configured.

plugin.activate('video.vlc')

when running it, I get this in the logs


============
failed to load plugin video.vlc
start 'freevo plugins -l' to get a list of plugins
Traceback (most recent call last):
  File "/usr/lib/python2.4/site-packages/freevo/plugin.py", line 558, in
__load_plugin__
    p = eval(object)()
  File "/usr/lib/python2.4/site-packages/freevo/video/plugins/vlc.py",
line 24, in __init__
    plugin.register(Vlc(), plugin.VIDEO_PLAYER, True)
  File "/usr/lib/python2.4/site-packages/freevo/video/plugins/vlc.py",
line 42, in __init__
    self.cmd        = config.VLC_CMD
AttributeError: 'module' object has no attribute 'VLC_CMD'

============

I have tried to put this into local_conf as well

VLC_CMD = CONF.vlc
VLC_NICE = -30 

to no avail as well.

Thanks

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users

Reply via email to