Alex Simrell
Alex Simrell
I was able to change the tint color of the expanded controls button icons by adding this to `AppDelegate.swift` after the initialization of `GCKCastContext` in `didFinishLaunchingWithOptions`: `UIImageView.appearance(whenContainedInInstancesOf: [GCKUIExpandedMediaControlsViewController.self]).tintColor = UIColor...
What HLS link are you referring to?
Have you tried `setPlaylistIndex()`? Also, `playerRef.play()` works for me. Are you having problems with the other video player methods, or is it just a problem with `play()`? I'm wondering if...