Questions tagged [avplayerviewcontroller]

Using AVPlayerViewController makes it easy for you to add media playback capabilities to your application matching the styling and features of the native system players. Since AVPlayerViewController is a system framework class, your playback applications automatically adopt the new aesthetics and features of future operating system updates without any additional work from you.

SDKs

  • iOS 8.0+
  • tvOS 9.0+

Framework

  • AVKit

To find more information :

544 questions
-1
votes
2 answers

How to play & pause AVPlayer in UITableView when UITableView scrolls?

I want to display videos in UITableView like Instagram that will play automatically when the cell is visible and pause when cell disappears from screen. I tried everywhere to find solution but all I found is very complex code to even understand. At…
-1
votes
1 answer

Hide some system provided controls in AVPlayerViewController

I want to hide the rewind and forward buttons beside the play button in AVPlayerViewController. Is it possible to do so?
basum
  • 319
  • 1
  • 3
  • 18
-1
votes
1 answer

Displaying subtitles using AVPlayerViewController with swift

I am new to Swift and video streaming. I am trying to play videos in AppleTV. Did some one try to add subtitles with AVPlayerViewController in swift from an external srt file. I am trying to do the same using code from here:…
-1
votes
1 answer

Cannot play video audio via speakers - iOS

I have an iOS 9 application and I have implemented the AVPlayerViewController into one of my view controllers. I am trying to play a video. One problem I have noticed is that if I plug in the headphones, the audio plays in the headphones fine. But…
Supertecnoboff
  • 6,406
  • 11
  • 57
  • 98
1 2 3
36
37