Page 1 of 1

Audio volume during stream

Posted: 31 Oct 2018 12:07
by barabba2005
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

Re: Audio volume during stream

Posted: 05 Nov 2018 03:09
by mfkl
Can you share the full code in a git repo? Also, don't think the activeX plugin is very much maintained.