Hi,

I'm using freevo 1.7.5 and I am trying to set up VLC to view video
through the web browser.

I can stream a file from my freevo-box using command line:
vlc -vvv /home/freevo/moviefile.mpg --sout
#duplicate{dst=std{access=http,mux=asf,dst=192.168.1.102:1234}}"
and watch with a vlc-client.

I have this in my local_conf.py:
plugin.activate('video.vlc')
VLC_CMD = '/usr/local/bin/vlc'
VLC_OPTIONS = '--sout
"#duplicate{dst=std{access=http,mux=asf,dst=192.168.1.102:1234}}"'

But when I click 'Play file using VLC' in the web browser nothing
happens. I tried to put some printouts but with no success. It seems
that nothing happens when i start to play.

Anyone have an idea what could be wrong?
regards,
Bjorn

-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________
Freevo-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freevo-users

Reply via email to