简体   繁体   中英

Can libvlc display multiple videos at the same time in the same window?

When libvlc starts to display video, it launch new window, can I do otherwise and display multiple videos in the same window?

When libvlc starts to display video, it launch new window

That is the default behavior when you have not told libvlc in which window to draw the video. See https://stackoverflow.com/a/65060714/4064749

libvlc currently cannot draw multiple videos in a single window handle. However, you could arrange several windows together and have multiple mediaplayers draw to each of them, creating the illusion that multiple videos are played in the same window.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM