Search found 20 matches

Go to advanced search

by hax001
12 Nov 2013 17:57
Forum: Development around libVLC
Topic: As Google will be blocking NPAPI plugins - alternatives?
Replies: 2
Views: 825

Re: As Google will be blocking NPAPI plugins - alternatives?

I guess I am answering my own question here, but worth considering. MPEG-DASH - Microsoft Open Technologies (https://msopentech.com/blog/2013/07/17/ms-open-tech-early-contributor-to-open-source-dash-js-community-to-accelerate-advanced-video-streaming-through-mpeg-dash-standard/) has contributed to a...
by hax001
12 Nov 2013 16:46
Forum: Development around libVLC
Topic: As Google will be blocking NPAPI plugins - alternatives?
Replies: 2
Views: 825

As Google will be blocking NPAPI plugins - alternatives?

Hi there... Re: http://blog.chromium.org/2013/09/saying-goodbye-to-our-old-friend-npapi.html Since, as I understand it VLC is an NPAPI-based plugin (we're using flvlc for the windowless feature) - is there an initiative to creat a PPAPI-based flvlc plugin that offers the same windowless mode that we...
by hax001
05 Sep 2013 17:13
Forum: Web and scripting
Topic: How to capture mouse events on web-based streaming?
Replies: 11
Views: 2791

Re: How to capture mouse events on web-based streaming?

Great thank you... that works. Since I don't what users to download VLC, how do I set the do plugin download location if it is not installed? Is it possible to detect if they have the VLC plugin installed rather than fbvlc? For instance, I will host the .msi installer in ~/Downloads/FBVLC_0.0.2.0_vl...
by hax001
04 Sep 2013 17:03
Forum: Web and scripting
Topic: How to capture mouse events on web-based streaming?
Replies: 11
Views: 2791

Re: How to capture mouse events on web-based streaming?

After installing flvlc,I tried the following: console.log("VLC plugin version: " + vlc.vlcVersion); ... which returned undefined: LOG: VLC plugin version: undefined This is how I'm getting the VLC plugin instance: function getVLC(name) { if (window.document[name]) { return window.document[...
by hax001
04 Sep 2013 16:43
Forum: Web and scripting
Topic: How to capture mouse events on web-based streaming?
Replies: 11
Views: 2791

Re: How to capture mouse events on web-based streaming?

I uninstalled all instances of the VLC media plugin - verified in IE that the video did not play. I then installed fbvlc from the link you provided, and installed at FireBreathed VLC / RSATom / v0.0.4. Before the video appears, mouse events are trapped and fed back properly. However, just like with ...
by hax001
03 Sep 2013 22:12
Forum: Web and scripting
Topic: How to capture mouse events on web-based streaming?
Replies: 11
Views: 2791

Re: How to capture mouse events on web-based streaming?

you can try fbvlc, but it work only under windows... It appears that I am already using it: <object id="vlc-player" type="application/x-fb-vlc" width="352" height="288" classid="clsid:9BE31822-FDAD-461B-AD51-BE1D1C159921" windowless="true"...
by hax001
29 Aug 2013 22:07
Forum: Web and scripting
Topic: How to apply options to a rtsp stream on the web?
Replies: 1
Views: 795

How to apply options to a rtsp stream on the web?

I have setup a windowless=true control on a web page, using the plugin, and initializing it with: var options = new Array(":aspect-ratio=4:3", "--rtsp-tcp", "--width=400", "--height=300"); var id = vlc.playlist.add("rtsp://mystream", "LIVE STREA...
by hax001
29 Aug 2013 20:21
Forum: Web and scripting
Topic: How to capture mouse events on web-based streaming?
Replies: 11
Views: 2791

Re: How to capture mouse events on web-based streaming?

Yes, setting windowless to true allowed me to overlay my div and detect mouse events.
However this is not working in IE - not well at least.
by hax001
29 Aug 2013 20:15
Forum: Web and scripting
Topic: How to use handleMouseGrab function?
Replies: 0
Views: 285

How to use handleMouseGrab function?

In the Wiki ( https://wiki.videolan.org/Documentation:WebPlugin ), there is a handleMouseGrab function.: function handleMouseGrab(event,X,Y) { if (!event) event = window.event; // IE vlcdebug("new position (" + X + "," + Y + ")"); } I would like to try to use this one, ...
by hax001
29 Aug 2013 17:22
Forum: Web and scripting
Topic: What is the proper way to display plugin in IE ?
Replies: 1
Views: 1095

Re: What is the proper way to display plugin in IE ?

With regards hindering fullscreen mode in IE, I replaced

Code: Select all

<param name="allowfullscreen" value="false"/>
with

Code: Select all

<param name="fullscreenenabled" value="false"/>
by hax001
28 Aug 2013 18:36
Forum: Web and scripting
Topic: Web wrapper for AXVLC
Replies: 9
Views: 1743

Re: Web wrapper for AXVLC

I created for myself because existing not satisfied. Do not judge strictly, I'm not a guru in this. If interested, use. Take on github: https://github.com/zpvs/hplayer Demo view: http://hplayer.hmscript.net/ I beg your forgiveness for the bad English. Looks great. However some issues with this in I...
by hax001
28 Aug 2013 16:24
Forum: Web and scripting
Topic: Web wrapper for AXVLC
Replies: 9
Views: 1743

Re: Web wrapper for AXVLC

However in IE there are issues with this. I have set my DIV to extend past the borders of the video, and have a real-time X,Y display on mouse move. In IE, when over the video, the update is staggered. I set allowfullscreen - no/false: <object id="vlc" type="application/x-fb-vlc"...
by hax001
28 Aug 2013 16:16
Forum: Web and scripting
Topic: Problem setting marquee and logo - how to resolve?
Replies: 6
Views: 1981

Re: Problem setting marquee and logo - how to resolve?

Thanks for the head's-up. Rather wait than reproduce frustration :).
by hax001
27 Aug 2013 20:10
Forum: Web and scripting
Topic: Problem setting marquee and logo - how to resolve?
Replies: 6
Views: 1981

Re: Problem setting marquee and logo - how to resolve?

As per 3464 https://trac.videolan.org/vlc/ticket/3464 , it seems these are video filter features and will not be enabled for web plugin for security reasons. HOWEVER, the web plugin documentation includes references to these - https://wiki.videolan.org/Documentation:WebPlugin#Logo_Object . So how do...
by hax001
27 Aug 2013 19:29
Forum: Web and scripting
Topic: Problem setting marquee and logo - how to resolve?
Replies: 6
Views: 1981

Problem setting marquee and logo - how to resolve?

In both the embed and object implementations of the browser plugin, I am unable to set marquee and logo values - error " Invalid value in assignment ". I can however, get the version info: Commented out lines do not work: <script type="text/javascript"> $(document).ready(function...
by hax001
27 Aug 2013 18:38
Forum: Web and scripting
Topic: What is the proper way to display plugin in IE ?
Replies: 1
Views: 1095

What is the proper way to display plugin in IE ?

In a web page I have the following: <object id="vlc" type="application/x-fb-vlc" width="352" height="288" classid="clsid:9BE31822-FDAD-461B-AD51-BE1D1C159921" codebase="http://download.videolan.org/pub/videolan/vlc/last/win32/axvlc.cab" > <...
by hax001
27 Aug 2013 18:30
Forum: Web and scripting
Topic: How to capture mouse events on web-based streaming?
Replies: 11
Views: 2791

Re: How to capture mouse events on web-based streaming?

Yes, setting windowless to true allowed me to overlay my div and detect mouse events.
by hax001
27 Aug 2013 02:03
Forum: Web and scripting
Topic: How to capture mouse events on web-based streaming?
Replies: 11
Views: 2791

How to capture mouse events on web-based streaming?

I'm new to this forum and have been searching for an end-to-end example of how to to capture mouse events while hovering over a live RTSP video stream. I have seen on example that alludes to being able to place a div over top of the stream. This would be great, as I can simply bind my event handlers...
by hax001
27 Aug 2013 01:55
Forum: Web and scripting
Topic: Web wrapper for AXVLC
Replies: 9
Views: 1743

Re: Web wrapper for AXVLC

Is it possible to put a div over top of this and capture all mouse events - or another way of doing this?

Go to advanced search