I have built an App and it is working on Android but I am trying to play a local .MP4 or .M4V video file using Corona. I put the video file directly on device and it plays fine. I am using PAVTUBE and I have tried the H.264 and MPEG-4 formats per documentation…
It does not play using Corona code… please help:
function playMovie()
media.playVideo(“test.mp4”, true, onVideoComplete )
end
local onVideoComplete = function(event)
print( “video session ended” )
end
[import]uid: 10965 topic_id: 3608 reply_id: 303608[/import]
[import]uid: 12482 topic_id: 3608 reply_id: 45355[/import]