Page 1 of 1

New fork of VLC ActiveX and Mozilla plugin.

Posted: 24 Nov 2011 07:06
by RSATom
http://code.google.com/p/vc-axnp-vlc/

If you found some bugs, or want some improvements, you can post them on project's issues page http://code.google.com/p/vc-axnp-vlc/issues/list.

Later, some of them can be included in main VLC project, if will be accepted by VCL team.

But keep in mind, I am Windows developer, so may be I couldn't resolve any issues corresponding to other OS.

Re: New fork of VLC ActiveX and Mozilla plugin.

Posted: 25 Nov 2011 10:57
by npmaster
Hey Tom,

Is this fork to port the code over to Visual C++?

Are you starting from scratch or are you optimising the existing code to Visual C++ format.

Re: New fork of VLC ActiveX and Mozilla plugin.

Posted: 27 Nov 2011 16:22
by RSATom
Is this fork to port the code over to Visual C++?
Yes. And this work already done. In project repository included VC2008 solution and compilation instructions (in /build/vc2008).
Are you starting from scratch or are you optimising the existing code to Visual C++ format.
No, I start from git://git.videolan.org/npapi-vlc.git, and try support both repo syncronized.

Re: New fork of VLC ActiveX and Mozilla plugin.

Posted: 21 Mar 2012 08:06
by RSATom
new experemental Web Plugins:
http://code.google.com/p/vc-axnp-vlc/do ... p&can=2&q=
http://code.google.com/p/vc-axnp-vlc/do ... p&can=2&q=

+ based on libvlc_media_list_player
+ reenabled support of "loop" property

builded by VC2008
sources can be taken via:
git clone https://code.google.com/p/vc-axnp-vlc/
git checkout work

Re: New fork of VLC ActiveX and Mozilla plugin.

Posted: 24 Mar 2012 05:28
by RSATom
http://code.google.com/p/vc-axnp-vlc/do ... c2008e.zip
+ added InputSlave property
+ added MediaDescription interface
+ based on libvlc_media_list_player
+ reenabled support of "loop" property

builded by Visual C++ 2008 Express

Re: New fork of VLC ActiveX and Mozilla plugin.

Posted: 26 Mar 2012 05:25
by magic
Tom - Thanks for posting the .dll.

Can you however please remind me what the quickest way from the .dll to a .cab is?

Sorry if you already posted the necessary information somewhere else, but I still don't quite get it.

Re: New fork of VLC ActiveX and Mozilla plugin.

Posted: 26 Mar 2012 05:32
by RSATom

Re: New fork of VLC ActiveX and Mozilla plugin.

Posted: 26 Mar 2012 05:46
by magic
I don't have much more time today ...

Instructions to create the .cab file seem to be here, but I never did that before:
http://msdn.microsoft.com/en-us/library ... s.85).aspx

Does anybody else have experience with that / can post idiot proof instructions?