Hi all
I've write this code in C#
axVLCPlugin21.playlist.stop();
axVLCPlugin21.playlist.clear();
axVLCPlugin21.playlist.add("rtmp://localhost:1930/live1");
axVLCPlugin21.playlist.play();
axVLCPlugin21.audio.volume = 0;
Work fine but after start play the stream the audio volume goes to 50.
How i can set it to zero?
Thanks