I'm using it to create live preview boxes of streaming video content. It's tricky code and yes, I've got a javascript mute button working. However, because I'm doing some tricky on the fly code replacement of the video preview window to change the port # so it changes the "Channel", the mu...
Understood - Perhaps whomever is working on the Mac Plugin can drop this in. That would be cool. Like a Christmas present in April. Or an easter egg found weeks after easter hidden in the grass.
Update 2016: This has something to do with you IP or IP BLOCK being banned or black-listed. Same thing happening to me right now but works via VPN. I'm using google for DNS on the banned version so not sure if it's google or VLC blocking this without looking at their code as there's the possibility ...
This has something to do with you IP or IP BLOCK being banned or black-listed. Same thing happening to me right now but works via VPN. I'm using google for DNS on the banned version so not sure if it's google or VLC blocking this without looking at their code as there's the possibility to login is c...
Hi all! On the Windows version of the plug-in, when you hover over the video, you are presented with speaker (mute) and volume (slider) controls. On the MAC version, this is not shown or available. Is there some hidden command in the plug-in call on a mac to make this show up? Removes cross-platform...
Thanks for the info - If I have to use MediaPlayerPlaying as an after the fact, I'll just create a button called MUTE ALL to trigger manually until v2.2.2
btw, I'm using OSX-El Capitan-Safari
Greetings all! I've got the following working fine but I want the stream to start up in a MUTED state. Firing off the vid.audio.toggleMute() doesn't work because that only engages once the video has started playing and well, the stream takes a second to start so the mute command is lost. Is there a ...