I am looking for playing flv files using J2ME. Is there any possibility for doing so? Is there any other way to play youtube videos through J2ME?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Extract the
vparameter from an youTube url, lets call itVIDEO_ID.Open http://gdata.youtube.com/feeds/mobile/videos/
VIDEO_ID. The content is in xml format.Parse the xml to find
media:contenttags.Open the url attribute of a
media:contenttag with Manager.createPlayer(url). The protocol isrtsp.