Search found 8 matches

Go to advanced search

by hulud
06 Jun 2009 01:10
Forum: Development around libVLC
Topic: Playback problems using C
Replies: 9
Views: 1885

Re: Playback problems using C

Whith the latest git version reusing the same player cause a freeze when i try to set the new media with "libvlc_media_player_set_media".
Any hints?
by hulud
06 Jun 2009 00:20
Forum: Development around libVLC
Topic: Only firm item of play list being played
Replies: 1
Views: 485

Re: Only firm item of play list being played

i have the same problem, i'm trying to solve them here:
viewtopic.php?f=32&t=59082
by hulud
05 Jun 2009 21:58
Forum: Development around libVLC
Topic: Playback problems using C
Replies: 9
Views: 1885

Re: Playback problems using C

looks like 1.0 version is going to be released soon right?
by hulud
04 Jun 2009 19:16
Forum: Development around libVLC
Topic: Playback problems using C
Replies: 9
Views: 1885

Re: Playback problems using C

do you think it's safe for me to move to a development version of vlc? i got this work to complete in a few months...
or it's better wait for a stable release?
by hulud
03 Jun 2009 20:39
Forum: Development around libVLC
Topic: Playback problems using C
Replies: 9
Views: 1885

Re: Playback problems using C

I'm trying to avoid using libvlc_media_list_player by using only media_list and caching endreached event: Inside the callback i'm trying to: 1) get the next media 2) set the new media using libvlc_media_player_set_media this cause the program to crash due to this error [00000392] main input warning:...
by hulud
18 May 2009 23:55
Forum: Development around libVLC
Topic: Setting video contrast, bightness ecc...
Replies: 1
Views: 593

Setting video contrast, bightness ecc...

I'm trying to modify src/control/video.c to set contrast, brightness and other settings using libvlc: i've tried with this function but nothing happens... void libvlc_video_set_contrast( libvlc_media_player_t *p_mi, float contrast, libvlc_exception_t *p_e ) { vout_thread_t *p_vout = GetVout( p_mi, p...
by hulud
11 May 2009 20:39
Forum: Development around libVLC
Topic: Playback problems using C
Replies: 9
Views: 1885

Re: Playback problems using C

uhmm no hints? i noticed that also "libvlc_media_list_player_next" cause my program to freeze.
by hulud
08 May 2009 20:26
Forum: Development around libVLC
Topic: Playback problems using C
Replies: 9
Views: 1885

Playback problems using C

Hi, i'm facing some problems using libvlc with C. Adding a media using "libvlc_media_list_add_media" and starting playback using "libvlc_media_list_player_play", when the media finish playing my program hangs if i try to play again. I've compressed my code into this source to rep...

Go to advanced search