I ran the following code on my HUAWEY P30 Lite.
local onComplete = function( event )
print( "video session ended" )
end
media.playVideo( "https://coronalabs.com/video/bbb/BigBuckBunny_640x360.m4v", media.RemoteSource, true, onComplete)
However, the video did not play, an indicator was displayed, and then the message “This video cannot be played” was displayed.
Please let me know if you know the solution.