Search found 18 matches

Go to advanced search

by dreadLocks
30 Jun 2016 22:59
Forum: Development around libVLC
Topic: Get Broadcast name for seeking in a stream
Replies: 1
Views: 400

Get Broadcast name for seeking in a stream

Hello, Im using VLC in Visual C++ application to play and MP3 file, it works so far. Now I want to give the user the ability to move back and forth in the MP3 being played (seeking, fast forward, rewind etc) The file is being played from memory buffer using the "libvlc_media_new_callbacks"...
by dreadLocks
17 Jun 2016 03:23
Forum: VLC for Android and Chrome OS
Topic: VLC Android - which version to use????
Replies: 1
Views: 635

VLC Android - which version to use????

Hello, I'm writing ANDROID app and I want to embed the VLC player in my app. I need the function "libvlc_media_new_callbacks" that is in vlc "3.0.0" to stream mp3 to vlc from RAM. 1. Which version of the android vlc is that function in? I know its in vlc "3.0.0" but i d...
by dreadLocks
16 Jun 2016 00:45
Forum: VLC media player for Windows Troubleshooting
Topic: MP4 CHOPPY ON VLC BUT FLUID ON WINDOWS MEDIA PLAYER
Replies: 15
Views: 6529

Re: MP4 CHOPPY ON VLC BUT FLUID ON WINDOWS MEDIA PLAYER

Hello i have the same problem https://forum.videolan.org/viewtopic.php?f=32&t=134017&p=443625&hilit=core+input+debug+Buffering#p443625 I think its the outputting of the debug messages thats causing the choppy playback because windows takes time to output the messages. But i cant turn off...
by dreadLocks
16 Jun 2016 00:10
Forum: Development around libVLC
Topic: VLC debug messages is causing playback to skip
Replies: 0
Views: 1853

VLC debug messages is causing playback to skip

Hello, I got VLC working in Visual C++ (VC++), the music plays fine, however every few seconds it dumps out a bunch of debugging messages to the VC++ output message window. While its dumping the debug messages it takes several milliseconds to be outputted to the VC++window, during that time the musi...
by dreadLocks
10 Jun 2016 20:45
Forum: Forum, Website and Artwork discussion
Topic: Nightly Builds
Replies: 3
Views: 3884

Re: Nightly Builds

Anyone have answers to this, all the nightly builds have dissappeared
by dreadLocks
06 Jun 2016 18:04
Forum: Development around libVLC
Topic: Nubie - How to use VLC in Visual Studio C++
Replies: 3
Views: 874

Re: Nubie - How to use VLC in Visual Studio C++

Here are some of the debug messages that gets printed out causing the intermittent pausing, and resuming while playing mp3 music file (maybe it doesnt like rap music??? LOL) The messages are being printed out in the Visual Studio output window. direct3d9 vout display debug: creating Vout EventThread...
by dreadLocks
06 Jun 2016 17:58
Forum: Development around libVLC
Topic: Nubie - How to use VLC in Visual Studio C++
Replies: 3
Views: 874

Re: Nubie - How to use VLC in Visual Studio C++

Hello, I got libvlc_video_set_callbacks working after much blood and tears. Its working ok except sometimes while playing a song it would spit out a bunch of debug information, like resyncing, buffering etc. The fact that it spits out a bunch of debugging information makes the music pause for a shor...
by dreadLocks
05 Jun 2016 05:16
Forum: Development around libVLC
Topic: vlc 3.0.0 crash when visualization enabled
Replies: 1
Views: 575

vlc 3.0.0 crash when visualization enabled

Hello, I'm using vlc in a win32 C++ application. I wanted to turn on visualization but it crashes. Here is my code: char *arg[20]; int ix = 0; arg[ix++] = "--reset-config"; arg[ix++] = "--ignore-config"; arg[ix++] = "--audio-visual visual"; arg[ix++] = "--effect-li...
by dreadLocks
04 Jun 2016 21:45
Forum: Development around libVLC
Topic: problems with libvlc_media_new_callbacks
Replies: 0
Views: 393

problems with libvlc_media_new_callbacks

Hello, I'm trying to have vlc read an mp3 data stream from my memory. I decrypt the mp3 file a little at a time on the fly then send decrypted mp3 data to the vlc when it calls read_cb Im using m = libvlc_media_new_callbacks(inst, open_cb, read_cb, seek_cb, close_cb, &opaque[0] ); I have some pr...
by dreadLocks
04 Jun 2016 01:11
Forum: Development around libVLC
Topic: libvlc_new UNDEFINED in Visual Studio
Replies: 1
Views: 631

libvlc_new UNDEFINED in Visual Studio

Hello, I just started using VLC in Visual Studio C++ 2014 But i'm getting an undefined error, here is a section of my C++ code.... #include "stdafx.h" #include "Lock.h" #include "LockDlg.h" #include "afxdialogex.h" #include "stdint.h" #include "...
by dreadLocks
03 Jun 2016 18:47
Forum: Development around libVLC
Topic: Nubie - How to use VLC in Visual Studio C++
Replies: 3
Views: 874

Nubie - How to use VLC in Visual Studio C++

Hello, Im new to VLC. I wanted to use VLC in a Visual Studio C++ dialog box. Mostly I need to use this function from VLC 3.0.0 libvlc_media_new_callbacks Is there any C/C++ Win32 code anywhere that shows how to create the VLC player and put it in a dialog box, then to communicate with it? if i could...
by dreadLocks
03 Jun 2016 01:53
Forum: VLC stream-output (sout)
Topic: libvlc_media_new_callbacks using Active X
Replies: 0
Views: 373

libvlc_media_new_callbacks using Active X

Hello, I want to use VLC Active X control in a dialog box using Visual Studio C++ Win32 I installed VLC 3.0.0 32 bit version using the exe installer, then i downloaded the debug version, both from the nightly builds. After installing the 32 bit version, where do I install the debug version? Should I...
by dreadLocks
03 Jun 2016 01:12
Forum: VLC media player for Windows Troubleshooting
Topic: VLC 3.0.0 nightly build, Active X control not Registered
Replies: 4
Views: 613

Re: VLC 3.0.0 nightly build, Active X control not Registered

I also tried installing it in a different folder, the active X component still didnt work.
by dreadLocks
02 Jun 2016 20:56
Forum: VLC media player for Windows Troubleshooting
Topic: VLC 3.0.0 nightly build, Active X control not Registered
Replies: 4
Views: 613

Re: VLC 3.0.0 nightly build, Active X control not Registered

Hello da2424, I installed the 32 bit version, and then i installed the 64 bit version in the same folder as the 32 bit version, but the problem still exists. When I try to place the VLC active X component in a Visual Studio dialog box, it said the control is not registered and doesnt allow me to pla...
by dreadLocks
02 Jun 2016 06:12
Forum: VLC media player for Windows Troubleshooting
Topic: VLC 3.0.0 nightly build, Active X control not Registered
Replies: 4
Views: 613

VLC 3.0.0 nightly build, Active X control not Registered

I installed VLC 3.0.0 from the nightly builds, when I try to place VLC active X control in a dialog box, I get the error message that the control was NOT REGISTERED, then it would not let me place it in the dialog box. Im using Visual Studio C++ 2015, windows 8.1 I tried manually registering it usin...
by dreadLocks
01 Jun 2016 00:58
Forum: VLC media player for Windows Troubleshooting
Topic: VLS 3.xxx Installation Failure
Replies: 1
Views: 720

Re: VLS 3.xxx Installation Failure

UPDATE: I uninstalled VLC 2.xxx and reinstalled VLC 3.xxx using the 3.xxx installer, but same result, Visual Studio says that the active X control is not registered on this computer when I try to place the VLC component on my dialog box. then it will not allow me to place it in my dialog box. Any id...
by dreadLocks
31 May 2016 23:49
Forum: VLC media player for Windows Troubleshooting
Topic: VLS 3.xxx Installation Failure
Replies: 1
Views: 720

VLS 3.xxx Installation Failure

Hello, I installed VLC 2.xxxx on WINDOWS from the website using an installer, it worked fine. Then I read about the nightly update which is VLC Version 3.xxxxx that has some feature i need, so I downloaded that. Since the nightly builds doesnt seem to have an installer, I just unzipped and copied th...

Go to advanced search