[vlc-devel] [PATCH] VLC: play youtube URLs

Rafaël Carré funman at videolan.org
Mon Jan 23 19:19:48 CET 2012


Le 2012-01-23 02:29, yann LE HIR a écrit :
> Hi,
> 
> I don't know about Android, but using libvlc_media_list_player instead
> of simply libvlc_media_player solved this issue on my program.

Thanks, looks like exactly what we need:

 * The LibVLC media list player plays a @ref libvlc_media_list_t list of
media,
 * in a certain order.
 * This is required to especially support playlist files.
 * The normal @ref libvlc_media_player_t LibVLC media player can only play a
 * single media, and does not handle playlist files properly.



> Regards,
> Yann Le Hir



More information about the vlc-devel mailing list