You Are Here:

Community: Developer Discussion Boards

#1 Old S60 Browser Video Streaming plugin? - 2006-05-04, 10:41

Join Date: May 2006
Posts: 18
dicouw
Offline
Registered User
Hello everybody,

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

#2 Old Re: S60 Browser Video Streaming plugin? - 2006-05-04, 16:21

Join Date: Apr 2005
Posts: 512
Location: Turku, Finland
teura666
Offline
Super Contributor
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).
Reply With Quote

#3 Old Re: S60 Browser Video Streaming plugin? - 2006-05-05, 10:04

Join Date: May 2006
Posts: 18
dicouw
Offline
Registered User
Thanks for this answer.
Reply With Quote

#4 Old Re: S60 Browser Video Streaming plugin? - 2006-06-05, 17:56

Join Date: Jun 2006
Posts: 2
javiercc
Offline
Registered User
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.
Reply With Quote

#5 Old Re: S60 Browser Video Streaming plugin? - 2006-06-14, 05:08

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

Bobby
Reply With Quote

#6 Old Re: S60 Browser Video Streaming plugin? - 2006-06-21, 09:31

Join Date: Jun 2006
Posts: 2
javiercc
Offline
Registered User
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.
Reply With Quote
Reply « Previous Thread | Next Thread »
Display Modes
Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules

You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump
Similar Threads
Thread Thread Starter Forum Replies Last Post
Need of a working browser plugin afelon General Symbian C++ 10 2008-02-15 06:28
3GPP and MP4 Video with RateControl on S60 emulator vhellberg Mobile Java Media (Graphics & Sounds) 2 2006-01-13 11:17
Real Time Video Streaming On Mobile Juwita Symbian Media (Graphics & Sounds) 2 2005-12-06 21:38
How can I simulate video streaming in the Nokia series 60 emulator ?? taniarosa15 Streaming and Video 0 2005-02-18 23:09
Streaming Video hamish.brown Streaming and Video 1 2003-04-16 10:52

Rate This

 
Bookmark this page: DeliciousDiggFacebookGoogleYahooStumbleUponRedditDiigoTechnocratiTwitter  Share this page Share this page Print this Page Print this page Invite a friend Invite a friend
京ICP备05048969号    Email Newsletters Press Terms & Conditions Privacy Policy Sitemap Contact Us © 2009 Nokia