Search found 5 matches

Go to advanced search

by ekim.tecul
05 Aug 2010 18:40
Forum: Development around libVLC
Topic: libvlc_media_get_tracks_info
Replies: 3
Views: 2570

Re: libvlc_media_get_tracks_info

Hello,

Code: Select all

libvlc_media_add_option(pMedia, "sout=#description:dummy");
do the trick
by ekim.tecul
04 Aug 2010 17:29
Forum: Development around libVLC
Topic: libvlc_media_get_tracks_info
Replies: 3
Views: 2570

Re: libvlc_media_get_tracks_info

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...
by ekim.tecul
04 Aug 2010 11:07
Forum: Development around libVLC
Topic: libvlc_media_get_tracks_info
Replies: 3
Views: 2570

libvlc_media_get_tracks_info

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 ...
by ekim.tecul
30 Jul 2010 08:04
Forum: Development around libVLC
Topic: libvlc_media_player_stop call in callback stuck application
Replies: 2
Views: 1903

Re: libvlc_media_player_stop call in callback stuck applicat

Ok thanks for the info. I was not able to found it into documentation. Is it somewhere ?

thanks again
by ekim.tecul
29 Jul 2010 22:37
Forum: Development around libVLC
Topic: libvlc_media_player_stop call in callback stuck application
Replies: 2
Views: 1903

libvlc_media_player_stop call in callback stuck application

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...

Go to advanced search