python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
How to convert a complex UIKit View into a SwiftUI View?
there's a lot of code in here but please be patient I will try to explain my question
so i am trying to convert Apple's AvDepthCapture project which is in UIKit as a SwiftUI project, so i copied all t...
aadityaaa
Votes: 0
Answers: 0
Can AVAssetResourceLoader (and AVAssetResourceLoaderDelegate) be used to limit the choices of streams to increase quality?
iOS (seemingly especially with iOS 15), isn't always the best at taking an HLS m3u8 playlist with multiple playback quality options and selecting the best one to play. For instance even with a great i...
christianselig
Votes: 0
Answers: 1
How do I cache cells and also reuse cells in a collectionview that has avplayers embedded in each cell?
Basically what I am trying to do is cache the cell and have the video keep playing. When the user scroll back to the cell, the video should just show from where it was playing.
The problem is that the...
mn1
Votes: 0
Answers: 1
How to manage next and previous button in custom video player
I am playing video using avkit. so I have multiple video files and i want to play next and previous song on the button click.
i am doing this to play video -:
func playVideo(){
let url = URL(str...
Poornima Mishra
Votes: 0
Answers: 2