Search found 15 matches

Go to advanced search

by vnggui
27 Oct 2014 21:52
Forum: Web and scripting
Topic: Activex, javascript, and streaming
Replies: 7
Views: 1489

Re: Activex, javascript, and streaming

A little doubt: put http://download.videolan.org/pub/videol ... /axvlc.cab browser address bar, result to "404 Not found", why still set codebase to there?
by vnggui
27 Oct 2014 17:38
Forum: Web and scripting
Topic: Can VLC player load without video source ?
Replies: 2
Views: 593

Re: Can VLC player load without video source ?

Awesome! this works fine.
by vnggui
27 Oct 2014 17:31
Forum: Web and scripting
Topic: what's differences between x-fb-vlc and x-vlc-plugin
Replies: 1
Views: 1083

what's differences between x-fb-vlc and x-vlc-plugin

I try both with sample, found x-fb-vlc using <object> tag works for both IE and no-IE (Chrome/Firefox) browsers. During a few tries, x-fb-vlc is more reliable in IE than x-vlc-plugin. If put vlc plugin into product, which one is prefer to use? Can add codebase = "http://rsatom.github.io/fbvlc/#...
by vnggui
27 Oct 2014 17:22
Forum: Web and scripting
Topic: Can't get VLC plugin in IE 9
Replies: 16
Views: 2417

Re: Can't get VLC plugin in IE 9

Thanks, RSATom.

this.options.playerId + "_emb" exists which is this.player = getElementByID(..) is there.
method this.player.play() not there,but this.player.playlist.add(...) exist.
by vnggui
25 Oct 2014 00:19
Forum: Web and scripting
Topic: Can't get VLC plugin in IE 9
Replies: 16
Views: 2417

Re: Can't get VLC plugin in IE 9

@RSATom, A urgent question regarding to your reference http://rsatom.github.io/fbvlc/ I want to load an empty VLC player and feed video URL later, but can't make it work. like: document.getElementById(this.options.playerId + "_emb").play("http://10.51.51.73/clients/vlc/VID_10212014.mp...
by vnggui
24 Oct 2014 22:00
Forum: Web and scripting
Topic: Can VLC player load without video source ?
Replies: 2
Views: 593

Can VLC player load without video source ?

Hi,

I want to load an empty VLC player and set video source after player loading, but documentation mention (https://wiki.videolan.org/Documentation ... attributes) target (/src/filename/mrl) are required.
Is it possible to set target after the player loaded?


thanks,
vng
by vnggui
24 Oct 2014 20:58
Forum: Web and scripting
Topic: VLC <object> width are height aer rendered as 0
Replies: 2
Views: 1200

Re: VLC <object> width are height aer rendered as 0

found solution from https://forum.videolan.org/viewtopic.php?f=16&t=76274
for IE after VLCPlayer loaded, it need set this.VLCPlayer.style.height = '100%'; and this.VLCPlayer.style.width = '100%'
by vnggui
24 Oct 2014 20:24
Forum: Web and scripting
Topic: VLC <object> width are height aer rendered as 0
Replies: 2
Views: 1200

Re: VLC <object> width are height aer rendered as 0

Update rendered object HTML snippet: <object style="left: 0px; top: 0px; width: 0px; height: 0px;" id="player_431_emb" classid="CLSID:9BE31822-FDAD-461B-AD51-BE1D1C159921" width="0" type="application/x-vlc-plugin" height="0"> <PARAM NAME=&q...
by vnggui
24 Oct 2014 20:19
Forum: Web and scripting
Topic: VLC <object> width are height aer rendered as 0
Replies: 2
Views: 1200

VLC <object> width are height aer rendered as 0

Hello, In my code I need dynamically inject html code to load VLC player like: var child = jQuery('<div id="' + this.options.divId + '_objectdiv" class="objectdiv" style="position: absolute; display: block; width: 100%; height: 100%; top: 0px;">' + '<div id="' + th...
by vnggui
23 Oct 2014 21:14
Forum: Web and scripting
Topic: Can't get VLC plugin in IE 9
Replies: 16
Views: 2417

Re: Can't get VLC plugin in IE 9

Thanks, RSATom, http://rsatom.github.io/fbvlc/ works perfect for two modes with IE 9, Chrome and Firefox. I made standard vlc working as well, the only thing for standard vlc, IE 9 need extra browser refresh to get video . here is the sample code: (VID_10212014.mp4 can be any .mp4 file) http://local...
by vnggui
22 Oct 2014 20:24
Forum: Web and scripting
Topic: Can't get VLC plugin in IE 9
Replies: 16
Views: 2417

Re: Can't get VLC plugin in IE 9

@RSATom,
download FBVLC_0.1.5_vlc_2.1.3 and install, seems no chance to check ActiveX Plugin. Installation success but don't see VLC plugin in IE (Win 8, IE10 and Win 7 IE9).
by vnggui
22 Oct 2014 20:19
Forum: Web and scripting
Topic: Can't get VLC plugin in IE 9
Replies: 16
Views: 2417

Re: Can't get VLC plugin in IE 9

try both 32bit and 64 bit
by vnggui
22 Oct 2014 20:08
Forum: Web and scripting
Topic: Can't get VLC plugin in IE 9
Replies: 16
Views: 2417

Re: Can't get VLC plugin in IE 9

same, not working.
by vnggui
22 Oct 2014 18:56
Forum: Web and scripting
Topic: Can't get VLC plugin in IE 9
Replies: 16
Views: 2417

Can't get VLC plugin in IE 9

Hi,

I download VLC 2.15 execute file in windows, during installation, check Mozilla Plugin and ActiveX Plugin, after installation finish, check IE add-ons, there is no VLC plugin there, I try several times and run regsvr32 axvlc.dll as well, no luck.

any help?

thanks,

vng

Go to advanced search