Search found 139 matches

Go to advanced search

by Ilasir
31 Dec 2011 00:16
Forum: Web and scripting
Topic: getting current frame number
Replies: 5
Views: 4579

Re: getting current frame number

If you know the framerate of the video, you can get a pretty good guestimate.
by Ilasir
27 Oct 2011 10:07
Forum: Web and scripting
Topic: A basic, working example, please
Replies: 5
Views: 2776

Re: A basic, working example, please

<object id="vlc" width="720px" height="540px" type="application/x-vlc-plugin" volume="50"> <param name="mrl" src="<video.file>" > </object> <input type="button" name="Play" onclick="vlc.playlist.play()&quo...
by Ilasir
15 Oct 2011 01:23
Forum: Web and scripting
Topic: Embedding VLC in html and allowing audio track selection
Replies: 1
Views: 885

Re: Embedding VLC in html and allowing audio track selection

The web plugin has an audio track selection method. Check the wiki.
by Ilasir
03 Oct 2011 23:59
Forum: Web and scripting
Topic: VLC HTML plugin with Play list..
Replies: 1
Views: 1971

Re: VLC HTML plugin with Play list..

If the videos are all in the same folder, you're better off using a php loop to create a playlist on pageload.
by Ilasir
09 Sep 2011 17:19
Forum: Web and scripting
Topic: This forum looks dead...
Replies: 7
Views: 1635

Re: This forum looks dead...

It's pretty dead, apparently. The main few bugs are still the same ones that the vlc plugin has always had. The only one I haven't been able to find a work-around for is the problem with the stop function. Did you file a bugreport? To my knowledge, several people filed bug reports. I don't know the...
by Ilasir
08 Sep 2011 23:59
Forum: Web and scripting
Topic: This forum looks dead...
Replies: 7
Views: 1635

Re: This forum looks dead...

It's pretty dead, apparently. The main few bugs are still the same ones that the vlc plugin has always had. The only one I haven't been able to find a work-around for is the problem with the stop function.
by Ilasir
01 Sep 2011 08:05
Forum: Web and scripting
Topic: Best embedded VLC source codes out there?
Replies: 2
Views: 1235

Re: Best embedded VLC source codes out there?

What is TheoraKIT? Got a link?
by Ilasir
10 Aug 2011 06:03
Forum: Web and scripting
Topic: Stop function bug
Replies: 0
Views: 482

Stop function bug

I have a continuous function that tells me the value of "vlc.input.state". For some reason, when I call the "vlc.input.stop()" function, vlc refuses to reach "vlc.input.state==6", according to my function that gives me the state value. it works when the video file just ...
by Ilasir
09 Aug 2011 03:27
Forum: Web and scripting
Topic: Javascript API
Replies: 2
Views: 1554

Re: Javascript API

This information is available on the vlc wiki.
by Ilasir
09 Aug 2011 03:26
Forum: Web and scripting
Topic: Please help regarding vlc plugin for mozilla.
Replies: 3
Views: 2912

Re: Please help regarding vlc plugin for mozilla.

You want the filepath to be placed in the "MRL" parameter.
by Ilasir
18 Mar 2011 21:35
Forum: Web and scripting
Topic: Help with vlc embedded in html
Replies: 2
Views: 3405

Re: Help with vlc embedded in html

There is no official way to have the desktop controls on the plugin, but you can go here: http://vlcwebcontrolpanel.wordpress.com ... rol-panel/ to find a javascript version(no skins, just the default). Keep in mind though, that the api is still broken in versions 1.1.x.
by Ilasir
20 Dec 2010 02:27
Forum: Web and scripting
Topic: UNC File won't play in embedded control
Replies: 3
Views: 1145

Re: UNC File won't play in embedded control

Where is the html page?
by Ilasir
19 Dec 2010 05:07
Forum: Web and scripting
Topic: controls and seekbar for vlc
Replies: 1
Views: 2780

Re: controls and seekbar for vlc

There are NO native controls in vlc web plugin. You must use the api to design your own.

If you have vlc 1.0.6 or earlier, which are the versions with working plugins, you can go here or google "revolunet controls" to find pre-scripted control bars for the vlc web plugin.
by Ilasir
19 Dec 2010 05:04
Forum: Web and scripting
Topic: Impossible to have VLC plugin running (FF, Chrome)
Replies: 3
Views: 3041

Re: Impossible to have VLC plugin running (FF, Chrome)

Anything after vlc 1.0.6 has plugin issues.
by Ilasir
07 Nov 2010 19:49
Forum: Web and scripting
Topic: Playlist Items ...
Replies: 1
Views: 755

Re: Playlist Items ...

I've never figured that out either, but you can keep track of it independently from the vlc object, and that works fine.
by Ilasir
09 Oct 2010 22:39
Forum: Web and scripting
Topic: Embed video in a web page for IE8
Replies: 3
Views: 1595

Re: Embed video in a web page for IE8

Use a relative filepath.

"Content/Funny Cats.flv"

or "Funny Cats.flv", probably, depending on what page html and video files are in.
by Ilasir
08 Oct 2010 01:20
Forum: Web and scripting
Topic: VLC 1.0.5 Can't Play Playlist
Replies: 3
Views: 1187

Re: VLC 1.0.5 Can't Play Playlist

I'd suggest always using the object tag with vlc. It's simpler and I've never had it not work. I've had plenty of problems with the embed tag.


Also, is there a reason you're using the mu3 playlist instead of vlc's object?
by Ilasir
05 Oct 2010 18:39
Forum: Web and scripting
Topic: AutoLoop is not working
Replies: 3
Views: 1026

Re: AutoLoop is not working

Has autoloop ever worked? I've been using a workaround since 1.0.5.
by Ilasir
04 Oct 2010 16:04
Forum: Web and scripting
Topic: VLC 1.0.5 Can't Play Playlist
Replies: 3
Views: 1187

Re: VLC 1.0.5 Can't Play Playlist

Don't use the "embed" tag.
by Ilasir
03 Oct 2010 02:58
Forum: Web and scripting
Topic: VLC embedded to HTML in IE8?
Replies: 18
Views: 14311

Re: VLC embedded to HTML in IE8?

That's a fair point. But there's not much you can do about it, because the plug-ins are basically unsupported features. You might be able to take a route similar to mysoogal, and package the plugin as a separate downloadable control.

http://www.33t.co.cc/?page_id=2
by Ilasir
01 Oct 2010 04:48
Forum: Web and scripting
Topic: VLC embedded to HTML in IE8?
Replies: 18
Views: 14311

Re: VLC embedded to HTML in IE8?

Embedding VLC in HTML in Iexplore is not rocket science, it's - I M P O S S I B L E. I tried everything, and I failed. That's crap. Depending on what version of vlc and ie you use, it's very simple. Up until IE8 and vlc 1.0.5, it's cake to get a player with the exact same features as any other web ...
by Ilasir
21 Sep 2010 19:15
Forum: VLC media player for Windows Troubleshooting
Topic: Watching online avi (streaming)
Replies: 2
Views: 791

Re: Watching online avi (streaming)

If it's such a big file, are you sure their connection is fast enough to stream it?
by Ilasir
21 Sep 2010 06:20
Forum: Web and scripting
Topic: VLC embedded to HTML in IE8?
Replies: 18
Views: 14311

Re: VLC embedded to HTML in IE8?

It's not surprising that a beta version would have some bugs, though I can't say there isn't a problem with vlc or your code.
by Ilasir
16 Sep 2010 06:14
Forum: Web and scripting
Topic: Revolunet VLC Plugin - Setting Aspect Ratio for one Movie
Replies: 8
Views: 2832

Re: Revolunet VLC Plugin - Setting Aspect Ratio for one Movi

Lol... Can't believe I missed that. Nice catch. :)
by Ilasir
15 Sep 2010 21:17
Forum: Web and scripting
Topic: Revolunet VLC Plugin - Setting Aspect Ratio for one Movie
Replies: 8
Views: 2832

Re: Revolunet VLC Plugin - Setting Aspect Ratio for one Movi

You should be using a local option ":aspect-ratio=16:9"I think, as described in the documentation.

Go to advanced search