Discussion Board

Results 1 to 12 of 12
  1. #1
    Registered User stingmartin's Avatar
    Join Date
    Mar 2010
    Posts
    28
    Hi All,

    I want to pass a url to the RealPlayer on device through openApplication() function. it was only able to open the RealPlayer, but not specify a sound file or url.
    Does anyone have any idea about this? Please help me.

    Thanks.

  2. #2
    Nokia Developer Expert symbianyucca's Avatar
    Join Date
    Mar 2003
    Location
    Lempäälä/Finland
    Posts
    28,712
    How did you try ? this code:

    Code:
    var realUID = 0x10005a3e;
    widget.openApplication(realUID,urli);
    where urli is fully qualified url did work for me earlier..

  3. #3
    Registered User stingmartin's Avatar
    Join Date
    Mar 2010
    Posts
    28
    Yes.
    urli is a video file.

  4. #4
    Nokia Developer Expert symbianyucca's Avatar
    Join Date
    Mar 2003
    Location
    Lempäälä/Finland
    Posts
    28,712
    Ok then, is the Url supported type of stream that can be played with Real-player ?, do try out playing the link directly from the Real player applciation and see whether it actually works on there.

  5. #5
    Registered User stingmartin's Avatar
    Join Date
    Mar 2010
    Posts
    28
    Thanks for your reply.

    But it's not working for me.
    I used like this: widget.openApplication(0x10005a3e, 'http://myserver.com/myVideo.3gp'). Is it wrong?

  6. #6
    Nokia Developer Expert symbianyucca's Avatar
    Join Date
    Mar 2003
    Location
    Lempäälä/Finland
    Posts
    28,712
    Did you try opening the Real player from a menu, and trying to open the link with it ? i.e. not from WRT Widget but actually just using the application itself ?

    Anyway, as far as I know HTTP links are not really streams that would be supported, so you should actually use a real video streaming solution there.

  7. #7
    Registered User jzferreira's Avatar
    Join Date
    Sep 2008
    Location
    Manaus, Brazil
    Posts
    109
    Hi stingmartin,

    One alternative is use widget.openURL(url); The browser will be open and then the realplayer. I know that it isn't a good solution but it will solve your problem :P
    Javier Zambrano Ferreira

  8. #8
    Nokia Developer Expert symbianyucca's Avatar
    Join Date
    Mar 2003
    Location
    Lempäälä/Finland
    Posts
    28,712
    Wont really help on Url's that are not supported by the real-player.

  9. #9
    Registered User jzferreira's Avatar
    Join Date
    Sep 2008
    Location
    Manaus, Brazil
    Posts
    109
    Off course, but it will help him in this specific situation. widget.openURL("http://myserver.com/myVideo.3gp");

    Javier Zambrano Ferreira

  10. #10
    Nokia Developer Expert symbianyucca's Avatar
    Join Date
    Mar 2003
    Location
    Lempäälä/Finland
    Posts
    28,712
    So how would it help him, what would you expect to happen ?

    at least it would not open a Real-Player and it would not stream the file, and that is what this thread has been about.

  11. #11
    Registered User straka.michal's Avatar
    Join Date
    Jul 2009
    Posts
    2
    Hi,
    this works well in my widget application:

    Code:
    widget.openApplication(realUID, "http://something.com/stream.php");
    but it works only on S60 5th with UID 0x10005a3e. UID for S^3 is different?

  12. #12
    Registered User pamepros's Avatar
    Join Date
    Apr 2010
    Location
    Rosario, Argentina
    Posts
    38
    Did you get this to work? the widget.openApplication(realUID,rtspLink); is not working for me on Symbian3 devices, it does nothing, is that line correct for symbian belle?

    Thanks.

Similar Threads

  1. Documentation for window.widget.openApplication
    By ali.sajjad in forum Symbian Web Runtime
    Replies: 2
    Last Post: 2009-08-17, 11:52
  2. How to open URL in RealPlayer in Program?
    By SymbianTH in forum Symbian Media (Closed)
    Replies: 11
    Last Post: 2009-08-06, 16:47
  3. How to play a video on realplayer using open c.
    By pal_sym in forum Open C/C++
    Replies: 2
    Last Post: 2008-09-01, 09:56
  4. widget.openApplication API
    By meetashish in forum General Development Questions
    Replies: 2
    Last Post: 2008-04-11, 21:20
  5. Open stream with RealPlayer
    By kota in forum Symbian Media (Closed)
    Replies: 1
    Last Post: 2006-11-17, 01:37

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