rdkcentral / Lightning-SDK

SDK for Lightning framework
Apache License 2.0
130 stars 69 forks source link

Support of Video and Audio Players simultaneous playback. #232

Closed AndriyShpyra closed 3 years ago

AndriyShpyra commented 3 years ago

We investigate the possibility to play video (without audio tracks) and separate audio content in parallel on Comcast devices. For that, we are using audio and video html5 players. Currently, when 2 players are launched simultaneously, one will start playback and the second player will be automatically paused. Is there a way to start playback on audio and video players simultaneously?

erikhaandrikman commented 3 years ago

The device can probably only handle playback of one videostream. You could investigate if the browser has support for WebAudio api and test if you can play an audio source while playback has started

erikhaandrikman commented 3 years ago

Can we close this issue?

AndriyShpyra commented 3 years ago

@erikhaandrikman yes, thank you for your recommendations! we have investigated it.