<div dir="ltr">On Mon, Jun 17, 2013 at 5:31 AM, Sebastian Dröge <span dir="ltr"><<a href="mailto:slomo@circular-chaos.org" target="_blank">slomo@circular-chaos.org</a>></span> wrote:<br><div class="gmail_extra"><div class="gmail_quote">
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="HOEnZb"><div class="h5">On Fr, 2013-06-14 at 14:27 -0500, Mike wrote:<br>
> Hi,<br>
><br>
><br>
> Is it possible to obtain full screen (high-def) hdmi output like<br>
> VideoView using the android gstreamer video sink with Jelly Bean 4.1?<br>
>  I'm using a samsung galaxy tab2.<br>
><br>
><br>
> It looks like VideoView is fairly magical under the hood, as I've yet<br>
> to find anything (c or java) that even explains what it's doing.<br>
<br>
</div></div>You'll have to create a fullscreen EGL window and pass that to the<br>
GStreamer video sink. I don't know how that is possible with the Android<br>
API though, it is probably just a matter of creating a fullscreen<br>
activity and placing a single VideoView in there.<br></blockquote></div><br></div><div class="gmail_extra" style>That would be my strategy if I was running Android 4.2 (where there is a framework to control content on multiple displays rather than just one).  I was curious if anyone had cracked how VideoView/stagefright/nuplayer/mediaplayerservice decide to put a video full-resolution on HDMI (without the other views/controls).  It might not be possible at the application level, but I'm still looking to find an answer either way.</div>
</div>