Thank you Ares! Did you also download mingw-w64 3.0?
I tried the 64bit chain but eventually it failed with some undeclared __ms_vsprintf
Searching on mailing list reveals that the mingw 2.x doesn't compile (and 2.x is what you get from apt-get)
I am following wiki to cross compile 2.0.6 for windows. The confusion comes from the mingw. The wiki says Debian/Ubuntu: run apt-get install gcc-mingw32 mingw32-binutils. Note that at least version 3.17 of Mingw32 is required, which Debian does not provide. You may obtain mingw32-runtime-3.17 here. ...
Do you know how can I just compile dshow module without the entire tree? I checked the OutOfTreeCompile guide I was wondering if there is anyway to do it on Windows.
I saw an control object ACCESS_SET_PRIVATE_ID_STATE in access modules.
Any idea what this ID is for? Can I use this to represent some real-time tuner control parameters like frequency?
Thank you.
Currently I'm developing an application using LibVLC to play analog TV via a USB tuner. The TV plays flawlessly with only one issue - channel changing delay. I tried both directly calling libvlc_media_player_new_from_media(), or utilizing a playlist, both resulting around 5-7 seconds delay. It is un...
I have been using VLC web plugin to play video streams in my web page and everything works flawlessly. Now I have a new project that requires web page displaying TV content. With the VLC.exe I was able to display TV channel by command line: vlc.exe dshow:// :dshow-vdev="WinTV HVR-950 Capture&qu...
Hi guys, I'm using ActiveX version 2 API that comes with VLC 0.9.8. My video server is an RTSP Mpeg2 TS server. I'm using the plugin to send RTSP messages to request stream. Here is a quick question. I found that right after PLAY message (and I saw success response like below), the plugin sent a TEA...