Search found 310 matches

Go to advanced search

by da2424
07 Oct 2020 23:09
Forum: Forum, Website and Artwork discussion
Topic: Unable to login to trac.videolan.org
Replies: 16
Views: 12125

Re: Unable to login to trac.videolan.org

I was able to complete the setup just now. I registered a new account using my old username and a different email address than the one that seemed to be caught in the trac.videolan.org system. I received the welcome/confirmation email at that secondary email address and completed the verification. ...
by da2424
07 Oct 2020 22:51
Forum: Forum, Website and Artwork discussion
Topic: Forum Email notifications are broken
Replies: 1
Views: 2262

Re: Forum Email notifications are broken

Fixed for me - T-Online has removed the VideoLAN servers from their blacklist.
by da2424
28 Aug 2020 19:07
Forum: Forum, Website and Artwork discussion
Topic: Forum Email notifications are broken
Replies: 1
Views: 2262

Forum Email notifications are broken

Hello,
I have subscribed some topics/forums. Since some time (months), I don't get email notifications anymore, if someone replies. Is this a known problem?
by da2424
28 Aug 2020 18:56
Forum: Forum, Website and Artwork discussion
Topic: Trac account problems
Replies: 20
Views: 7523

Re: Trac account problems

@yarda, @metal450, @da2424, @AdamKlob, @fkbreitl, @sgparry, @SkipR, has your issue been resolved at point?
No, it still doesn't work for me.

I'm wondering if this workaround is "recommended":
https://forum.videolan.org/viewtopic.ph ... 47#p507119
by da2424
04 Jul 2020 23:30
Forum: Forum, Website and Artwork discussion
Topic: Trac account problems
Replies: 20
Views: 7523

Re: Trac account problems

I'm wondering if it's possible for an admin to trigger manually the password reset function for all affected users.
If yes, it would be a good workaround for now, I think?
by da2424
27 Apr 2020 12:27
Forum: Forum, Website and Artwork discussion
Topic: Trac account problems
Replies: 20
Views: 7523

Re: Trac account problems

I have exactly the same problem with my Trac account. I also have stored my credentials in a password manager.
I haven't used the account for some time, maybe that's a reason?
The Login page is very slow for me, too.
by da2424
13 Jan 2020 22:50
Forum: Web and scripting
Topic: VLC IE plugin multicast support
Replies: 1
Views: 1023

Re: VLC IE plugin multicast support

Hi,

I have tested your code with a multicast stream (rtp). It works fine for me, after confirming the appearing Windows Firewall security question.
Maybe a firewall is the cause for you, too?
by da2424
13 Aug 2019 23:10
Forum: Web and scripting
Topic: VlcDotNet Play Multiple Files
Replies: 1
Views: 1708

Re: VlcDotNet Play Multiple Files

Hi,

yes, this should be possible.
You could add the selections with a foreach loop to the VLC playlist
Each file should be added with

Code: Select all

vlcobj.playlist.add(filename)
More infos about the API: https://wiki.videolan.org/Documentation:WebPlugin
by da2424
13 Aug 2019 23:03
Forum: Web and scripting
Topic: Embed VLC in html
Replies: 3
Views: 20571

Re: Embed VLC in html

Hi, all browsers have dropped the support for plugins, only Internet Explorer still supports it. For Internet Explorer, the following code will work: <embed type="application/x-vlc-plugin" pluginspage="http://www.videolan.org" width="640" height="480" id="...
by da2424
04 Jun 2019 20:19
Forum: Web and scripting
Topic: Change audio output with AxVLCPlugin
Replies: 4
Views: 2460

Re: Change audio output with AxVLCPlugin

Hi, I'm not sure if these options are allowed for the ActiveX plugin, but you can try it with the following options: var options = "--aout=directsound --directx-audio-device=Name-of-your-HDMI-device"; vlc.playlist.add("file:///c:/path/to/your/file", "", options); vlc.pl...
by da2424
26 Feb 2019 22:08
Forum: Web and scripting
Topic: How do I embed VLC with public RTSP address in website
Replies: 2
Views: 6899

Re: How do I embed VLC with public RTSP address in website

Hi,
this documentation should help you with your project: https://wiki.videolan.org/Documentation:WebPlugin
In the section "Playlist object", you can find a code example how you can play rtsp streams.
by da2424
30 Jan 2019 19:13
Forum: Web and scripting
Topic: VLC ActiveX Plugin not listed in PowerPoint
Replies: 6
Views: 8852

Re: VLC ActiveX Plugin not listed in PowerPoint

Do you use the same platform for VLC and Office? For example VLC 32bits and Office 32bits? If the platforms are different, it will not work.
by da2424
18 Dec 2018 22:44
Forum: Web and scripting
Topic: How to add an event listener to the VLC ActiveX Plugin embedded in a Windows Forms application?
Replies: 3
Views: 1815

Re: How to add an event listener to the VLC ActiveX Plugin embedded in a Windows Forms application?

Hi, in VB.NET, the kind of registration of an event listener is a little bit different. Here are two examples: 'MediaPlayerPlaying event Private Sub AxVLCPlugin21_MediaPlayerPlaying(sender As Object, e As System.EventArgs) Handles objVLC.MediaPlayerPlaying MsgBox("Media is playing") End Su...
by da2424
26 Jul 2018 10:50
Forum: Web and scripting
Topic: Excel VBA embeding and STARTTIME property
Replies: 3
Views: 2402

Re: Excel VBA embeding and STARTTIME property

This should work:

Code: Select all

VLCPlugin21.playlist.Add ("file:///c:/Users/savelser/Desktop/1.wmv", "", ":start-time=xx")
Replace xx with your time (as float in seconds)
by da2424
05 Jul 2018 14:45
Forum: Web and scripting
Topic: Plugin stopped working?
Replies: 17
Views: 8363

Re: Plugin stopped working?

Yes, you're right, Firefox 52.x ESR still supports NPAPI plugins.
But since Firefox 60 ESR, NPAPI support was also removed.
The following browsers continue to support the NPAPI plugin: https://en.wikipedia.org/wiki/NPAPI#Browser_support
by da2424
05 Jul 2018 14:35
Forum: Web and scripting
Topic: VLC plugin in windowless mode : no real fullscreen !
Replies: 5
Views: 3022

Re: VLC plugin in windowless mode : no real fullscreen !

Hi, the issue with resizing in windowless mode is a known problem: https://trac.videolan.org/vlc/ticket/7995 As workaround, you have to restart the playback while you are in fullscreen mode. With javascript, you could save the current timestamp and set it again after restarting in fullscreen mode. H...
by da2424
06 Jun 2018 19:51
Forum: Forum, Website and Artwork discussion
Topic: Forum update to 3.2.x
Replies: 6
Views: 37837

Re: Forum update to 3.2.x

Just for the record: The BB code tag [­code] works now fine again, see the workaround in ticket #20595 But I have found a further issue: It won't be displayed who is quoted, example: Hello, Today I did the big migration from phpBB 3.1.x to 3.2.x. If you see any major issues or slowdown, please compl...
by da2424
06 Jun 2018 19:16
Forum: Web and scripting
Topic: Web VLC Plugin Can not re-connect when power cycle
Replies: 9
Views: 2805

Re: Web VLC Plugin Can not re-connect when power cycle

Maybe VLC doesn't dedect an error. Does the MediaPlayerEncounteredError event firing? You can test it with this code: function handle_MediaPlayerEncounteredError(){ alert("Error dedected!"); setTimeout(restartPlayer, 3000); //wait for 3 seconds } It should appear an window with the text &q...
by da2424
02 Jun 2018 20:54
Forum: Web and scripting
Topic: Web VLC Plugin Can not re-connect when power cycle
Replies: 9
Views: 2805

Re: Web VLC Plugin Can not re-connect when power cycle

Yes, I forgot that vlc.playlist.stop() is needed before restarting is possible. The following script should work. I have also added a workaround for Internet Explorer 11. <!DOCTYPE html> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta htt...
by da2424
29 May 2018 23:18
Forum: Web and scripting
Topic: VLC In C# program (Visual Studio)
Replies: 2
Views: 3578

Re: VLC In C# program (Visual Studio)

If you install VLC 4 on the PC on which VS is installed, the plugin should still be working in your project without re-integrating. But it's possible that it's necessary to rename or delete the the folders /obj and /bin in your project folder. At next compilation time, Visual Studio will re-generate...
by da2424
29 May 2018 22:57
Forum: Web and scripting
Topic: Web VLC Plugin Can not re-connect when power cycle
Replies: 9
Views: 2805

Re: Web VLC Plugin Can not re-connect when power cycle

Hi, i'm also looking for a method to reconnect on connection loss, can you please provide more information about this event? This event fires if the player stops the playback because an error was encountered. For example, this can be an network error. How to say "wait for a while and try to st...
by da2424
31 Mar 2018 01:34
Forum: Web and scripting
Topic: Web VLC Plugin Can not re-connect when power cycle
Replies: 9
Views: 2805

Re: Web VLC Plugin Can not re-connect when power cycle

You could listen to the MediaPlayerEncounteredError event. If this event fires, wait for a while and try to start the playback again automatically.
Here is a sample how you can use events: https://wiki.videolan.org/Documentation ... #Example_2
by da2424
31 Mar 2018 01:20
Forum: Web and scripting
Topic: Read play state of VLC activex in VB6
Replies: 3
Views: 1711

Re: Read play state of VLC activex in VB6

To get the play state, eighter you can use vlc.input.state or the playback events, see https://wiki.videolan.org/Documentation:WebPlugin
by da2424
20 Jan 2018 16:22
Forum: Web and scripting
Topic: 3.x AxVLC distribution dependencies
Replies: 4
Views: 1246

Re: 3.x AxVLC distribution dependencies

In the plugins folder are stored all codecs, output modules and many more which VLC needs to work.

You can delete the gui subfolder, because these modules are not needed for the web plugins. It's possible that some other plugins are not needed, too (like lua), but I haven't tested it yet.

Go to advanced search