Whenever I try to play a video using Video view, I get the error message:
Cannot play video, Sorry, this video cannot be played.
This is the code I used
Dim vv as VideoView
vv.Initialize("")
activity.AddView(vv,200,200,400,200)
vv.LoadVideo("//video","hale_bopp_1.mpg")
vv.Play
The unfiltered log file reads
Command PLAYER_SET_DATA_SOURCE completed with an error or info PVMFErrNotSupported
PVMFInfoErrorHandlingComplete
info/warning (1, 26)
error (1, -4)
Info (1,26)
What is PVMFErrNotSupported? Which video formats are supported by video view?
Thanks
Cannot play video, Sorry, this video cannot be played.
This is the code I used
Dim vv as VideoView
vv.Initialize("")
activity.AddView(vv,200,200,400,200)
vv.LoadVideo("//video","hale_bopp_1.mpg")
vv.Play
The unfiltered log file reads
Command PLAYER_SET_DATA_SOURCE completed with an error or info PVMFErrNotSupported
PVMFInfoErrorHandlingComplete
info/warning (1, 26)
error (1, -4)
Info (1,26)
What is PVMFErrNotSupported? Which video formats are supported by video view?
Thanks