Prerequisites
I used Kaltura audio player and I tested on iOS browser.
When the audio started playing and I then I left the browser and then the audio stopped playing.
I wanted audio to keep playing so that even user locks screen, user can still also able to control the audio by the default iOS audio player UI when the screen is locked.
this.config = {
"log": {
"level": 'OFF'
},
"targetId": "player-placeholder",
"ui": {
"css": "./css/player.css",
"components": {
},
"settings": {
"showSpeedMenu": true,
}
},
"provider": {
"partnerId": 3165083,
"uiConfId": 53939702,
"ks": ks
},
"playback": {
"playbackRates": [
0.5,
1,
1.5,
2,
],
"autopause": false,
"autoplay": true,
"allowMutedAutoPlay": true,
"muted": false,
}
}
I also used autoplay = true when the media is loaded but I the iOS audio default UI didn't display the audio information and I couldn't control the player from there.
I had to click on the pause and play again on the Kaltura audio player and then the iOS audio default UI appears.
Expected behavior
When user leaves the browser, the audio supposes to keep playing and user is able to control the audio player when the screen is locked.
When the audio starts playing, user also able to control the audio player by the iOS default UI when the screen is locked.
Actual behavior
When leaving the browser the audio stops playing and cannot control audio player by iOS default UI,.
Prerequisites
I used Kaltura audio player and I tested on iOS browser.
When the audio started playing and I then I left the browser and then the audio stopped playing.
I wanted audio to keep playing so that even user locks screen, user can still also able to control the audio by the default iOS audio player UI when the screen is locked.
I also used
autoplay = truewhen the media is loaded but I the iOS audio default UI didn't display the audio information and I couldn't control the player from there.I had to click on the
pauseandplayagain on the Kaltura audio player and then the iOS audio default UI appears.Expected behavior
When user leaves the browser, the audio supposes to keep playing and user is able to control the audio player when the screen is locked.
When the audio starts playing, user also able to control the audio player by the iOS default UI when the screen is locked.
Actual behavior
When leaving the browser the audio stops playing and cannot control audio player by iOS default UI,.