Python FullScreen

This forum is about all development around libVLC.
WorldDrknss
New Cone
New Cone
Posts: 1
Joined: 12 Feb 2020 23:45

Python FullScreen

Postby WorldDrknss » 12 Feb 2020 23:48

I am looking for a way to get VLC to launch fullscreen when using media list player.

I have tried using set_fullscreen, toggle_fullscreen and using the --fullscreen in the instance, but still unable to get it to work.

Code: Select all

list = ['online.jpg', 'test.mp4', 'offline.jpg' 'test.mp4'] vplayer = vlc.Instance('--fullscreen', '--mouse-hide-timeout=0', '--quiet') player = vplayer.media_list_player_new() media = vplayer.media_list_new(list) # for v in list: # media.add_media(v) player.set_media_list(media) player.set_playback_mode(1) player.play()

shangar
New Cone
New Cone
Posts: 1
Joined: 23 Aug 2021 16:58

Re: Python FullScreen

Postby shangar » 23 Aug 2021 17:10

Hi WorldDrknss,

Am also facing a similar kind on issue. Did you get a resolution/work-around for the below mentioned issue.
It would be a great support ,if you share with me.

Regards,
Shangarnithi


Return to “Development around libVLC”

Who is online

Users browsing this forum: No registered users and 17 guests