This code is work for me. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; char...
I try to create music page using php & javascript. first of all I add 01.mpg and 02.mpg to playlist and then click play. when song(01.mpg) finished. vlc don't start to play 02.mpg. when I use "vlc.playlist.items.count" to check the number of song in playlist. It shows "2" tha...
At the first time , The Following code work fine with VLC 0.86 But when I upgrade VLC to 10.0.5 this code doesn't work. I don't know why?. Could Anyone tell me what is the problem?. Thank in advance. $playlist = ""; $ip = $_SERVER['SERVER_ADDR']; if ( isset( $_POST ) ) { $postArray = $_POS...