[streaming] vlc0.8.5 & mozilla/firefox plugin: no access2 http problem

Ondrej Koala Vacha koala at vju.cz
Thu Dec 7 23:08:39 CET 2006


Hi,

I compiled vlc 0.8.5 with options:

--enable-mozilla 
--with-mozilla-sdk-path=../gecko-sdk-i686-pc-linux-gnu

Next I moved libvlcplugin.so to the firefox plugin directory. Firefox 
about:plugin displays information about this plugin.

My html page is simple:

<html>
<body>

<embed type="application/x-vlc-plugin"
         name="video1"
         autoplay="yes" loop="yes" width="400" height="300"
         target="http://127.0.0.1:7777" />
<br />
  <a href="javascript:;" onclick='document.video1.play()'>Play video1</a>
  <a href="javascript:;" onclick='document.video1.pause()'>Pause 
video1</a>
  <a href="javascript:;" onclick='document.video1.stop()'>Stop video1</a>
  <a href="javascript:;" 
onclick='document.video1.fullscreen()'>Fullscreen</a>

</body>
</html>

Next I get this errors:

[00000029] main interface error: no interface module matched "hotkeys,none"
[00000029] main interface error: no suitable interface module
[00000001] main vlc error: interface "hotkeys,none" initialization failed
[00000030] main interface error: no interface module matched "screensaver,none"
[00000030] main interface error: no suitable interface module
[00000001] main vlc error: interface "screensaver,none" initialization failed
[00000034] main access error: no access2 module matched "http"
[00000031] main input error: no suitable access module for `http://127.0.0.1:7777'
[00000027] main playlist: nothing to play
[00000027] main playlist: stopping playback


The program vlc

cd /usr/src/videolan/vlc-0.8.5 
./vlc http://127.0.0.1:7777)

works very well.

vlc-0.8.5
gecko-sdk-i686-pc-linux-gnu
all options:

./configure --with-ffmpeg-tree=../ffmpeg-20041113/ 
--with-libmpeg2-tree=../mpeg2dec-0.4.0/ --enable-livedotcom 
--with-livedotcom-tree=../live/ --with-faad-tree=../faad2-20040923 
--enable-faad --enable-v4l --with-v4l=/usr/src/linux 
--with-dvbpsi-tree=../libdvbpsi-20041028 --disable-skins2 
--with-wx-config-path=../wxWidgets-2.6.2 --enable-x264 --enable-mozilla 
--with-mozilla-sdk-path=../gecko-sdk-i686-pc-linux-gnu/ 
--with-ffmpeg-faac=../faac-1.24


regards
--
Ondrej Koala Vacha

-- 
This is the streaming mailing-list, see http://www.videolan.org/streaming/
To unsubscribe, please read http://www.videolan.org/support/lists.html



More information about the streaming mailing list