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)
AVPlayer instance always nil when using stream
I'm trying to implement EventChannel on swift to flutter side. So this what I am doing,
How I registered event channel,
public class SwiftMusicPlayer: NSObject, FlutterPlugin {
final var audi...
Pokaboom
Votes: 0
Answers: 1
MTAudioProcessingTap - prepare{} and process{} callbacks are not executing
I am working on loading a (local) movie into AVPlayer and applying processing to the audio track with an audioTapProcessor. So far I've found great GitHub examples here, here, and here. I'm using the ...
eefanatic
Votes: 0
Answers: 1
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
AVPlayer seek completionHandler returning false in iOS 15.4
We're trying to implement AVPlayer seek in our SwiftUI app, it worked prior to iOS 15.4 but not after the update.
let playerCurrentTime = CMTimeGetSeconds(player.currentTime())
let newTime = playerCur...
dthomasen
Votes: 0
Answers: 1