03-21-2011 01:41 PM
Hello All,
I'm new to this board, and new to developing blackberry applications as well. I hope I'm posting this in the right forum!
I'm looking to create a blackberry radio application for a client. My client has already created an internet radio station online, which streams live on his website What I would like to do is create an application for the blackberry, so that when a blackberry user would like to listen to his radio station, all she/he would have to do is click on the application and the radio stream/station would load right away. As simple as that.
In other words, I'd just like to create an application that is linked to the live streaming of the radio station on the website.
So how exactly should I begin? Since this application will be somewhat linked to the website the radio station is streaming on, would I need to develop this application using the java development kit or the web development kit? I have more knowledge with HTML than Java code, so I'm thinking I should create the application via web development, but I'm not so sure...
Help would be greatly appreciated! Thank you!!
03-21-2011 01:43 PM
Also, I'm using a shoutcast server to stream the station, if that helps any...
03-21-2011 02:20 PM
Hi,
Check this link...
http://supportforums.blackberry.com/t5/Java-Develo
In this link you got all requirement of your project.
--------------------------------------------------
feel free to press the kudos button
on the left side to thank the user that helped you.
please mark posts as solved if you found a solution
03-21-2011 02:30 PM
Thanks for the link! It looks helpful. I'm still a bit confused though..how could I start writing the program? And Java development is the best way to go to develop this application, right?
03-22-2011 12:21 AM
Hi ,
Pls download attach file and run those file.
--------------------------------------------------
feel free to press the kudos button
on the left side to thank the user that helped you.
please mark posts as solved if you found a solution
03-22-2011 12:41 AM
Hi shahumang8,
Where is the attached file you are talking about? I don't see it. Do you mean the link you posted earlier?
03-22-2011 12:44 AM
Hi,
pls open those link and then down the page ..
The Attachment name is:-
StreamingPlayer.zip 147 KB like this so download.
--------------------------------------------------
feel free to press the kudos button
on the left side to thank the user that helped you.
please mark posts as solved if you found a solution
03-22-2011 12:55 AM
Hi shahumang8,
Thanks so much for the link! So is this the code that I should use in the Blackberry JDE to create my radio application? Will it stream my station live, directly from my website?
Please let me know, as I'm kind of new to this and don't know what to do.
03-22-2011 12:59 AM
yes.
you run this code in Blackberry JDE .so you got the output like online radio application.
--------------------------------------------------
feel free to press the kudos button
on the left side to thank the user that helped you.
please mark posts as solved if you found a solution
03-22-2011 01:11 AM
Okay. Is there anything I need to replace in the codes you gave me so that it could link to my radio streaming server? Also, once I'm done, how do I send it to Blackberry World App?
Thank you!