I have indeed tried to check here and else were for solution to this but no luck, probably because am a newbee.
TASK: I want to play a RTSP
video stream on an android app
TRIALS: I tried out with a 2min mp4
video copied to the res\raw
folder with Media Player and VideoView
. Later I used the API Demo
sample and I set:
path = "android.resourcee://com.me.mobile/R.raw.mithlat";
ERROR:
on MediaPlayer
API Demo just a blank page, no video no sound
on VideoView
API Demo it shows
"Sorry this video cannot be played"
CONFIG:
My target is 2.33
(This is what am testing with)
minimun is 2.1
Thank you