Hello, Below is end of log [016c6d4c] main input debug: Creating an input for 'http://vipicecast.yacast.net/europe1' [016c6d4c] main input debug: thread started [016c6d4c] main input debug: thread (input) created at priority 1 (../.././src/input/input.c:214) [016f1614] main stream output debug: usin...
Hello, I try to use libvlc_media_get_tracks_info() but without success. I follow sequence of api call describe within documentation but without more success. Is someone use it successfully ? is it working ? I'm working with libvlc 1.1.1 on windows vista sp2 and compile with visual C++ 8. Below code ...
Hello, calling libvlc_media_player_stop() in an event callback stuck my application. I'm working with libvlc 1.1.1 on windows vista sp2 and compile with visual C++ 8. Below code that show the problem : static void testStopInCBCallback1(const libvlc_event_t *pEvent, void *param) { printf("receiv...