Discussion Board

Results 1 to 3 of 3
  1. #1
    Registered User popeztl's Avatar
    Join Date
    Sep 2008
    Posts
    9
    I am writing a player to stream audio via rtsp connection. the code is:
    Code:
    try {
    url = "rtsp://rmlive.bbc.co.uk/bbc-rbs/rmlive/ev7/live24/radio1/live/r1_dsat_g2.ra";
    player = Manager.createPlayer(url);
    player.addPlayerListener(this);
    if (player == null) {
    throw new Exception("Could not create player for streaming");
    }
    player.realize();
    player.prefetch();
    volumeControl = (VolumeControl) player.getControl("VolumeControl");
    setVolumeValue(50);
    player.start();
    } catch (Exception e) {
    error(e);
    
    
    }
    It works fine with the other nokia phones. On Nokia 6300. player can be realized and prefetched, but when I start the player, a "device error" throw out. Does anybody know what is the reason?

  2. #2
    Nokia Developer Champion jappit's Avatar
    Join Date
    Nov 2007
    Location
    Rome, Italy
    Posts
    2,391
    Hi popeztl,

    as reported on this docs:

    http://www.forum.nokia.com/info/sw.n..._0_en.xls.html

    RealAudio seems not to be supported on S40 3rd edition devices (as your 6300).

    Pit

  3. #3
    Registered User popeztl's Avatar
    Join Date
    Sep 2008
    Posts
    9
    Hey jappit,
    thanks for ur link. It is really helpful. And you are right, 6300 doesn't support real media and sdp.

Similar Threads

  1. Problem with streaming video on Nokia 6300 (S40 3rd FP2)
    By burinh in forum Streaming and Video
    Replies: 2
    Last Post: 2010-06-11, 10:25
  2. 6300 s40 3rd edition FP2 permissions problem
    By sconst00 in forum Mobile Java General
    Replies: 10
    Last Post: 2008-12-29, 13:54

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Nokia Developer aims to help you create apps and publish them so you can connect with users around the world.

京ICP备05048969号  © Copyright Nokia 2013 All rights reserved