03-24-2010 03:19 AM
Hi ,i am developing an application to play an streaming audio file,
i got to know that mp3 is not supported for streaming (Real Time Streaming Protocol (RTSP)) thr this document
http://www.blackberry.com/btsc/search.do?cmd=displ
Incase if Mp3 to be supported,then we have to do it own.and i got to know abt this
http://www.blackberry.com/knowledgecenterpublic/li
any sample codes to play an audio file that uses RTSP protocol will be helpful
Is there any possibilty in invoking the ( Media )player that is present in the applications section to play the streaming file?
Regards
Rakesh Shankar.P
Solved! Go to Solution.
04-06-2010 01:22 AM
HI Guys,I got to know that we can play the RTSP file via Media player thr the following link
and What i got is that player is invoked,but i get the error such as "Content not Available-Server Blocked".I dont know that it is due to outdated links or due to error
this is code that i used
String url1="rtsp://62.217.247.139:554/dav/live7gprs.3gp"; Browser.getDefaultSession().displayPage(url1);
I got the the following errors as RTSPInitial, RTSP
I dont know what the problem is,whether due to the RTSP link or code.Any Sugggestions will be helpful.
Regards
Rakesh Shankar.P
04-06-2010 01:31 AM
That should work fine. Try with a different link,
rtsp://v5.cache4.c.youtube.com/CkYLENy73wIaPQnzMhJ
Try that. If it doesnt work post, back.
04-06-2010 02:01 AM
Thanks a lot Hades for your help,it worked,
incase where and how to find thesample RTSP Links in you tbube or anything ,any ideas
04-06-2010 04:39 AM
11-23-2010 08:22 AM
When I type the url:
rtsp://v5.cache4.c.youtube.com/CkYLENy73wIaPQnzMhJ
dYPO5OhMYESARFEIJbXYtZ29vZ2xlSARSBWluZGV4Wg5DbGlja
Into my Blackberry browser I get the error "Cannot find web address...". I'm using a BB Bold on OS 5.0.
Am I doing something wrong here?