cylankj / IoTKit-iOS

0 stars 1 forks source link

After creating second JFGSDKVideoView the first one becomes unusable #2

Open KonstantinRitt opened 6 years ago

KonstantinRitt commented 6 years ago

most often, video rendered on the first JFGSDKVideoView instance do not render on it anymore, causing black rectangle albeit the log shows everything is ok

yangli0168 commented 4 years ago

t is not supported to create two JFGSDKVideoViews at the same time.If you need to create a second one, please call stop and release the former

KonstantinRitt commented 4 years ago

the request is to make is possible to create several JFGSDKVideoViews and render any single of them without having to destroy the other ones