Welcome to the Java Programming Forums


The professional, friendly Java community. 21,500 members and growing!


The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.


>> REGISTER NOW TO START POSTING


Members have full access to the forums. Advertisements are removed for registered users.

Results 1 to 1 of 1

Thread: Shoutcasting Internet Radio Streaming and playing Mp3 Files in J2me Midlet(Java):

  1. #1
    Junior Member
    Join Date
    Jul 2012
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Shoutcasting Internet Radio Streaming and playing Mp3 Files in J2me Midlet(Java):

    Hiii
    Shoutcasting Internet Radio Streaming and playing Mp3 Files in J2me Midlet(Java):
    My Input URL Is: "http://38.101.195.5:9156"

    when i run my source code i am facing the below Exception,please help me regarding this

    String url="http://38.101.195.5:9156";

    try {
    conn = (HttpConnection)Connector.open(url, Connector.READ_WRITE);

    is=conn.openInputStream();

    java.io.IOException: 11-Error in HTTP operation
    Help me..................
    Thanks
    pavan
    Email:pavankumarragi@gmail.com
    Last edited by pavankumarragi; July 14th, 2012 at 02:05 PM. Reason: provided details


Similar Threads

  1. Playing Songs in Java
    By obogobo in forum File I/O & Other I/O Streams
    Replies: 5
    Last Post: May 31st, 2011, 11:37 PM
  2. Need java / jar app for streaming shoutcast
    By Java_LoveR in forum Java ME (Mobile Edition)
    Replies: 1
    Last Post: October 22nd, 2010, 05:19 AM
  3. Java error while Playing Video file.
    By ravigirismiles in forum What's Wrong With My Code?
    Replies: 1
    Last Post: September 7th, 2010, 11:09 AM
  4. playing sound using java
    By sdhilipan89 in forum Java Applets
    Replies: 6
    Last Post: March 25th, 2010, 08:59 AM
  5. Item Listener problem with destroying Midlet
    By hanizainol in forum Java Applets
    Replies: 0
    Last Post: July 22nd, 2008, 08:59 PM

Tags for this Thread