Playbin2 in android

Nicolas Dufresne nicolas.dufresne at collabora.com
Tue Sep 10 09:09:48 PDT 2013


Le mardi 10 septembre 2013 à 16:17 +0100, Jesus Urroa a écrit : 
> Hi
> I'm using a playbin2 with a http stream in my android application and
> I have noticed that using the browser at the same time makes the
> application stop. I have tested the tutorial 2 included in the sdk
> just changing the code to use the same playbin2 and it also stops,
> this happens after browsing for a few minutes, if I don't use anything
> at the same time the application works fine, I have tested that for
> about 40 minutes
> The device uses android 2.3.6
> Is there something I should do to make it work or this may be a bug

Application in Android are being stopped by the OS when not in front,
and this is by default. You're application should implement proper
interface and restart whatever is needed when it get focus back.

Nicolas 



More information about the gstreamer-devel mailing list