I want below code.
if ( system.getInfo(“environment”) ~= “simulator” ) then
display.setDefault( “videoSource”, "http://192.168.0.10/test.mp4", media.RemoteSource)
– display.setDefault( “videoSource”, “test.mp4”, system.ResourceDirectory )
end
local rect = display.newRect( 200, 200, 300, 300 )
rect.fill = { type = “video” }
When will you support it? It will be very powerful feature!!
Also, I want ‘transparent background CoronaView for Android’.
or you can support ‘native video capture image’ to ‘image in CoronaView’.
-
Capture each frames in native video (in Memory)
-
Send it to CoronaView. (TextureResource)
-
Show it to image in Corona
Do you understand?
It is very important thing for me.
Please help me. Please give me your codes or idea.