Android app: video can only be played on Youtube

Hi all,

Open edX installed with Tutor (version: 14.0.5)
Local deployment

I have activated the tutor-android plugin and downloaded + installed the android app.

I have some videos in one of the course but the following message is displayed:

On the browser version, the video displays correctly.

Is this a limitation imposed by YouTube on other apps integrating YouTube videos or is there a way to fix this problem (configurations ?).

Thank you in advance.

Have you configured your YouTube Api keys??

in your config.yml this shall look something like below

YOUTUBE_PLAYER:
ENABLED: true
API_KEY: *************************************************

(youtube_player so ensure there are two spaces before enabled & api_key each)

this can also be set up into your instance I think however this shall do the trick

cheers