<div dir="ltr"><div><div><div><div>I'm trying to use vlc with chromium (I forse-enabled npapi).<br></div>I noticed that if I modify css class of the html body then chrome simply destroys vlc plugin and recreates it. I get only two calls: NPP_SetWindow with window->window=NULL, and then followed by NPP_Destroy call.<br></div>This all happens while plugin just started loading. I tried to debug the issue and the way whole npapi-vlc written it's almost impossible to handle it properly.<br><br></div>Even if i tried to add plugin->getMD().stop(); from NPP_Destroy I still get crashes. They mostly come from swscale that's trying to write picture to deleted memory.<br></div>I know npapi is kind of dead, still can anybody suggest me what to do to fix it?..<br><br></div>