Account Options

  1. Sign in
The old Google Groups will be going away soon.
Switch to the new Google Groups.
Google Groups Home
« Groups Home
video player - native application
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  6 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Deva R  
View profile  
 More options May 27 2010, 7:31 am
From: Deva R <r.deva...@gmail.com>
Date: Thu, 27 May 2010 17:01:58 +0530
Local: Thurs, May 27 2010 7:31 am
Subject: video player - native application
Hi,
I'm looking for a native video player application, which can be run in
background (like command line), when other applications launched by
ActivityManager are active in foreground.,

My requirement is - to launch video playback in a auxiliary display
device, while regular display panel will be active with regular
android apps (menu/lock screen/browser/...)

Closest i've come across is stagefright app, but its not complete
video player usecase.
any open core native test app, which can substitute Android media player?

Thanks,
Deva


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Deva R  
View profile  
 More options May 30 2010, 4:03 am
From: Deva R <r.deva...@gmail.com>
Date: Sun, 30 May 2010 13:33:50 +0530
Local: Sun, May 30 2010 4:03 am
Subject: Re: video player - native application
guys, any native player available?


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Dianne Hackborn  
View profile  
 More options May 31 2010, 2:52 pm
From: Dianne Hackborn <hack...@android.com>
Date: Mon, 31 May 2010 11:52:55 -0700
Local: Mon, May 31 2010 2:52 pm
Subject: Re: video player - native application

That isn't really how Android works.  If you want a video player to run in
the background, you would start a Service that controls it (see for example
the music app).  If you are creating a device with an external display...
 well, currently there are no APIs for external displays in the platform, so
you are going to need to add something that your app can use to direct video
playback to that display.

--
Dianne Hackborn
Android framework engineer
hack...@android.com

Note: please don't send private questions to me, as I don't have time to
provide private support, and so won't reply to such e-mails.  All such
questions should be posted on public forums, where I and others can see and
answer them.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Deva R  
View profile  
 More options May 31 2010, 3:55 pm
From: Deva R <r.deva...@gmail.com>
Date: Mon, 31 May 2010 12:55:44 -0700 (PDT)
Local: Mon, May 31 2010 3:55 pm
Subject: Re: video player - native application
Hi Dianne,

Thanks for the reply.

> If you are creating a device with an external display...
> well, currently there are no APIs for external displays in the platform, so
> you are going to need to add something that your app can use to direct video
> playback to that display.

Currently we have modified at overlay level to send video buffers to
external display device (tv or ..).

We were able to play video via external display. (via gallery app or
"am start -n com.android.gallery/com.android.camera.MovieView"
command)

but the problem is, video player gains the surface and screen control,
rest of the UI/apps are blocked, so we couldnt access menu or any
other screens.

How to overcome this (allow user to access system while video is being
played on external device), atleast a prototype?
 - i thought a a native app which bypasses ActivityManager (like
current stagefright in eclair 2.1) will allow user to use UI as usual,
while video is being played i background.

Thanks,
Deva

On May 31, 11:52 pm, Dianne Hackborn <hack...@android.com> wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Sambhav  
View profile  
 More options May 31 2010, 10:38 pm
From: Sambhav <isamb...@gmail.com>
Date: Tue, 1 Jun 2010 08:08:54 +0530
Local: Mon, May 31 2010 10:38 pm
Subject: Re: [android-porting] Re: video player - native application

you can try gstreamer. its a native app.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Deva R  
View profile  
 More options Jun 1 2010, 5:38 am
From: Deva R <r.deva...@gmail.com>
Date: Tue, 1 Jun 2010 15:08:29 +0530
Local: Tues, Jun 1 2010 5:38 am
Subject: Re: [android-porting] Re: video player - native application

we got OMX IL completed for opencore now, will be working next for
stagefright., any prototype on these will be handy for us..
we got Gstreamer port and OMX IL workign outside android, but this prototype
is less reusable by our customers and products in android.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »