Search found 3 matches

Go to advanced search

by DCuellar
21 Mar 2016 13:02
Forum: Web and scripting
Topic: It's possible to change the background image in browsers?
Replies: 1
Views: 557

It's possible to change the background image in browsers?

Hello,
I have a new question. I'm trying to change the background image of the player embed in browser. It is possible?

Something like that:
From this...
Image
To this...
Image

Thank You,
David
by DCuellar
21 Mar 2016 10:19
Forum: Web and scripting
Topic: How can I get the playing time from the VLC?
Replies: 3
Views: 999

Re: How can I get the playing time from the VLC?

Yes. The event MediaPlayerTimeChanged is the relevant event for you. This event fires if the time changes. If you want to get the time not over events, you can call vlc.input.time.
Thank you so much! Now I'm using vlc.input.time and it works perfectly.
by DCuellar
18 Mar 2016 11:59
Forum: Web and scripting
Topic: How can I get the playing time from the VLC?
Replies: 3
Views: 999

How can I get the playing time from the VLC?

I want to show in website the current time of the video (not the length) that's playing in my embed VLC Player.
Can I get this time?
For example, when I skip the video to the second 00:15, can I get the number 15 or something like that ?

Thank you so much :D ,
DCuellar.

Go to advanced search