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
How to view subtitles vtt when AirPlay a mp4 file?
Target is view html subtitles in vtt format in TV when AirPlay is running.
html code:
<video preload="metadata" x-webkit-airplay="allow" src="a.mp4">
<track ...

skatehype
Votes: 0
Answers: 1