I want to stream a play list wirh jvlc library. At first i use :
I pass the parameter to stream at the Mediadescription with the method addOption(String),the stream work but for only one song then i try with deprecaded class PlayList but i think it's impossible to do stream!MediaDescriptor[] ds =new MediaDescriptor[3];
MediaList ml;
MediaListPlayer mlp;
somebody know the solution?
Thanks