android libvlc multiple surface problems

前端 未结 2 1007
不思量自难忘°
不思量自难忘° 2020-12-15 16:50

I would know if is possible to use two surface in same layout and view each at same time. In future I would a grid-view of video-view, but each video-view using vlc.

2条回答
  •  一生所求
    2020-12-15 17:09

    Please try this one:

    --- libvlc = LibVLC.getInstance();
    +++ libvlc = new LibVLC();
    

    P.S. What version of LibVLC-android you are using?

    P.P.S. example

提交回复
热议问题