Page 1 of 1

vlm playlist bug report

Posted: 12 Feb 2005 04:11
by Guest
if i setup multi input stream in a media object, vlm won't play others after first stream playing finished.

in vlm.c, vlm_MediaControl method:
line :
if( !strcmp( psz_command, "play" ) && !p_instance )
seems we don't need [&& !p_instance].

is it right?

Posted: 14 Feb 2005 22:38
by Rémi Denis-Courmont
Well, if you have a bugfix, skilled developpers will probably pay more attention to you on <vlc-devel (at) videolan.org> than here.

Thanks.

Posted: 15 Feb 2005 04:25
by john luo
thank you very much

Posted: 15 Feb 2005 04:27
by john luo
btw, how to communicate with vlc devleopers?

Posted: 15 Feb 2005 08:46
by Rémi Denis-Courmont
Either post on their mailing lists vlc-devel (at) videolan.org or meet them on their IRC channel (#videolan on Freenode).