Corona Enterprise and java code (video)

Hi all, I have been trying to play RTMP live streaming video inside my game since a month ago and finally I am down to this option - Corona Enterprise. After several tried, initially it cannot read my library .so file which I placed under resource folder. I tweak it and I managed to compile. However, when the game go to the video streaming scene (Corona activity), the app stopped. I have attached a screenshot below, anyone can answer my problem?

Screen%20Shot%202014-11-04%20at%204.21.5

My log file showed:

Screen%20Shot%202014-11-04%20at%204.26.4

When user click a button, the corona activity call rtmp class using intent method but it seems like I am having issue running videoview in corona ui thread.