I can't debug live555 code in mingw+msys envrionment, but it can do in linux.
How debug live555 plugin in windows?
My envrionment as follow:
vlc 1.1.0
live555 live.2009.11.27
Mingw 5.1.6
gcc 4.4.0
msys 1.0.11
I run './vlc -vvv -list | grep avcodec', it return as follow VLC media player 1.0.6 Goldeneye [0x9af9710] main libvlc debug: VLC media player - version 1.0.6 Goldeneye - (c) 1996-2010 the VideoLAN team [0x9af9710] main libvlc debug: libvlc was configured with ./configure '--enable-nls' '--enable-sdl...
Dear All: What is the problem that "No suitable decoder module: VLC does not support the audio or video format 'h264' "? I compile vlc source, and all three-party library get from "apt-get install" command, then vlc play h264 video file successful, and I remove librarys that abou...
hi everyone:
I need debug vlc, but I can't suspend thread at vlc running, I mask the line that set thread is block
in /vlc/bin/vlc.c (pthread_sigmask (SIG_BLOCK, &set, NULL);), then I can suspend thread in any time.
Anyone know than it cause any problem at vlc running.