Dear All
Im using axvlcplugin2 to play video and i need using option to play sound as input-slave. My code are :
string uri = "http://...."; // its video link
var options = ": input-slave=http://...." ; // its audio link
axVLCPlugin21.playlist.add(uri,"",options);
axVLCPlugin21.playlist.play();
It's stream but not audio. I saw that VLC could not play with options. If i used vlcdotnet library (vlcControl), its was run.
Maybe it's VLC activeX bug. pls show me how to fix it ?
if i used vlcdotnet to play, its was run options but i could not creat playlist and have controls : next song, repeat.... pls tell me how ?
Thank you !