Page 1 of 1
Internet Explorer Plugin for VLC.
Posted: 08 Sep 2004 01:07
by Artur
Hello,
I was asking myself if there is any Internet Explorer Plug-In for VLC
and i was told on VideoLAN IRC channel that there is none and nobody
is working on it.
As this is an interesting feature for my company i am trying to investigate
who can work on it and how much it may cost.
As it seems that this is NOT a priority for the VideoLan development team
if you know af anyone that could be interested on working on it please
let me know here or at the following email address :
artur dot pydo at netdirect dot fr
Thanks a lot for your attention.
Best regards,
Artur.
Posted: 08 Sep 2004 03:34
by markfm
I'm curious as to what a plug-in is actually supposed to do. You can already configure IE so that it becomes the default player for multimedia selected by IE.
(Open the Media control window, go in under options -- settings. Tell it to ask you for selected player. Then, first time you select a given type of multimedia, do a Browwse when you get queried, select VLC, tell it to default to that choice in the future.)
Posted: 08 Sep 2004 14:32
by The DJ
it would be used for embedding into webpages..
much like realplayer, wmp, flash etc.
However since IE implicetly means ActiveX, you could in theory even get VLC within your MSWord document then.
Posted: 09 Sep 2004 03:18
by Guest
Hello,
I'm curious as to what a plug-in is actually supposed to do.
The DJ gave already the right answer.
Best regards,
Artur.
Posted: 09 Sep 2004 10:38
by The DJ
Not that this requires someone not only with MS Windows programming skills (already rare in our team) but also someone with considerable ActiveX skils.
Registering VLC to a URL Protocol
Posted: 22 Sep 2004 02:30
by Manuel
Hello,
I just wanted to build up a VOD solution with VLC and a webserver. I found a little workaround at MSDN that satisfies my needs.
Basically I wanted to create links on the webserver like the following
(a href="vlcstream://mywebserver/somevideo.avi") Somevideo (/a)
On the Client I had to Register VLC to a URL Protocol by inserting the following keys into the registry:
[HKEY_CLASSES_ROOT]
[vlcstream]
(Default) = "URL:VLC Protocol"
URL Protocol = ""
[DefaultIcon]
(Default) = "c:\programme\VideoLAN\VLC\vlc.exe"
[shell]
[open]
[command]
(Default) = "c:\programme\VideoLAN\VLC\vlc.exe -vvv http://%1"
After restarting IE I can follow the links to my files with vlcstream-Protocol and VLC starts playing the networkstream.
Best regards,
Manuel
Reference:
http://msdn.microsoft.com/library/defau ... ndix_a.asp
Posted: 28 Nov 2004 19:48
by errno
(Open the Media control window, go in under options -- settings. Tell it to ask you for selected player. Then, first time you select a given type of multimedia, do a Browwse when you get queried, select VLC, tell it to default to that choice in the future.)
Tell about this feshion more expressly, please.
Maybe whith screenshots? Becouse I'am not expirienced Windows user, I'am using Linux mostly, but must do VoD via HTTP user-friendly under Win.
Posted: 02 Dec 2004 21:43
by TiagoBraw
Yeah, I want to know were this "Media control" is too...
Please, can u answer more expressly how I can get to this window?
Posted: 02 Dec 2004 22:46
by markfm
Internet Explorer 6 on Win2K:
Click the "Media" button that's on the row of icons at the top of IE. This opens a pane called "Media Places" on the left of IE.
At the bottom of Media Places is an area called "Media Options" -- click on that item. Left click "Media Options" and select Settings -- Reset Preferred Types. Respond Yes when prompted.
Then, left click Media Options again, select Settings -- Ask for Preferred Types, so that it now shows a check next to it.
That's about all -- click on a link with a file, such as myfile.mpg, and IE will now prompt you for what you want to play the file. Do a Browse, select VLC.
You can also make IE do things like open VLC if you select an rtsp:// That is done with a registry update, creating a new media type, associating it with VLC. I've created a .reg file, but unfortunately it's english-specific -- I don't know the proper coding, so mine is set to c:\program files\videolan\vlc (there's something like a $program variable, to tell windows to go to wherever the program files area is, but I don't know the proper format)
Media Control
Posted: 07 Dec 2004 14:39
by TiagoBraw
Thanks man, I saw it in a windows 2003 Server, and I remember to seen this bar in a windows XP, do you know how do I get to it in windows XP?
windows system variables
Posted: 08 Dec 2004 09:42
by hog
(there's something like a $program variable, to tell windows to go to wherever the program files area is, but I don't know the proper format)
just type
in a command box
and you'll see something like
ProgramFiles=F:\Program Files
or type
to see the expanded variable
Re: Registering VLC to a URL Protocol
Posted: 09 Dec 2004 15:19
by Sau
I just wanted to build up a VOD solution with VLC and a webserver. I found a little workaround at MSDN that satisfies my needs.
Basically I wanted to create links on the webserver like the following
(a href="vlcstream://mywebserver/somevideo.avi") Somevideo (/a)
On the Client I had to Register VLC to a URL Protocol by inserting the following keys into the registry:
[HKEY_CLASSES_ROOT]
[vlcstream]
(Default) = "URL:VLC Protocol"
URL Protocol = ""
[DefaultIcon]
(Default) = "c:\programme\VideoLAN\VLC\vlc.exe"
[shell]
[open]
[command]
(Default) = "c:\programme\VideoLAN\VLC\vlc.exe -vvv http://%1"
After restarting IE I can follow the links to my files with vlcstream-Protocol and VLC starts playing the networkstream.
In my WinXP, the "vlcstream://mywebserver/somevideo.avi" link will become "
http://vlcstream://mywebserver/somevideo.avi". And that can't be executed by vlc.
What should I do?