Discussion Board

Results 1 to 6 of 6
  1. #1
    Registered User dicouw's Avatar
    Join Date
    May 2006
    Posts
    18
    Hello everybody,

    Can anyone tell me what is the plugin (native plugin) initially installed
    on the S60 Web browser?
    Thanks a lot.

  2. #2
    Super Contributor teura666's Avatar
    Join Date
    Apr 2005
    Location
    Turku, Finland
    Posts
    509
    If you stream something in a serie-60 phone it will open RealPlayer to show the content of the streaming (if the file format is supported by the phone and the streaming settings are correct).

  3. #3
    Registered User dicouw's Avatar
    Join Date
    May 2006
    Posts
    18
    Thanks for this answer.

  4. #4
    Registered User javiercc's Avatar
    Join Date
    Jun 2006
    Posts
    2
    Quote Originally Posted by damn_delicious
    If you stream something in a serie-60 phone it will open RealPlayer to show the content of the streaming (if the file format is supported by the phone and the streaming settings are correct).
    Hello,

    I have been trying to give a rtsp url to the RealPlayer launched embedded. It looks like I got it, but RealPlayer always ask the user for accepting to start a GPRS connection (this is ok, as the rtsp url stands for a remote server).

    I want RealPlayer to start the GPRS connection without asking (as if RealPlayer was launched in a kind of unattended mode) and when RP finishes the playing, I want it to go back to the main application... is this possible in some way?

    Thank you very much,
    Javier.

  5. #5
    Registered User bobbycalf's Avatar
    Join Date
    May 2006
    Posts
    30
    to javiercc:
    how to give a rtsp url to the RealPlayer?
    can you tell me the method?
    thanks in advance!

    Bobby

  6. #6
    Registered User javiercc's Avatar
    Join Date
    Jun 2006
    Posts
    2
    I explain below but... my plan was get an answer, not give it ;-) Anyone knows how to "push a button" in an embbeded application from the application that launched it?

    to bobbycalf:
    There are some examples in the forum or references to documentation. It is something like this (in this case, it uses de wap browser instead of the RealPlayer, I would have to search the id for the RealPlayer again; anyway, wap browser launches RealPlayer afterwards):

    Code:
    HBufC* param = HBufC::NewLC( 64 );
    param->Des().Copy( _L( "4 rtsp://url_to_media_file" ) );
    // Wap Browser's constants UId
    const TInt KWmlBrowserUid = 0x10008D39;
    TUid id( TUid::Uid( KWmlBrowserUid ) );
    TApaTaskList taskList( CEikonEnv::Static()->WsSession() );
    TApaTask task = taskList.FindApp( id );
    RApaLsSession appArcSession;
    User::LeaveIfError(appArcSession.Connect()); // connect to AppArc server
    TThreadId thid;
    appArcSession.StartDocument( *param, TUid::Uid( KWmlBrowserUid ), thid );
    appArcSession.Close();
    Javier.

Similar Threads

  1. Need of a working browser plugin
    By afelon in forum Symbian C++
    Replies: 10
    Last Post: 2008-02-15, 05:28
  2. 3GPP and MP4 Video with RateControl on S60 emulator
    By vhellberg in forum Mobile Java Media (Graphics & Sounds)
    Replies: 2
    Last Post: 2006-01-13, 10:17
  3. Real Time Video Streaming On Mobile
    By Juwita in forum Symbian Media (Closed)
    Replies: 2
    Last Post: 2005-12-06, 20:38
  4. How can I simulate video streaming in the Nokia series 60 emulator ??
    By taniarosa15 in forum Streaming and Video
    Replies: 0
    Last Post: 2005-02-18, 22:09
  5. Streaming Video
    By hamish.brown in forum Streaming and Video
    Replies: 1
    Last Post: 2003-04-16, 09:52

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