I am developing a youtube player in android. I am getting the rtsp video correct url. But still the video is not playing. Please help to me to find a solution.
Thank
There might be many reasons to not play the video,You can test it on other devices also set android:hardwareAccelerated="true" in manifest
try following listeners to get correct issue
playerview.setOnPreparedListener(preparelistener);
playerview.setOnErrorListener(errorlistenr);
playerview.setOnCompletionListener(completelistener);