Play multiple videos with axVLCPlugin21

This forum is about all development around libVLC.
plug_caster
New Cone
New Cone
Posts: 1
Joined: 10 Dec 2009 15:58

Play multiple videos with axVLCPlugin21

Postby plug_caster » 10 Dec 2009 16:48

I'm trying to play video after video using a playlist. Single video works fine using;

Code: Select all

axVLCPlugin21.playlist.add(@"c:\movie1.mov", null, null); axVLCPlugin21.playlist.play();
but if I try

Code: Select all

axVLCPlugin21.playlist.add(@"c:\movies.xpsf", null, null); axVLCPlugin21.playlist.play();
I get nothing. I used vlc player to create xpsf playlist.

Newbie

Return to “Development around libVLC”

Who is online

Users browsing this forum: No registered users and 36 guests