Hello guys,
I'm building a C# application that continuously takes screenshots of the screen. While I'm taking the screenshots, I want to stream them using vlc.
Any ideas of how can I send the bitmaps to vlc for streaming?
Here are the options I used to compile VLC: ./configure \ --disable-gtk \ --enable-nls --enable-sdl --with-sdl-config-path=/usr/win32/bin \ --enable-ffmpeg --with-ffmpeg-mp3lame --with-ffmpeg-faac \ --with-ffmpeg-zlib --enable-faad --enable-flac --enable-theora \ --with-wx-config-path=/usr/win32/bin...
Guys,
the problem seems to be when compiling... when I compile, I don't know why, the vlc just isn't capable of converting the audio to mono mode.... does someone knows what options should I enable/disable in compiling so I can convert the audio ??
Hi guys, I 've compiled VLC in windows using MSYS and it works fine. Except when I try to hear the audio in mono mode, issuing the command: "vlc.exe --mono" I get the following erros : C:\msys\1.0\home\ZeMaria\vlc090\vlc.exe: unknown option or missing mandatory argument `--mono' Try `C:\ms...
Hi guys,
I need to access the audio samples currently playing in VLC to perform some audio recognition over them. I tried to use the libvlc but the audio methods are just to adjust the volume and to give basic orders to the player...
Can someone give me a hand please ?
Hi guys,
I need to access the audio samples currently playing in VLC to perform some audio recognition over them. I tried to use the libvlc but the audio methods are just to adjust the volume and to give basic orders to the player...
Can someone give me a hand please ?