python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
How to prevent iOS app to be suspended in the background during the call?
I am developing an iOS app that plays audio and video files using AVPlayer. The app needs to play media files also when the app is backgrounded.
I successfully enabled background play by using Audio, ...
Marko Ilic
Votes: 0
Answers: 0
Does AVPlayer support live footage served directly from a fragmented MP4 file?
Overview
I have a server generating a livestream of video that is exposed as a fragmented MP4 file.
That file is being served to an iOS emulator trying to play the video using react-native-video, whic...
Max Hay
Votes: 0
Answers: 0
AVPlayer smooth scrubling remote video (Swift)
I have set of mp4 files (~ 130 mb each, so I cant put those files inside app bundle) which I need to scrub smoothly without jumping in my app. Is there any way to achieve it?
I have tried to use HLS v...
Ivan Pavlov
Votes: 0
Answers: 0
AVPlayer can't play HLS streaming with rate > x2.0 on iOS 15.x
I have a problem when playing the HLS stream with a rate > 2.0 on iOS 15.x
I try this code:
let strURL = "https://multiplatform-f.akamaihd.net/i/multi/will/bunny/big_buck_bunny_,640x360_400,64...

Anh.LT
Votes: 0
Answers: 0