DeviLeo / DLGPlayer

A media player for iOS based on FFmpeg 4.0
GNU Lesser General Public License v3.0
169 stars 60 forks source link

Multi DLGPlayer Implementation in a single UIViewController #38

Open pushsoftdev opened 5 years ago

pushsoftdev commented 5 years ago

When I try to integrate multiple DLGPlayer instances in a single UIViewController, always I get a purple screen and the last instance has a black screen... How we can solve this?

pushsoftdev commented 5 years ago

Simulator Screen Shot - iPhone 11 Pro - 2019-10-13 at 00 35 01

pushsoftdev commented 5 years ago

Both the player has audio... and first one is pink / purple color... and the second one is black...

looks like something wrong with DLGPlayerView class. Pls let me know.