Page 1 of 1

VLC plugin on Chrome / Linux (Ubuntu)

Posted: 23 Apr 2010 12:31
by Ludowing
Hello,

I'm developing a project using the VLC plugin, but I'm a bit dissatisfied with Firefox, so I'd like to use Chrome.
I know this is probably a silly question but I really couldn't find an answer: is the web plugin working on Chrome / Linux? I know it does on Windows (I tried that already, works super-fine) but the same HTML code in Linux doesn't even bring the black box...

Can anyone help sort this out, even just by saying "no, there's no chance"? :)

Thanks

Re: VLC plugin on Crome / Linux (Ubuntu)

Posted: 23 Apr 2010 12:42
by Ludowing
Ok, after a bit more logging I was able to discover that the plugin fires, but then it stops on this:

[2876:2876:2242609308:ERROR: /usr/local/google/b/slave/chrome-official-linux/build/src/webkit/glue/plugins/webplugin_delegate_impl_gtk.cc(124)] not implemented reached in bool WebPluginDelegatedImpl::WindowedCreatedPlugin() windowed plugin but without xembed

Then it gets terminated.

Re: VLC plugin on Chrome / Linux (Ubuntu)

Posted: 28 Apr 2010 08:19
by Joneswilliamsc
Well as you say that you want to rn your script on the other Window if I am not wrong. Sometimes its also happens with me also. In Linux its taking the another extension for the file name and you have to change the extension for some of the files.

Re: VLC plugin on Chrome / Linux (Ubuntu)

Posted: 28 Apr 2010 13:54
by Ludowing
Well as you say that you want to rn your script on the other Window if I am not wrong. Sometimes its also happens with me also. In Linux its taking the another extension for the file name and you have to change the extension for some of the files.
So,you mean it's all just a matter of VLC plugin's filenames? Do you know what they should be?

(if you mean I should change the extension for the files I want to play, that's not the problem since I'm using UDP streams)