a few years ago, I used LibVLC pre 2.0 to play streams (like rtsp, http, dvb-t, ...)
With that version, I managed to first get the info about the streams 'silently' (in the background) by adding this option to the media first:
Code: Select all
libvlc_media_add_option( preloadMedia, "sout=#description:dummy" );
Since 2.0 however, this stopped working, and I would like to know if and how it could be done with the current version of the library.
Thanks