0xced / XCDYouTubeKit

YouTube video player for iOS, tvOS and macOS
MIT License
2.92k stars 626 forks source link

How do I mute the movie player? #322

Closed MukundSonaiya closed 5 years ago

chenghaoc commented 7 years ago

You should use AVPlayer to catch video stream (https://github.com/0xced/XCDYouTubeKit/issues/157). And you can easily mute video in AVPlayer.