I was wondering if I can mute AVPlayer playing HTTP Live Streaming video ?
I have already tried several things, for example, the Apple method to specify the AVPlayer volume described here but it only works for local files ... (see the note at the bottom of the Apple documentation).
A similar method described in this post also does not work.
Is there a solution? I really do not want to turn off the sound of the device, but only one video, while other players can have their own sound (the user can balance the sound between the players).
Thanks in advance.
source
share