Search found 1154 matches

Go to advanced search

by funman
14 Jan 2014 13:03
Forum: VLC media player for Windows Troubleshooting
Topic: MSI installer for 2.1.0
Replies: 22
Views: 41152

Re: MSI installer for 2.1.0

Hello,

Our nightlies build machine has now been upgraded with a newer version of mono to hopefully fix the long standing issue.

Last build works fine for me, please test builds in the following days to see if they continue working or if the issue is back.

Thank you!
by funman
05 Nov 2013 21:04
Forum: VLC stream-output (sout)
Topic: mux mp4 problem (maybe related to frame rate)
Replies: 8
Views: 2354

Re: mux mp4 problem (maybe related to frame rate)

What can I do? Try an older version of vlc? Maybe 32 bit build? Is there any parameter for the muxer to write a fixed frame rate that would possibly help?
What is your source container?
by funman
17 Aug 2013 18:57
Forum: VLC media player for Windows Troubleshooting
Topic: Web Plugin 2.0.8 Not Installing Firefox
Replies: 39
Views: 56192

Re: Web Plugin 2.0.8 Not Installing Firefox

Sorry people, this just shows that Mozilla people are stupid.

What is vulnerable is the VLC version and not the plugin, Mozilla should check VLC version and not plugin version.

If you are on 2.0.8 you are safe.
by funman
17 Aug 2013 15:35
Forum: VLC media player for Windows Troubleshooting
Topic: MSI installer for 2.1.0
Replies: 22
Views: 41152

Re: MSI installer for 2.1.0

Bumping the thread to ask for MSI testing.

I just installed a new component on our buildbot machine to try to fix Bug 8858, and also enabled MSI building for 2.1 nightly builds.

Please test nightly builds as they appear in the next days and report success/failure.

Thanks!
by funman
26 Jun 2013 23:00
Forum: Web and scripting
Topic: VLC ActiveX 2.07 => R.I.P. ?
Replies: 20
Views: 10930

Re: VLC ActiveX 2.07 => R.I.P. ?

x64 NBs should be back.

However the plugin loads but doesn't seem to play.
Using DbgView to view VLC log (on 2.1 only) doesn't help much.
by funman
23 Jun 2013 20:01
Forum: Web and scripting
Topic: VLC ActiveX 2.07 => R.I.P. ?
Replies: 20
Views: 10930

Re: VLC ActiveX 2.07 => R.I.P. ?

Alright I found why x64 activex is broken, it's due to ongoing work in mingw-w64, I'll try to get a fix this week.
by funman
21 Jun 2013 23:21
Forum: Web and scripting
Topic: VLC ActiveX 2.07 => R.I.P. ?
Replies: 20
Views: 10930

Re: VLC ActiveX 2.07 => R.I.P. ?

Also thanks to RSATom for pointing out the 3rd backslash in "file:///"; that one threw me for a while as I thought only 2 were needed (like "http://"). Actually you need to separate the fields to understand how it works: http:// http://www.example.com file:// /c:/file.avi (it us...
by funman
19 Jun 2013 14:34
Forum: Web and scripting
Topic: VLC ActiveX 2.07 => R.I.P. ?
Replies: 20
Views: 10930

Re: VLC ActiveX 2.07 => R.I.P. ?

So I tested again activex on XP64 and it seems to work fine... Next 2.1.0 Nightly builds should now register the axvlc.dll properly at install, no need to run regsvr32 manually. When it's confirmed working I will backport the change to 2.0. Thank you all for your help and I hope I can find/fix what ...
by funman
18 Jun 2013 23:21
Forum: Web and scripting
Topic: VLC ActiveX 2.07 => R.I.P. ?
Replies: 20
Views: 10930

Re: VLC ActiveX 2.07 => R.I.P. ?

https://www.youtube.com/watch?v=utJs8qPWAzY&feature=youtu.be 2.0.7 on a freshly installed Windows 7 SP1 x86 VM -> works fine Have you tried to play anything? This does not work, IE will report "'playlist' is null", "'video is null'", etc. You're right, it doesn't work.. And ...
by funman
17 Jun 2013 23:33
Forum: Web and scripting
Topic: VLC ActiveX 2.07 => R.I.P. ?
Replies: 20
Views: 10930

Re: VLC ActiveX 2.07 => R.I.P. ?

https://www.youtube.com/watch?v=utJs8qP ... e=youtu.be

2.0.7 on a freshly installed Windows 7 SP1 x86 VM -> works fine
by funman
17 Jun 2013 21:43
Forum: VLC media player for Windows Troubleshooting
Topic: MSI installer for 2.1.0
Replies: 22
Views: 41152

Re: MSI installer for 2.1.0

This should have been fixed (not sure at which date exactly), but last time I tried MSI it did not install properly
by funman
17 Jun 2013 21:42
Forum: Web and scripting
Topic: VLC ActiveX 2.07 => R.I.P. ?
Replies: 20
Views: 10930

Re: VLC ActiveX 2.07 => R.I.P. ?

Hello Funman I installed vlc-2.0.7-win32.exe on Win XP/7/8 x86 and Win 7 x64. . ActiveX won't work on Win XP/7/8 x86 . ActiveX work on Win 7 x64 I can't install VLC x64 on x86 platform ;) But I run VLC x86 on Windows x64 I tried vlc 2.0.7-win32 on XP (Virtual Machine) => works fine in IE8 : I tried...
by funman
11 Jun 2013 17:35
Forum: Web and scripting
Topic: VLC ActiveX 2.07 => R.I.P. ?
Replies: 20
Views: 10930

Re: VLC ActiveX 2.07 => R.I.P. ?

I take it you installed the x64 version of VLC?

Did you try both? (edit: x86 and x64 versions)

x64 activex was always broken in previous releases, so for next release we could indeed have both working if I understand better what happened.

Thanks for the feedback
by funman
24 Apr 2013 11:55
Forum: Development around libVLC
Topic: Need help -- VLC plugin cross compilation
Replies: 2
Views: 630

Re: Need help -- VLC plugin cross compilation

I would guess wrong linking order, try

Code: Select all

$(CC) -shared -o $@ $^ $(LDFLAGS)
by funman
24 Apr 2013 11:53
Forum: Development around libVLC
Topic: Direct control of the decoder module
Replies: 7
Views: 1381

Re: Direct control of the decoder module

Hello,

libvlc doesn't permit direct access to the decoder module afaik, imem is a libvlccore module, not libvlc (I think you know it already but it's important to say).

Do you have any source code to share?
by funman
19 Apr 2013 14:56
Forum: VLC media player for Windows Troubleshooting
Topic: Windows' builds are broken
Replies: 4
Views: 738

Re: Windows' builds are broken

Hi,

thanks for the report.

vlc-2.1.0-20130419-1418 and newer should be fixed
by funman
09 Apr 2013 13:31
Forum: VLC media player for Windows Troubleshooting
Topic: MSI installer for 2.1.0
Replies: 22
Views: 41152

MSI installer for 2.1.0

Hello,

We just started providing a msi installer in the VLC 2.1.0 (beta) nightly builds.

Please test it and report back!

Windows x64 nightly builds should also come in .msi form once they are back (after I had to disable gnutls / https modules).
by funman
21 Mar 2013 00:53
Forum: VLC for Android and Chrome OS
Topic: Video issues on the Sony E Xperia Ray
Replies: 5
Views: 918

Re: Help us test VLC for Android and report bugs

Can you share the video?
by funman
19 Mar 2013 00:03
Forum: VLC for Android and Chrome OS
Topic: Problem playing wma files with new version
Replies: 6
Views: 1172

Re: Problem playing wma files with new version

Hi, can you share the file?

W/VLC (16908): [0x647f14]: avcodec decoder cannot decode one frame (13375 bytes)

seems to point at a decoding problem
by funman
18 Mar 2013 23:16
Forum: VLC for Android and Chrome OS
Topic: Constant audio stutter when using OpenSL ES on Nexus 10
Replies: 7
Views: 1217

Re: Constant audio stutter when using OpenSL ES on Nexus 10

For the record, I would expect a problem in the kernel (which would be shared between google's build and CM's build)
by funman
17 Mar 2013 21:47
Forum: VLC for Android and Chrome OS
Topic: Constant audio stutter when using OpenSL ES on Nexus 10
Replies: 7
Views: 1217

Re: Constant audio stutter when using OpenSL ES on Nexus 10

Can you report it to the CM developers?

I looked in linux.git and can not find the messages that you get, I see wm8994* files in drivers/{mfd,gpio,regulator} and I'm not sure which one to look
by funman
17 Mar 2013 07:39
Forum: VLC for Android and Chrome OS
Topic: Constant audio stutter when using OpenSL ES on Nexus 10
Replies: 7
Views: 1217

Re: Constant audio stutter when using OpenSL ES on Nexus 10

Hello, Unfortunately nothing suspicious stands out in your log so I don't know what to suggest. I have a HP Touchpad running CM10 which works fine with OpenSL ES, and another developer has a Nexus 7 which is reported to work fine. Can you record the output so we have an idea of the artifacts? dmesg ...
by funman
11 Jan 2013 10:58
Forum: VLC media player for macOS Troubleshooting
Topic: Mac has broken VLC's tivo .ty and ty+ capability
Replies: 12
Views: 2810

Re: Mac has broken VLC's tivo .ty and ty+ capability

Unfortunately the old versions of VLC Media Player available at http://sourceforge.net/projects/vlc/files/?source=navbar for the 1.1.x versions of the program (where the bug probably first crept in at around v 1.1.1 or 1.1.2) are not conventional Windows Exe install files but are comprised of archi...
by funman
17 Dec 2012 02:34
Forum: VLC for Android and Chrome OS
Topic: No way to redirect VLC debug output to file?
Replies: 9
Views: 1656

Re: No way to redirect VLC debug output to file?

It's rather that the file logging module is absent for size reasons (we don't use it so we don't ship it)

Go to advanced search