Ow Mun Heng wrote:
> On Thu, 2007-05-31 at 20:39 +0200, Pascal Schirrmann wrote:
>   
>> Ow Mun Heng a écrit :
>>     
>>> 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.
>>>   
>>>       
>> Hi,
>>
>> The vlc plugin is very, very poor at the moment. It only support rstp 
>> streams (and is configured to refuse any other kind of medias), and even 
>> in that case, is poorly implemented in freevo.
>>     
>
> Any clues on how it can be hacked?
>
>   
>>> ============
>>> 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'
>>>   
>>>       
>> Yes, this is a 'normal' bug, just corrected in freevo 1.7.2 : you have 
>> to rerun freevo setup to automagically add vlc in your freevo.conf file, 
>> or alternatively, you can do this add manually.
>>     
>
> I am already on 1.7.2 and I've already ran freevo setup and I already
> have
>  vlc = /usr/bin/vlc
>
> in freevo.conf and still if barfs.
>
> clues appreciated
Instead of freevo.conf put the following into local_conf.py

VLC_CMD=/usr/bin/vlc

That got rid of the error for me but I haven't actually got to play 
around with it yet.

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